diff options
author | konstantin@mysql.com <> | 2004-09-18 01:10:09 +0400 |
---|---|---|
committer | konstantin@mysql.com <> | 2004-09-18 01:10:09 +0400 |
commit | 4230eae8575cd495167d5be99c0fae744673a8b5 (patch) | |
tree | 4fda0b8703de3f38c95d4d7ae20ac12a077cdcb9 /mysql-test/r/ps_3innodb.result | |
parent | c12c9af2249034f4fb2e9c79800e9900301934e2 (diff) | |
download | mariadb-git-4230eae8575cd495167d5be99c0fae744673a8b5.tar.gz |
A fix and test case for bug#5510 "inserting Null in AutoIncrement primary
key Column Fails".
Diffstat (limited to 'mysql-test/r/ps_3innodb.result')
-rw-r--r-- | mysql-test/r/ps_3innodb.result | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mysql-test/r/ps_3innodb.result b/mysql-test/r/ps_3innodb.result index 865b108d7ed..d33e3c610c0 100644 --- a/mysql-test/r/ps_3innodb.result +++ b/mysql-test/r/ps_3innodb.result @@ -1015,7 +1015,7 @@ set @arg00=NULL; set @arg01=2; execute stmt1 using @arg00, @arg01; Warnings: -Warning 1265 Data truncated for column 'a' at row 1 +Warning 1263 Data truncated; NULL supplied to NOT NULL column 'a' at row 1 select a,b from t1; a b 0 two |