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

Simple misc cases - warnings

This commit is contained in:
unknown
2003-01-07 18:59:08 -08:00
parent e3494520c9
commit db67a2ee61
4 changed files with 26 additions and 2 deletions

View File

@@ -3,7 +3,7 @@
#
--disable_warnings
drop table if exists t1,t2;
drop table if exists t1,t2,t3;
--enable_warnings
create table t1 (b char(0));