mirror of
https://github.com/MariaDB/server.git
synced 2025-08-08 11:22:35 +03:00
remove deprecated since 10.4
This commit is contained in:
@@ -50,20 +50,15 @@ DROP TABLE t1;
|
||||
|
||||
|
||||
--echo #
|
||||
--echo # The following statements return deprecated syntax warnings
|
||||
--echo # The following statements fail by the grammar since 11.5
|
||||
--echo #
|
||||
|
||||
--enable_prepare_warnings
|
||||
|
||||
--error ER_PARSE_ERROR
|
||||
--eval CREATE TABLE t1 (a $type BINARY COMPRESSED)
|
||||
SHOW CREATE TABLE t1;
|
||||
DROP TABLE t1;
|
||||
--error ER_PARSE_ERROR
|
||||
--eval CREATE TABLE t1 (a $type ASCII COMPRESSED)
|
||||
SHOW CREATE TABLE t1;
|
||||
DROP TABLE t1;
|
||||
--error ER_PARSE_ERROR
|
||||
--eval CREATE TABLE t1 (a $type BYTE COMPRESSED)
|
||||
SHOW CREATE TABLE t1;
|
||||
DROP TABLE t1;
|
||||
|
||||
--disable_prepare_warnings
|
||||
|
||||
|
Reference in New Issue
Block a user