mirror of
https://github.com/MariaDB/server.git
synced 2025-01-17 04:22:27 +01:00
Removed test debug
This commit is contained in:
parent
bf03b886ad
commit
d26a9f0a96
1 changed files with 0 additions and 4 deletions
|
@ -434,7 +434,6 @@ select count(*) from t1 where x = 18446744073709551601;
|
||||||
|
|
||||||
drop table t1;
|
drop table t1;
|
||||||
|
|
||||||
#create table fuuu (c1 int);
|
|
||||||
#
|
#
|
||||||
# Bug #11185 incorrect comparison of unsigned int to signed constant
|
# Bug #11185 incorrect comparison of unsigned int to signed constant
|
||||||
#
|
#
|
||||||
|
@ -452,9 +451,6 @@ select * from t1 where a > -1;
|
||||||
explain select * from t1 where a < -1;
|
explain select * from t1 where a < -1;
|
||||||
select * from t1 where a < -1;
|
select * from t1 where a < -1;
|
||||||
|
|
||||||
#create table fuuu2 (c1 int);
|
|
||||||
#check table fuuu2;
|
|
||||||
|
|
||||||
drop table t1;
|
drop table t1;
|
||||||
|
|
||||||
#
|
#
|
||||||
|
|
Loading…
Reference in a new issue