mirror of
https://github.com/MariaDB/server.git
synced 2026-01-06 05:22:24 +03:00
compatibility fix
test results corrected mysql-test/r/range.result: test results corrected mysql-test/t/range.test: test results corrected sql/opt_range.cc: compatibility fix
This commit is contained in:
@@ -429,6 +429,7 @@ explain select count(*) from t1 where x > -16;
|
||||
# The following result should be (2). To be fixed when we add 'unsigned flag' to
|
||||
# Field::store(longlong)
|
||||
select count(*) from t1 where x > -16;
|
||||
select * from t1 where x > -16;
|
||||
select count(*) from t1 where x = 18446744073709551601;
|
||||
|
||||
drop table t1;
|
||||
|
||||
Reference in New Issue
Block a user