mirror of
https://github.com/MariaDB/server.git
synced 2025-07-29 05:21:33 +03:00
perfschema test formatting. Use --echo #
This commit is contained in:
@ -204,7 +204,7 @@ select * from t1;
|
||||
select mysql_errno, returned_sqlstate, message_text, errors, warnings
|
||||
from performance_schema.events_statements_history where errors > 0;
|
||||
|
||||
--echo
|
||||
--echo #
|
||||
select mysql_errno, returned_sqlstate, message_text, errors, warnings from
|
||||
performance_schema.events_statements_history_long where errors > 0;
|
||||
|
||||
|
Reference in New Issue
Block a user