diff options
author | bell@sanja.is.com.ua <> | 2002-08-30 21:32:59 +0300 |
---|---|---|
committer | bell@sanja.is.com.ua <> | 2002-08-30 21:32:59 +0300 |
commit | 463c59e1e917b1363390def20b8f0ea3bb173cbb (patch) | |
tree | 3b15ca06d9e0a993eaa6b6b1faf4c1885b18a2a2 /mysql-test/t/odbc.test | |
parent | 76aff6352f8f8d1ce9c0cb9ad7ebb1104dea8412 (diff) | |
download | mariadb-git-463c59e1e917b1363390def20b8f0ea3bb173cbb.tar.gz |
fixed tests to be independed from environment
Diffstat (limited to 'mysql-test/t/odbc.test')
-rw-r--r-- | mysql-test/t/odbc.test | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/mysql-test/t/odbc.test b/mysql-test/t/odbc.test index 4629a08fd3f..3e0fc214d3e 100644 --- a/mysql-test/t/odbc.test +++ b/mysql-test/t/odbc.test @@ -8,6 +8,7 @@ select {fn length("hello")}, { date "1997-10-20" }; # Test retreiving row with last insert_id value. # +drop table if exists t1; create table t1 (a int not null auto_increment,b int not null,primary key (a,b)); insert into t1 SET A=NULL,B=1; insert into t1 SET a=null,b=2; |