mirror of
https://github.com/MariaDB/server.git
synced 2025-07-29 05:21:33 +03:00
correct invalid values in SET GLOBAL var=DEFAULT
bug#33382
This commit is contained in:
@ -182,7 +182,7 @@ show global variables like 'myisam_max_sort_file_size';
|
||||
Variable_name Value
|
||||
myisam_max_sort_file_size 1048576
|
||||
set GLOBAL myisam_max_sort_file_size=default;
|
||||
show variables like 'myisam_max_sort_file_size';
|
||||
show global variables like 'myisam_max_sort_file_size';
|
||||
Variable_name Value
|
||||
myisam_max_sort_file_size FILE_SIZE
|
||||
set global net_retry_count=10, session net_retry_count=10;
|
||||
|
Reference in New Issue
Block a user