Skip to content

Commit

Permalink
update a test result, followup fae6539
Browse files Browse the repository at this point in the history
  • Loading branch information
vuvova authored and montywi committed Jun 3, 2019
1 parent 40becbc commit aa83b9c
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions mysql-test/suite/plugins/r/feedback_plugin_send.result
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@ select plugin_status from information_schema.plugins where plugin_name='feedback
plugin_status
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
0
SELECT variable_value = @feedback_used + 1 as 'MUST BE 1' FROM information_schema.feedback where variable_name = 'FEEDBACK used';
MUST BE 1
1
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 aa83b9c

Please sign in to comment.