diff options
Diffstat (limited to 'mysql-test/r/warnings.result')
-rw-r--r-- | mysql-test/r/warnings.result | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/mysql-test/r/warnings.result b/mysql-test/r/warnings.result index 5920c87d20a..add9051ddfb 100644 --- a/mysql-test/r/warnings.result +++ b/mysql-test/r/warnings.result @@ -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' |