Skip to content

Commit 5fe55b1

Browse files
committed
Fix sys_vars innodb_empty_free_list_algorithm_basic
Post xtradb 5.6.36 merge the output has changed.
1 parent 339a290 commit 5fe55b1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

mysql-test/suite/sys_vars/r/innodb_empty_free_list_algorithm_basic.result

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
SET @start_value = @@GLOBAL.innodb_empty_free_list_algorithm;
22
SELECT @@GLOBAL.innodb_empty_free_list_algorithm;
33
@@GLOBAL.innodb_empty_free_list_algorithm
4-
backoff
4+
legacy
55
SELECT @@SESSION.innodb_empty_free_list_algorithm;
66
ERROR HY000: Variable 'innodb_empty_free_list_algorithm' is a GLOBAL variable
77
SET GLOBAL innodb_empty_free_list_algorithm='legacy';

0 commit comments

Comments
 (0)