mirror of
https://github.com/MariaDB/server.git
synced 2026-04-21 07:45:32 +02:00
after merge fix.
This commit is contained in:
parent
974752bc1e
commit
d7caa2a02a
1 changed files with 2 additions and 0 deletions
|
|
@ -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);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue