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

copy from test-extra-5.0 to main tree

This commit is contained in:
hhunger@hh-nb.hungers
2007-02-06 19:07:48 +01:00
parent 9663691aca
commit 28a05ea0ea
219 changed files with 719244 additions and 0 deletions

View File

@@ -0,0 +1,6 @@
##### suite/funcs_1/include/create_database.inc
--disable_warnings
eval DROP DATABASE IF EXISTS $new_database;
--enable_warnings
eval CREATE DATABASE $new_database;