mirror of
https://github.com/MariaDB/server.git
synced 2025-07-18 23:03:28 +03:00
Simple misc cases - warnings
This commit is contained in:
@ -1,4 +1,4 @@
|
||||
drop table if exists t1,t2;
|
||||
drop table if exists t1,t2,t3;
|
||||
create table t1 (b char(0));
|
||||
insert into t1 values (""),(null);
|
||||
select * from t1;
|
||||
|
Reference in New Issue
Block a user