mirror of
https://github.com/MariaDB/server.git
synced 2025-01-20 05:52:27 +01:00
Post-merge fix: Complete reversal of bug 33699.
This commit is contained in:
parent
5f119f2825
commit
9bf6c85d81
1 changed files with 0 additions and 2 deletions
|
@ -61,9 +61,7 @@ drop table t1;
|
|||
#
|
||||
CREATE TABLE t1 (a varchar(16) NOT NULL default '', b smallint(6) NOT NULL default 0, c datetime NOT NULL default '0000-00-00 00:00:00', d smallint(6) NOT NULL default 0);
|
||||
INSERT INTO t1 SET a = "", d= "2003-01-14 03:54:55";
|
||||
--error 1048
|
||||
UPDATE t1 SET d=1/NULL;
|
||||
--error 1048
|
||||
UPDATE t1 SET d=NULL;
|
||||
--error 1048
|
||||
INSERT INTO t1 (a) values (null);
|
||||
|
|
Loading…
Reference in a new issue