mirror of
https://github.com/MariaDB/server.git
synced 2025-07-30 16:24:05 +03:00
feedback plugin debug
make it possible to change feedback plugin wait intervals * only in debug builds * and force the feedback report to be ignored update the test to use this feature
This commit is contained in:
@ -10,6 +10,8 @@ select plugin_status from information_schema.plugins where plugin_name='feedback
|
||||
--replace_result https http
|
||||
--sorted_result
|
||||
select * from information_schema.feedback where variable_name like 'feed%'
|
||||
and variable_name not like '%_uid';
|
||||
and variable_name not like '%_uid'
|
||||
and variable_name not like '%debug%';
|
||||
|
||||
uninstall plugin feedback;
|
||||
|
||||
|
Reference in New Issue
Block a user