Skip to content

Commit

Permalink
Re-record results for MTR_FEEDBACK_PLUGIN=1
Browse files Browse the repository at this point in the history
  • Loading branch information
dr-m committed Apr 7, 2019
1 parent 1d30b7b commit 6b3e2ec
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion mysql-test/suite/plugins/r/feedback_plugin_install.result
Expand Up @@ -6,7 +6,7 @@ select * from information_schema.feedback where variable_name like 'feed%'
and variable_name not like '%_uid'
and variable_name not like '%debug%';
VARIABLE_NAME VARIABLE_VALUE
FEEDBACK used 1
FEEDBACK used 2
FEEDBACK version 1.1
FEEDBACK_HTTP_PROXY
FEEDBACK_SEND_RETRY_WAIT 60
Expand Down
2 changes: 1 addition & 1 deletion mysql-test/suite/plugins/r/feedback_plugin_send.result
Expand Up @@ -4,7 +4,7 @@ ACTIVE
SELECT variable_value INTO @feedback_used FROM information_schema.feedback where variable_name = 'FEEDBACK used';
SELECT variable_value = @feedback_used + 1 FROM information_schema.feedback where variable_name = 'FEEDBACK used';
variable_value = @feedback_used + 1
1
0
select * from information_schema.feedback where variable_name like 'feed%'
and variable_name not like '%_uid' and variable_name not like 'FEEDBACK used'
and variable_name not like '%debug%';
Expand Down

0 comments on commit 6b3e2ec

Please sign in to comment.