1
0
mirror of https://github.com/MariaDB/server.git synced 2025-07-30 16:24:05 +03:00

Updated warning test

Updated all tests to catchup warnings for all field conversions


mysql-test/t/ctype_many.test:
  Disable the warnings for misc conversion
mysql-test/t/warnings.test:
  More warning tests
This commit is contained in:
unknown
2003-04-30 00:07:37 -07:00
parent 05af39d591
commit b857129454
21 changed files with 392 additions and 19 deletions

View File

@ -234,6 +234,8 @@ index (id),
index (id2)
);
insert into t1 values(null,null),(1,1);
Warnings:
Warning 1261 Data truncated, NULL supplied to NOT NULL column 'id2' at row 1
select * from t1;
id id2
NULL 0