-
Notifications
You must be signed in to change notification settings - Fork 489
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Fix VARYING syntax #503
Comments
58 tasks
Let me fix it. |
ALTER TABLE d_n.t_n ALGORITHM = DEFAULT , DROP ident CASCADE PARTITION BY RANGE FIELDS ( ident ) PARTITIONS 10 ( PARTITION ident VALUES LESS THAN MAXVALUE ENGINE ident ) This case does not belong to parser_test.go:2516:
s.RunTest(c, table)
parser_test.go:318:
c.Assert(err, IsNil, comment)
... value *errors.withStack = [ddl:1484]Wrong number of partitions defined, mismatch with previous setting ("[ddl:1484]Wrong number of partitions defined, mismatch with previous setting")
... source alter table d_n.t_n algorithm = default, drop ident cascade partition by range fields (ident) partitions 10 (partition ident values less than maxvalue engine ident) |
@lauhg remove it. it's my carelessness |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Index Issue: pingcap/tidb#11486
These are bad (incompatible) SQL cases:
Claim this subtask based on the comments below this issue.
The text was updated successfully, but these errors were encountered: