Skip to content

Commit 9200be4

Browse files
author
gshchepa/uchum@gleb.loc
committed
bigint.test:
Fixing a typo in the test case.
1 parent e53a484 commit 9200be4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

mysql-test/t/bigint.test

+1-1
Original file line numberDiff line numberDiff line change
@@ -307,6 +307,6 @@ select -(9223372036854775808);
307307
select -((9223372036854775808));
308308
select -(-(9223372036854775808));
309309
--disable_metadata
310-
--endble_ps_protocol
310+
--enable_ps_protocol
311311
select --9223372036854775808, ---9223372036854775808, ----9223372036854775808;
312312
select -(-9223372036854775808), -(-(-9223372036854775808));

0 commit comments

Comments
 (0)