Commit 77edfb16 authored by unknown's avatar unknown

bigint.test:

  Fixing a typo in the test case.


mysql-test/t/bigint.test:
  Fixing a typo in the test case.
parent d86f0a13
...@@ -307,6 +307,6 @@ select -(9223372036854775808); ...@@ -307,6 +307,6 @@ select -(9223372036854775808);
select -((9223372036854775808)); select -((9223372036854775808));
select -(-(9223372036854775808)); select -(-(9223372036854775808));
--disable_metadata --disable_metadata
--endble_ps_protocol --enable_ps_protocol
select --9223372036854775808, ---9223372036854775808, ----9223372036854775808; select --9223372036854775808, ---9223372036854775808, ----9223372036854775808;
select -(-9223372036854775808), -(-(-9223372036854775808)); select -(-9223372036854775808), -(-(-9223372036854775808));
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