diff options
author | unknown <kostja@bodhi.(none)> | 2007-06-01 20:05:34 +0400 |
---|---|---|
committer | unknown <kostja@bodhi.(none)> | 2007-06-01 20:05:34 +0400 |
commit | e21076463c4c1721bfd7150ff2350d634009755a (patch) | |
tree | c7db9e064871db06b2b6a0b147d425bffccf568c /mysql-test/t/strict.test | |
parent | a00e5c6896e4a2d128aa7da5fabcb508ebd67f0f (diff) | |
download | mariadb-git-e21076463c4c1721bfd7150ff2350d634009755a.tar.gz |
Fix more mysqltest warnings.
Diffstat (limited to 'mysql-test/t/strict.test')
-rw-r--r-- | mysql-test/t/strict.test | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/mysql-test/t/strict.test b/mysql-test/t/strict.test index fc663853174..a66ab464a11 100644 --- a/mysql-test/t/strict.test +++ b/mysql-test/t/strict.test @@ -975,9 +975,7 @@ select * from t1; # Check that select don't abort even in strict mode (for now) set sql_mode='traditional'; ---disable_ps_warnings select count(*) from t1 where STR_TO_DATE('2004.12.12 10:22:61','%Y.%m.%d %T') IS NULL; ---enable_ps_warnings drop table t1; |