1
0
mirror of https://github.com/MariaDB/server.git synced 2025-08-08 11:22:35 +03:00

MDEV-369: Mismatches in MySQL engines test suite

Post-merge fixes for mismatches that only affect 5.5 (but not 5.3)
This commit is contained in:
Elena Stepanova
2012-08-02 04:48:33 +04:00
parent f2b4305bd4
commit b69e8d46b6
3 changed files with 7 additions and 7 deletions

View File

@@ -9,7 +9,7 @@ mysql
performance_schema
test
USE DATABASE nond6;
ERROR 42000: You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near 'DATABASE nond6' at line 1
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 'DATABASE nond6' at line 1
DROP DATABASE d6;
SHOW DATABASES;
Database