mirror of
https://github.com/MariaDB/server.git
synced 2025-07-29 05:21:33 +03:00
drop-on-restart.inc:
Drop 'mysqlslap' Added database name 'ndbsynctest' sql_table.cc, create.test, create.result: Patch for bug#17530 done by evgen, extracted from 5.0 mysql-test/r/create.result: Patch for bug#17530 done by evgen, extracted from 5.0 mysql-test/t/create.test: Patch for bug#17530 done by evgen, extracted from 5.0 sql/sql_table.cc: Patch for bug#17530 done by evgen, extracted from 5.0 mysql-test/include/drop-on-restart.inc: Drop 'mysqlslap'
This commit is contained in:
@ -23,6 +23,7 @@ drop database if exists db1_secret;
|
||||
drop database if exists db2;
|
||||
drop database if exists federated;
|
||||
drop database if exists mysqldump_test_db;
|
||||
drop database if exists mysqlslap;
|
||||
drop database if exists mysqltest1;
|
||||
drop database if exists mysqltest2;
|
||||
drop database if exists mysqltest3;
|
||||
@ -34,6 +35,7 @@ drop database if exists mysqltest_bob;
|
||||
drop database if exists mysqltest_db1;
|
||||
drop database if exists mysqltest_prometheus;
|
||||
drop database if exists mysqltest_sisyfos;
|
||||
drop database if exists ndbsynctest;
|
||||
drop database if exists ndbtest1;
|
||||
drop database if exists rewrite;
|
||||
drop database if exists test2;
|
||||
|
Reference in New Issue
Block a user