1
0
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:
Georgi Kodinov
2011-03-09 17:04:52 +02:00
2 changed files with 3 additions and 0 deletions

View File

@ -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

View File

@ -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