mirror of
https://github.com/MariaDB/server.git
synced 2025-05-07 04:01:59 +03:00
for general use. mysql-test/Makefile.am: Adding directories of additional test suites mysql-test/mysql-stress-test.pl: Adding check for additional errors checking during test run
11 lines
169 B
Plaintext
11 lines
169 B
Plaintext
--disable_warnings
|
|
DROP DATABASE IF EXISTS d4;
|
|
--enable_warnings
|
|
CREATE DATABASE d4;
|
|
SHOW DATABASES;
|
|
--error 1007
|
|
CREATE DATABASE d4;
|
|
DROP DATABASE d4;
|
|
SHOW DATABASES;
|
|
|