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

@ -124,6 +124,8 @@ select last_insert_id();
last_insert_id()
255
insert into t1 set i = null;
Warnings:
Warning 1262 Data truncated, out of range for column 'i' at row 1
select last_insert_id();
last_insert_id()
255