Skip to content

Commit ecd5893

Browse files
committed
WL#15684 System variable to select JSON EXPLAIN format
Post-push fix: broken test on rebase Change-Id: Ib0361109bb764ddc606d31ede90d73d1643380b4
1 parent 021f6d6 commit ecd5893

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

mysql-test/r/all_persisted_variables.result

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -46,17 +46,17 @@ include/assert.inc [Expect 500+ variables in the table. Due to open Bugs, we are
4646

4747
# Test SET PERSIST
4848

49-
include/assert.inc [Expect 444 persisted variables in the table.]
49+
include/assert.inc [Expect 445 persisted variables in the table.]
5050

5151
************************************************************
5252
* 3. Restart server, it must preserve the persisted variable
5353
* settings. Verify persisted configuration.
5454
************************************************************
5555
# restart
5656

57-
include/assert.inc [Expect 444 persisted variables in persisted_variables table.]
58-
include/assert.inc [Expect 444 persisted variables shown as PERSISTED in variables_info table.]
59-
include/assert.inc [Expect 444 persisted variables with matching peristed and global values.]
57+
include/assert.inc [Expect 445 persisted variables in persisted_variables table.]
58+
include/assert.inc [Expect 445 persisted variables shown as PERSISTED in variables_info table.]
59+
include/assert.inc [Expect 445 persisted variables with matching peristed and global values.]
6060

6161
************************************************************
6262
* 4. Test RESET PERSIST IF EXISTS. Verify persisted variable

mysql-test/t/all_persisted_variables.test

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ let $total_global_vars=`SELECT COUNT(*)
5050
WHERE variable_name NOT LIKE 'ndb_%'
5151
AND variable_name NOT LIKE 'debug_%'
5252
AND variable_name NOT LIKE '%telemetry%'`;
53-
let $total_persistent_vars=444;
53+
let $total_persistent_vars=445;
5454

5555
--echo ***************************************************************
5656
--echo * 0. Verify that variables present in performance_schema.global

0 commit comments

Comments
 (0)