mirror of
https://github.com/MariaDB/server.git
synced 2025-07-30 16:24:05 +03:00
Merge remote-tracking branch 'origin/10.1' into 10.2
This commit is contained in:
@ -873,9 +873,8 @@ CACHE INDEX t3 IN keycache1;
|
||||
LOAD INDEX INTO CACHE t3;
|
||||
|
||||
--echo #
|
||||
--echo # RENAME (doesn't work for temporary tables, thus should fail).
|
||||
--echo # RENAME should work for temporary tables
|
||||
--echo #
|
||||
--error ER_TABLEACCESS_DENIED_ERROR
|
||||
RENAME TABLE t3 TO t3_1;
|
||||
|
||||
--echo #
|
||||
|
Reference in New Issue
Block a user