1
0
mirror of https://github.com/MariaDB/server.git synced 2025-07-30 16:24:05 +03:00

Merge from mysql-5.1 to mysql-5.5

This commit is contained in:
Sujatha Sivakumar
2013-03-27 11:59:40 +05:30
3 changed files with 8 additions and 5 deletions

View File

@ -33,5 +33,5 @@ SELECT COUNT(*) FROM mysqltest.t1;
COUNT(*)
2
DROP DATABASE mysqltest;
DROP TABLE test.t1;
DROP TABLE IF EXISTS test.t1;
include/rpl_end.inc