mirror of
https://github.com/MariaDB/server.git
synced 2025-07-29 05:21:33 +03:00
Merge branch '10.1' into 10.2
This commit is contained in:
@ -294,6 +294,9 @@ test.t1 repair status OK
|
||||
test.t2 repair status OK
|
||||
test.t3 repair status OK
|
||||
DROP TABLES t1, t2, t3;
|
||||
CREATE TEMPORARY TABLE t1 (a int);
|
||||
RENAME TABLE t1 TO t2;
|
||||
DROP TABLE t2;
|
||||
create temporary temporary table t1 (a int);
|
||||
ERROR 42000: You have an error in your SQL syntax; check the manual that corresponds to your MariaDB server version for the right syntax to use near 'temporary table t1 (a int)' at line 1
|
||||
flush status;
|
||||
|
Reference in New Issue
Block a user