1
0
mirror of https://github.com/MariaDB/server.git synced 2025-08-01 03:47:19 +03:00

Small fixes done while reviewing pushed code

This commit is contained in:
monty@mysql.com
2005-04-06 16:52:41 +03:00
parent b9fdb65b18
commit 174c15aee1
3 changed files with 6 additions and 1 deletions

View File

@ -2,6 +2,10 @@
# embedded server ignores 'delayed', so skip this
-- source include/not_embedded.inc
--disable_warnings
drop table if exists t1;
--enable_warnings
#
# Bug #1078
#