You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
ALTER TABLE t STORAGE MEMORY STATS_SAMPLE_PAGES 11.11 , LOCK set_var ident
ALTER TABLE t STORAGE MEMORY MAX_ROWS = 11.11 , LOCK ident
ALTER TABLE t STORAGE MEMORY KEY_BLOCK_SIZE 10
ALTER TABLE t STORAGE MEMORY , LOCK set_var FILE
ALTER TABLE t STORAGE DISK MAX_ROWS = 123
ALTER TABLE t STORAGE DISK , LOCK = DEFAULT
ALTER TABLE t STORAGE DISK , ALGORITHM set_var XA
ALTER TABLE t STORAGE DISK
ALTER TABLE t PACK_KEYS = DEFAULT STORAGE DISK
ALTER TABLE t STORAGE DISK
ALTER TABLE t ADD ident NATIONAL CHAR ( 12 ) STORAGE DISK REFERENCES t2 ON UPDATE RESTRICT ON DELETE SET NULL , ADD CHECK ( 1>2 ) NOT ENFORCED
Claim this subtask based on the comments below this issue.
The text was updated successfully, but these errors were encountered:
zier-one
changed the title
Fix remove partitioning syntax
Fix STORAGE syntax
Jul 29, 2019
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: