mirror of
https://github.com/MariaDB/server.git
synced 2026-05-06 23:25:34 +02:00
Add new option "check-testcases" to mysql-test-run.pl
Cleanup the sideeffects from most of the testcases with sideeffects.
This commit is contained in:
parent
f60f757689
commit
9304785c10
65 changed files with 256 additions and 11 deletions
|
|
@ -48,7 +48,7 @@ drop table t1;
|
|||
#
|
||||
# Test system variables
|
||||
#
|
||||
|
||||
set GLOBAL max_join_size=10;
|
||||
set max_join_size=100;
|
||||
show variables like 'max_join_size';
|
||||
--replace_result 18446744073709551615 HA_POS_ERROR 4294967295 HA_POS_ERROR
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue