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

Fix merge conflict by changing warning codes to new one

This commit is contained in:
venu@myvenu.com
2003-05-21 01:21:06 -07:00
parent 7b2ac7f83c
commit 0c25993d24
4 changed files with 4 additions and 13 deletions

View File

@ -109,6 +109,7 @@ Warning 1263 Data truncated for column 'b' at row 10
select @@warning_count;
@@warning_count
50
drop table t1;
create table t1 (id int) type=isam;
Warnings:
Warning 1264 Using storage engine MYISAM for table 't1'