Skip to content

Commit 2ae83af

Browse files
committed
update a test result, followup fae6539
1 parent c1fd027 commit 2ae83af

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

mysql-test/suite/plugins/r/feedback_plugin_send.result

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,9 @@ select plugin_status from information_schema.plugins where plugin_name='feedback
22
plugin_status
33
ACTIVE
44
SELECT variable_value INTO @feedback_used FROM information_schema.feedback where variable_name = 'FEEDBACK used';
5-
SELECT variable_value = @feedback_used + 1 FROM information_schema.feedback where variable_name = 'FEEDBACK used';
6-
variable_value = @feedback_used + 1
7-
0
5+
SELECT variable_value = @feedback_used + 1 as 'MUST BE 1' FROM information_schema.feedback where variable_name = 'FEEDBACK used';
6+
MUST BE 1
7+
1
88
select * from information_schema.feedback where variable_name like 'feed%'
99
and variable_name not like '%_uid' and variable_name not like 'FEEDBACK used'
1010
and variable_name not like '%debug%';

0 commit comments

Comments
 (0)