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

Merge pippilotta.erinye.com:/shared/home/df/mysql/build/mysql-5.0-build-work-nn

into  pippilotta.erinye.com:/shared/home/df/mysql/build/mysql-5.1-build-work-nn
This commit is contained in:
df@pippilotta.erinye.com
2007-05-15 12:23:16 +02:00

View File

@ -1,6 +1,9 @@
# Embedded server doesn't support external clients
--source include/not_embedded.inc
# Binlog is required
--source include/have_log_bin.inc
--disable_warnings
DROP TABLE IF EXISTS t1, `"t"1`, t1aa, t2, t2aa, t3;
drop database if exists mysqldump_test_db;