mirror of
https://github.com/MariaDB/server.git
synced 2025-08-01 03:47:19 +03:00
merge mysql-5.1-security->mysql-5.5-security
This commit is contained in:
@ -1076,3 +1076,4 @@ SPATIAL INDEX i1 (col1, col2)
|
|||||||
);
|
);
|
||||||
ERROR HY000: Incorrect arguments to SPATIAL INDEX
|
ERROR HY000: Incorrect arguments to SPATIAL INDEX
|
||||||
DROP TABLE t0, t1, t2;
|
DROP TABLE t0, t1, t2;
|
||||||
|
End of 5.5 tests
|
||||||
|
@ -820,3 +820,5 @@ CREATE TABLE t3 (
|
|||||||
# cleanup
|
# cleanup
|
||||||
DROP TABLE t0, t1, t2;
|
DROP TABLE t0, t1, t2;
|
||||||
|
|
||||||
|
|
||||||
|
--echo End of 5.5 tests
|
||||||
|
Reference in New Issue
Block a user