diff options
Diffstat (limited to 'mysql-test/r/innodb_notembedded.result')
-rw-r--r-- | mysql-test/r/innodb_notembedded.result | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/mysql-test/r/innodb_notembedded.result b/mysql-test/r/innodb_notembedded.result index fc71468b97b..9aac20e515d 100644 --- a/mysql-test/r/innodb_notembedded.result +++ b/mysql-test/r/innodb_notembedded.result @@ -1,3 +1,4 @@ +drop table if exists t1; create table t1 (col1 integer primary key, col2 integer) engine=innodb; insert t1 values (1,100); create function f1 () returns integer begin |