File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -7644,7 +7644,7 @@ SELECT 1;
7644
7644
1
7645
7645
1
7646
7646
DROP PROCEDURE sp;
7647
- CREATE PROCEDURE sp() SHOW USER_STATISTICS;
7647
+ CREATE PROCEDURE sp() SET STATEMENT SQL_SELECT_LIMIT=0 FOR SHOW USER_STATISTICS;
7648
7648
CALL sp;
7649
7649
User Total_connections Concurrent_connections Connected_time Busy_time Cpu_time Bytes_received Bytes_sent Binlog_bytes_written Rows_read Rows_sent Rows_deleted Rows_inserted Rows_updated Select_commands Update_commands Other_commands Commit_transactions Rollback_transactions Denied_connections Lost_connections Access_denied Empty_queries Total_ssl_connections Max_statement_time_exceeded
7650
7650
SELECT 1;
Original file line number Diff line number Diff line change @@ -9078,7 +9078,7 @@ CREATE PROCEDURE sp() ALTER TABLE non_existing_table OPTIMIZE PARTITION p0;
9078
9078
CALL sp;
9079
9079
SELECT 1;
9080
9080
DROP PROCEDURE sp;
9081
- CREATE PROCEDURE sp() SHOW USER_STATISTICS;
9081
+ CREATE PROCEDURE sp() SET STATEMENT SQL_SELECT_LIMIT=0 FOR SHOW USER_STATISTICS;
9082
9082
CALL sp;
9083
9083
SELECT 1;
9084
9084
DROP PROCEDURE sp;
You can’t perform that action at this time.
0 commit comments