summaryrefslogtreecommitdiff
path: root/mysql-test/r/bigint.result
diff options
context:
space:
mode:
Diffstat (limited to 'mysql-test/r/bigint.result')
-rw-r--r--mysql-test/r/bigint.result3
1 files changed, 0 insertions, 3 deletions
diff --git a/mysql-test/r/bigint.result b/mysql-test/r/bigint.result
index f2cb6437f8f..f666c5311b8 100644
--- a/mysql-test/r/bigint.result
+++ b/mysql-test/r/bigint.result
@@ -17,9 +17,6 @@ a
select * from t1 where a=18446744073709551615;
a
18446744073709551615
-select * from t1 where a='18446744073709551615';
-a
-18446744073709551615
delete from t1 where a=18446744073709551615;
select * from t1;
a