diff options
Diffstat (limited to 'mysql-test/r/strict_autoinc_5ndb.result')
-rw-r--r-- | mysql-test/r/strict_autoinc_5ndb.result | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/mysql-test/r/strict_autoinc_5ndb.result b/mysql-test/r/strict_autoinc_5ndb.result index d0d62d05b32..715f9a4b98b 100644 --- a/mysql-test/r/strict_autoinc_5ndb.result +++ b/mysql-test/r/strict_autoinc_5ndb.result @@ -1,3 +1,4 @@ +drop table if exists t1; set @org_mode=@@sql_mode; create table t1 ( |