merge mysql-5.1-security->mysql-5.5-security

This commit is contained in:
Georgi Kodinov 2011-03-09 17:04:52 +02:00
commit 692b01d27a
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
DROP TABLE t0, t1, t2;
End of 5.5 tests

View File

@ -820,3 +820,5 @@ CREATE TABLE t3 (
# cleanup
DROP TABLE t0, t1, t2;
--echo End of 5.5 tests