summaryrefslogtreecommitdiff
path: root/mysql-test/t/func_op.test
diff options
context:
space:
mode:
authorunknown <ramil@mysql.com>2006-04-11 15:26:18 +0500
committerunknown <ramil@mysql.com>2006-04-11 15:26:18 +0500
commitd7caa2a02aedec5a294bbb0c64aed048f23dc6be (patch)
tree20336cb63f9abcdf396849cd755698d0069b7b76 /mysql-test/t/func_op.test
parent974752bc1e9b923e10dfc21f56d699bb5a37bc8b (diff)
downloadmariadb-git-d7caa2a02aedec5a294bbb0c64aed048f23dc6be.tar.gz
after merge fix.
Diffstat (limited to 'mysql-test/t/func_op.test')
-rw-r--r--mysql-test/t/func_op.test2
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);