mirror of
https://github.com/MariaDB/server.git
synced 2025-07-30 16:24:05 +03:00
MDEV-23570 deprecate keep_files_on_create
This commit is contained in:
@ -157,9 +157,13 @@ a
|
||||
drop table t1;
|
||||
End of 4.1 tests
|
||||
SET SESSION keep_files_on_create = TRUE;
|
||||
Warnings:
|
||||
Warning 1287 '@@keep_files_on_create' is deprecated and will be removed in a future release
|
||||
CREATE TABLE t1 (a INT) ENGINE MYISAM;
|
||||
Got one of the listed errors
|
||||
SET SESSION keep_files_on_create = FALSE;
|
||||
Warnings:
|
||||
Warning 1287 '@@keep_files_on_create' is deprecated and will be removed in a future release
|
||||
CREATE TABLE t1 (a INT) ENGINE MYISAM;
|
||||
DROP TABLE t1;
|
||||
End of 5.0 tests
|
||||
|
Reference in New Issue
Block a user