diff options
author | ramil@mysql.com <> | 2006-04-11 15:26:18 +0500 |
---|---|---|
committer | ramil@mysql.com <> | 2006-04-11 15:26:18 +0500 |
commit | 32cabaa39f4d31e5b8dfe5df2caf53ea3ff6f304 (patch) | |
tree | 20336cb63f9abcdf396849cd755698d0069b7b76 /mysql-test/t/func_op.test | |
parent | a2cd8beb9689e10c2fa329dfc1b5a05fca5f52dc (diff) | |
download | mariadb-git-32cabaa39f4d31e5b8dfe5df2caf53ea3ff6f304.tar.gz |
after merge fix.
Diffstat (limited to 'mysql-test/t/func_op.test')
-rw-r--r-- | mysql-test/t/func_op.test | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/mysql-test/t/func_op.test b/mysql-test/t/func_op.test index 6521349a558..0a4f5034f4c 100644 --- a/mysql-test/t/func_op.test +++ b/mysql-test/t/func_op.test @@ -21,7 +21,9 @@ select -1 >> 1, -1 << 1; # Bug 13044: wrong bit_count() results # +--disable_warnings drop table if exists t1,t2; +--enable_warnings create table t1(a int); create table t2(a int, b int); insert into t1 values (1), (2), (3); |