Skip to content

Commit

Permalink
Add link to pingcap/parser issue
Browse files Browse the repository at this point in the history
Co-authored-by: bb7133 <[email protected]>
  • Loading branch information
nayuta-yanagisawa and bb7133 authored Feb 22, 2021
1 parent 3ef8f42 commit c6f9505
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion planner/core/preprocess_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -288,7 +288,7 @@ func (s *testValidatorSuite) TestValidator(c *C) {
{"select CONVERT( 2, DECIMAL(30,65) )", true, types.ErrMBiggerThanD.GenWithStackByArgs("2")},
{"select CONVERT( 2, DECIMAL(66,99) )", true, types.ErrMBiggerThanD.GenWithStackByArgs("2")},

// issue 609
// https://github.com/pingcap/parser/issues/609
{"CREATE TEMPORARY TABLE t (a INT);", false, expression.ErrFunctionsNoopImpl.GenWithStackByArgs("CREATE TEMPORARY TABLE")},
{"DROP TEMPORARY TABLE t;", false, expression.ErrFunctionsNoopImpl.GenWithStackByArgs("DROP TEMPORARY TABLE")},

Expand Down

0 comments on commit c6f9505

Please sign in to comment.