Commit d26a9f0a authored by Paul McCullagh's avatar Paul McCullagh

Removed test debug

parent bf03b886
...@@ -434,7 +434,6 @@ select count(*) from t1 where x = 18446744073709551601; ...@@ -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; ...@@ -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;
# #
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment