1
0
mirror of https://github.com/MariaDB/server.git synced 2026-01-06 05:22:24 +03:00

Merge from 4.1 to 5.0

This commit is contained in:
msvensson@neptunus.(none)
2005-09-23 14:37:22 +02:00
parent 02c7645cc1
commit d55eeed8fd
6 changed files with 11 additions and 18 deletions

View File

@@ -57,6 +57,7 @@ enable_query_log;
select * from t1;
--exec rm $MYSQL_TEST_DIR/var/tmp/t1
SET @@SQL_MODE=@OLD_SQL_MODE;
drop table t1;
# End of 4.1 tests