mirror of
https://github.com/MariaDB/server.git
synced 2025-08-31 22:22:30 +03:00
fixed 2 typo in BUG_TABLES using
remuved 'unstable' variable from test include/myisampack.h: fixed 2 typo mysql-test/r/variables.result: remuved 'unstable' variable mysql-test/t/variables.test: remuved 'unstable' variable
This commit is contained in:
@@ -34,7 +34,8 @@ drop table t1;
|
||||
|
||||
set max_join_size=100;
|
||||
show variables like 'max_join_size';
|
||||
show global variables like 'max_join_size';
|
||||
# Removed, because it has different value with/without BIG_TABLES
|
||||
#show global variables like 'max_join_size';
|
||||
set GLOBAL max_join_size=2000;
|
||||
show global variables like 'max_join_size';
|
||||
set max_join_size=DEFAULT;
|
||||
|
Reference in New Issue
Block a user