1
0
mirror of https://github.com/MariaDB/server.git synced 2025-07-24 19:42:23 +03:00

MDEV-32101 CREATE PACKAGE [BODY] for sql_mode=DEFAULT

This patch adds PACKAGE support with SQL/PSM dialect for sql_mode=DEFAULT:

- CREATE PACKAGE
- DROP PACKAGE
- CREATE PACKAGE BODY
- DROP PACKAGE BODY
- Package function and procedure invocation from outside of the package:
    -- using two step identifiers
    SELECT pkg.f1();
    CALL pkg.p1()

    -- using three step identifiers
    SELECT db.pkg.f1();
    CALL db.pkg.p1();

This is a non-standard MariaDB extension.

However, later this code can be used to implement
the SQL Standard and DB2 dialects of CREATE MODULE.
This commit is contained in:
Alexander Barkov
2023-09-04 15:28:50 +04:00
parent 9bd95e914f
commit aed9c656a9
21 changed files with 4866 additions and 3547 deletions

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

View File

@ -188,16 +188,16 @@ host event_name count_star
execute dump_stages_global;
event_name count_star
stage/sql/checking permissions 4
stage/sql/closing tables 11
stage/sql/closing tables 12
stage/sql/init 3
stage/sql/Opening tables 7
stage/sql/Opening tables 8
stage/sql/starting 6
execute dump_stages_history;
event_name count(event_name)
stage/sql/checking permissions 4
stage/sql/closing tables 11
stage/sql/closing tables 12
stage/sql/init 3
stage/sql/Opening tables 7
stage/sql/Opening tables 8
stage/sql/starting 6
execute dump_statements_account;
user host event_name count_star
@ -225,10 +225,10 @@ execute dump_transactions_host;
host event_name count_star
execute dump_transactions_global;
event_name count_star
transaction 2
transaction 3
execute dump_transactions_history;
event_name count(event_name)
transaction 2
transaction 3
execute dump_accounts;
USER HOST CURRENT_CONNECTIONS TOTAL_CONNECTIONS
execute dump_users;
@ -272,16 +272,16 @@ host event_name count_star
execute dump_stages_global;
event_name count_star
stage/sql/checking permissions 4
stage/sql/closing tables 11
stage/sql/closing tables 12
stage/sql/init 3
stage/sql/Opening tables 7
stage/sql/Opening tables 8
stage/sql/starting 6
execute dump_stages_history;
event_name count(event_name)
stage/sql/checking permissions 4
stage/sql/closing tables 11
stage/sql/closing tables 12
stage/sql/init 3
stage/sql/Opening tables 7
stage/sql/Opening tables 8
stage/sql/starting 6
execute dump_statements_account;
user host event_name count_star
@ -309,10 +309,10 @@ execute dump_transactions_host;
host event_name count_star
execute dump_transactions_global;
event_name count_star
transaction 2
transaction 3
execute dump_transactions_history;
event_name count(event_name)
transaction 2
transaction 3
execute dump_accounts;
USER HOST CURRENT_CONNECTIONS TOTAL_CONNECTIONS
execute dump_users;
@ -368,16 +368,16 @@ host event_name count_star
execute dump_stages_global;
event_name count_star
stage/sql/checking permissions 8
stage/sql/closing tables 21
stage/sql/closing tables 23
stage/sql/init 6
stage/sql/Opening tables 13
stage/sql/Opening tables 15
stage/sql/starting 12
execute dump_stages_history;
event_name count(event_name)
stage/sql/checking permissions 8
stage/sql/closing tables 21
stage/sql/closing tables 23
stage/sql/init 6
stage/sql/Opening tables 13
stage/sql/Opening tables 15
stage/sql/starting 12
execute dump_statements_account;
user host event_name count_star
@ -405,10 +405,10 @@ execute dump_transactions_host;
host event_name count_star
execute dump_transactions_global;
event_name count_star
transaction 4
transaction 6
execute dump_transactions_history;
event_name count(event_name)
transaction 4
transaction 6
execute dump_accounts;
USER HOST CURRENT_CONNECTIONS TOTAL_CONNECTIONS
execute dump_users;
@ -453,16 +453,16 @@ host event_name count_star
execute dump_stages_global;
event_name count_star
stage/sql/checking permissions 8
stage/sql/closing tables 21
stage/sql/closing tables 23
stage/sql/init 6
stage/sql/Opening tables 13
stage/sql/Opening tables 15
stage/sql/starting 12
execute dump_stages_history;
event_name count(event_name)
stage/sql/checking permissions 8
stage/sql/closing tables 21
stage/sql/closing tables 23
stage/sql/init 6
stage/sql/Opening tables 13
stage/sql/Opening tables 15
stage/sql/starting 12
execute dump_statements_account;
user host event_name count_star
@ -490,10 +490,10 @@ execute dump_transactions_host;
host event_name count_star
execute dump_transactions_global;
event_name count_star
transaction 4
transaction 6
execute dump_transactions_history;
event_name count(event_name)
transaction 4
transaction 6
execute dump_accounts;
USER HOST CURRENT_CONNECTIONS TOTAL_CONNECTIONS
execute dump_users;
@ -550,16 +550,16 @@ host event_name count_star
execute dump_stages_global;
event_name count_star
stage/sql/checking permissions 12
stage/sql/closing tables 31
stage/sql/closing tables 34
stage/sql/init 9
stage/sql/Opening tables 19
stage/sql/Opening tables 22
stage/sql/starting 18
execute dump_stages_history;
event_name count(event_name)
stage/sql/checking permissions 12
stage/sql/closing tables 31
stage/sql/closing tables 34
stage/sql/init 9
stage/sql/Opening tables 19
stage/sql/Opening tables 22
stage/sql/starting 18
execute dump_statements_account;
user host event_name count_star
@ -587,10 +587,10 @@ execute dump_transactions_host;
host event_name count_star
execute dump_transactions_global;
event_name count_star
transaction 6
transaction 9
execute dump_transactions_history;
event_name count(event_name)
transaction 6
transaction 9
execute dump_accounts;
USER HOST CURRENT_CONNECTIONS TOTAL_CONNECTIONS
execute dump_users;
@ -636,16 +636,16 @@ host event_name count_star
execute dump_stages_global;
event_name count_star
stage/sql/checking permissions 12
stage/sql/closing tables 31
stage/sql/closing tables 34
stage/sql/init 9
stage/sql/Opening tables 19
stage/sql/Opening tables 22
stage/sql/starting 18
execute dump_stages_history;
event_name count(event_name)
stage/sql/checking permissions 12
stage/sql/closing tables 31
stage/sql/closing tables 34
stage/sql/init 9
stage/sql/Opening tables 19
stage/sql/Opening tables 22
stage/sql/starting 18
execute dump_statements_account;
user host event_name count_star
@ -673,10 +673,10 @@ execute dump_transactions_host;
host event_name count_star
execute dump_transactions_global;
event_name count_star
transaction 6
transaction 9
execute dump_transactions_history;
event_name count(event_name)
transaction 6
transaction 9
execute dump_accounts;
USER HOST CURRENT_CONNECTIONS TOTAL_CONNECTIONS
execute dump_users;
@ -734,16 +734,16 @@ host event_name count_star
execute dump_stages_global;
event_name count_star
stage/sql/checking permissions 16
stage/sql/closing tables 41
stage/sql/closing tables 45
stage/sql/init 12
stage/sql/Opening tables 25
stage/sql/Opening tables 29
stage/sql/starting 24
execute dump_stages_history;
event_name count(event_name)
stage/sql/checking permissions 16
stage/sql/closing tables 41
stage/sql/closing tables 45
stage/sql/init 12
stage/sql/Opening tables 25
stage/sql/Opening tables 29
stage/sql/starting 24
execute dump_statements_account;
user host event_name count_star
@ -771,10 +771,10 @@ execute dump_transactions_host;
host event_name count_star
execute dump_transactions_global;
event_name count_star
transaction 8
transaction 12
execute dump_transactions_history;
event_name count(event_name)
transaction 8
transaction 12
execute dump_accounts;
USER HOST CURRENT_CONNECTIONS TOTAL_CONNECTIONS
execute dump_users;
@ -819,16 +819,16 @@ host event_name count_star
execute dump_stages_global;
event_name count_star
stage/sql/checking permissions 16
stage/sql/closing tables 41
stage/sql/closing tables 45
stage/sql/init 12
stage/sql/Opening tables 25
stage/sql/Opening tables 29
stage/sql/starting 25
execute dump_stages_history;
event_name count(event_name)
stage/sql/checking permissions 16
stage/sql/closing tables 41
stage/sql/closing tables 45
stage/sql/init 12
stage/sql/Opening tables 25
stage/sql/Opening tables 29
stage/sql/starting 25
execute dump_statements_account;
user host event_name count_star
@ -857,10 +857,10 @@ execute dump_transactions_host;
host event_name count_star
execute dump_transactions_global;
event_name count_star
transaction 8
transaction 12
execute dump_transactions_history;
event_name count(event_name)
transaction 8
transaction 12
execute dump_accounts;
USER HOST CURRENT_CONNECTIONS TOTAL_CONNECTIONS
execute dump_users;
@ -904,16 +904,16 @@ host event_name count_star
execute dump_stages_global;
event_name count_star
stage/sql/checking permissions 16
stage/sql/closing tables 41
stage/sql/closing tables 45
stage/sql/init 12
stage/sql/Opening tables 25
stage/sql/Opening tables 29
stage/sql/starting 26
execute dump_stages_history;
event_name count(event_name)
stage/sql/checking permissions 16
stage/sql/closing tables 41
stage/sql/closing tables 45
stage/sql/init 12
stage/sql/Opening tables 25
stage/sql/Opening tables 29
stage/sql/starting 26
execute dump_statements_account;
user host event_name count_star
@ -942,10 +942,10 @@ execute dump_transactions_host;
host event_name count_star
execute dump_transactions_global;
event_name count_star
transaction 8
transaction 12
execute dump_transactions_history;
event_name count(event_name)
transaction 8
transaction 12
execute dump_accounts;
USER HOST CURRENT_CONNECTIONS TOTAL_CONNECTIONS
execute dump_users;
@ -988,16 +988,16 @@ host event_name count_star
execute dump_stages_global;
event_name count_star
stage/sql/checking permissions 16
stage/sql/closing tables 41
stage/sql/closing tables 45
stage/sql/init 12
stage/sql/Opening tables 25
stage/sql/Opening tables 29
stage/sql/starting 27
execute dump_stages_history;
event_name count(event_name)
stage/sql/checking permissions 16
stage/sql/closing tables 41
stage/sql/closing tables 45
stage/sql/init 12
stage/sql/Opening tables 25
stage/sql/Opening tables 29
stage/sql/starting 27
execute dump_statements_account;
user host event_name count_star
@ -1026,10 +1026,10 @@ execute dump_transactions_host;
host event_name count_star
execute dump_transactions_global;
event_name count_star
transaction 8
transaction 12
execute dump_transactions_history;
event_name count(event_name)
transaction 8
transaction 12
execute dump_accounts;
USER HOST CURRENT_CONNECTIONS TOTAL_CONNECTIONS
execute dump_users;
@ -1071,16 +1071,16 @@ host event_name count_star
execute dump_stages_global;
event_name count_star
stage/sql/checking permissions 16
stage/sql/closing tables 41
stage/sql/closing tables 45
stage/sql/init 12
stage/sql/Opening tables 25
stage/sql/Opening tables 29
stage/sql/starting 28
execute dump_stages_history;
event_name count(event_name)
stage/sql/checking permissions 16
stage/sql/closing tables 41
stage/sql/closing tables 45
stage/sql/init 12
stage/sql/Opening tables 25
stage/sql/Opening tables 29
stage/sql/starting 28
execute dump_statements_account;
user host event_name count_star
@ -1109,10 +1109,10 @@ execute dump_transactions_host;
host event_name count_star
execute dump_transactions_global;
event_name count_star
transaction 8
transaction 12
execute dump_transactions_history;
event_name count(event_name)
transaction 8
transaction 12
execute dump_accounts;
USER HOST CURRENT_CONNECTIONS TOTAL_CONNECTIONS
execute dump_users;
@ -1155,16 +1155,16 @@ host event_name count_star
execute dump_stages_global;
event_name count_star
stage/sql/checking permissions 16
stage/sql/closing tables 41
stage/sql/closing tables 45
stage/sql/init 12
stage/sql/Opening tables 25
stage/sql/Opening tables 29
stage/sql/starting 28
execute dump_stages_history;
event_name count(event_name)
stage/sql/checking permissions 16
stage/sql/closing tables 41
stage/sql/closing tables 45
stage/sql/init 12
stage/sql/Opening tables 25
stage/sql/Opening tables 29
stage/sql/starting 28
execute dump_statements_account;
user host event_name count_star
@ -1193,10 +1193,10 @@ execute dump_transactions_host;
host event_name count_star
execute dump_transactions_global;
event_name count_star
transaction 8
transaction 12
execute dump_transactions_history;
event_name count(event_name)
transaction 8
transaction 12
execute dump_accounts;
USER HOST CURRENT_CONNECTIONS TOTAL_CONNECTIONS
execute dump_users;
@ -1238,16 +1238,16 @@ host event_name count_star
execute dump_stages_global;
event_name count_star
stage/sql/checking permissions 16
stage/sql/closing tables 41
stage/sql/closing tables 45
stage/sql/init 12
stage/sql/Opening tables 25
stage/sql/Opening tables 29
stage/sql/starting 28
execute dump_stages_history;
event_name count(event_name)
stage/sql/checking permissions 16
stage/sql/closing tables 41
stage/sql/closing tables 45
stage/sql/init 12
stage/sql/Opening tables 25
stage/sql/Opening tables 29
stage/sql/starting 28
execute dump_statements_account;
user host event_name count_star
@ -1276,10 +1276,10 @@ execute dump_transactions_host;
host event_name count_star
execute dump_transactions_global;
event_name count_star
transaction 8
transaction 12
execute dump_transactions_history;
event_name count(event_name)
transaction 8
transaction 12
execute dump_accounts;
USER HOST CURRENT_CONNECTIONS TOTAL_CONNECTIONS
execute dump_users;
@ -1321,16 +1321,16 @@ host event_name count_star
execute dump_stages_global;
event_name count_star
stage/sql/checking permissions 16
stage/sql/closing tables 41
stage/sql/closing tables 45
stage/sql/init 12
stage/sql/Opening tables 25
stage/sql/Opening tables 29
stage/sql/starting 28
execute dump_stages_history;
event_name count(event_name)
stage/sql/checking permissions 16
stage/sql/closing tables 41
stage/sql/closing tables 45
stage/sql/init 12
stage/sql/Opening tables 25
stage/sql/Opening tables 29
stage/sql/starting 28
execute dump_statements_account;
user host event_name count_star
@ -1359,10 +1359,10 @@ execute dump_transactions_host;
host event_name count_star
execute dump_transactions_global;
event_name count_star
transaction 8
transaction 12
execute dump_transactions_history;
event_name count(event_name)
transaction 8
transaction 12
execute dump_accounts;
USER HOST CURRENT_CONNECTIONS TOTAL_CONNECTIONS
execute dump_users;
@ -1404,16 +1404,16 @@ host event_name count_star
execute dump_stages_global;
event_name count_star
stage/sql/checking permissions 16
stage/sql/closing tables 41
stage/sql/closing tables 45
stage/sql/init 12
stage/sql/Opening tables 25
stage/sql/Opening tables 29
stage/sql/starting 28
execute dump_stages_history;
event_name count(event_name)
stage/sql/checking permissions 16
stage/sql/closing tables 41
stage/sql/closing tables 45
stage/sql/init 12
stage/sql/Opening tables 25
stage/sql/Opening tables 29
stage/sql/starting 28
execute dump_statements_account;
user host event_name count_star
@ -1442,10 +1442,10 @@ execute dump_transactions_host;
host event_name count_star
execute dump_transactions_global;
event_name count_star
transaction 8
transaction 12
execute dump_transactions_history;
event_name count(event_name)
transaction 8
transaction 12
execute dump_accounts;
USER HOST CURRENT_CONNECTIONS TOTAL_CONNECTIONS
execute dump_users;
@ -1487,16 +1487,16 @@ host event_name count_star
execute dump_stages_global;
event_name count_star
stage/sql/checking permissions 16
stage/sql/closing tables 41
stage/sql/closing tables 45
stage/sql/init 12
stage/sql/Opening tables 25
stage/sql/Opening tables 29
stage/sql/starting 28
execute dump_stages_history;
event_name count(event_name)
stage/sql/checking permissions 16
stage/sql/closing tables 41
stage/sql/closing tables 45
stage/sql/init 12
stage/sql/Opening tables 25
stage/sql/Opening tables 29
stage/sql/starting 28
execute dump_statements_account;
user host event_name count_star
@ -1525,10 +1525,10 @@ execute dump_transactions_host;
host event_name count_star
execute dump_transactions_global;
event_name count_star
transaction 8
transaction 12
execute dump_transactions_history;
event_name count(event_name)
transaction 8
transaction 12
execute dump_accounts;
USER HOST CURRENT_CONNECTIONS TOTAL_CONNECTIONS
execute dump_users;
@ -1570,16 +1570,16 @@ host event_name count_star
execute dump_stages_global;
event_name count_star
stage/sql/checking permissions 16
stage/sql/closing tables 41
stage/sql/closing tables 45
stage/sql/init 12
stage/sql/Opening tables 25
stage/sql/Opening tables 29
stage/sql/starting 28
execute dump_stages_history;
event_name count(event_name)
stage/sql/checking permissions 16
stage/sql/closing tables 41
stage/sql/closing tables 45
stage/sql/init 12
stage/sql/Opening tables 25
stage/sql/Opening tables 29
stage/sql/starting 28
execute dump_statements_account;
user host event_name count_star
@ -1608,10 +1608,10 @@ execute dump_transactions_host;
host event_name count_star
execute dump_transactions_global;
event_name count_star
transaction 8
transaction 12
execute dump_transactions_history;
event_name count(event_name)
transaction 8
transaction 12
execute dump_accounts;
USER HOST CURRENT_CONNECTIONS TOTAL_CONNECTIONS
execute dump_users;
@ -1653,16 +1653,16 @@ host event_name count_star
execute dump_stages_global;
event_name count_star
stage/sql/checking permissions 16
stage/sql/closing tables 41
stage/sql/closing tables 45
stage/sql/init 12
stage/sql/Opening tables 25
stage/sql/Opening tables 29
stage/sql/starting 28
execute dump_stages_history;
event_name count(event_name)
stage/sql/checking permissions 16
stage/sql/closing tables 41
stage/sql/closing tables 45
stage/sql/init 12
stage/sql/Opening tables 25
stage/sql/Opening tables 29
stage/sql/starting 28
execute dump_statements_account;
user host event_name count_star
@ -1691,10 +1691,10 @@ execute dump_transactions_host;
host event_name count_star
execute dump_transactions_global;
event_name count_star
transaction 8
transaction 12
execute dump_transactions_history;
event_name count(event_name)
transaction 8
transaction 12
execute dump_accounts;
USER HOST CURRENT_CONNECTIONS TOTAL_CONNECTIONS
execute dump_users;
@ -1736,16 +1736,16 @@ host event_name count_star
execute dump_stages_global;
event_name count_star
stage/sql/checking permissions 16
stage/sql/closing tables 41
stage/sql/closing tables 45
stage/sql/init 12
stage/sql/Opening tables 25
stage/sql/Opening tables 29
stage/sql/starting 28
execute dump_stages_history;
event_name count(event_name)
stage/sql/checking permissions 16
stage/sql/closing tables 41
stage/sql/closing tables 45
stage/sql/init 12
stage/sql/Opening tables 25
stage/sql/Opening tables 29
stage/sql/starting 28
execute dump_statements_account;
user host event_name count_star
@ -1774,10 +1774,10 @@ execute dump_transactions_host;
host event_name count_star
execute dump_transactions_global;
event_name count_star
transaction 8
transaction 12
execute dump_transactions_history;
event_name count(event_name)
transaction 8
transaction 12
execute dump_accounts;
USER HOST CURRENT_CONNECTIONS TOTAL_CONNECTIONS
execute dump_users;
@ -1819,16 +1819,16 @@ host event_name count_star
execute dump_stages_global;
event_name count_star
stage/sql/checking permissions 16
stage/sql/closing tables 41
stage/sql/closing tables 45
stage/sql/init 12
stage/sql/Opening tables 25
stage/sql/Opening tables 29
stage/sql/starting 28
execute dump_stages_history;
event_name count(event_name)
stage/sql/checking permissions 16
stage/sql/closing tables 41
stage/sql/closing tables 45
stage/sql/init 12
stage/sql/Opening tables 25
stage/sql/Opening tables 29
stage/sql/starting 28
execute dump_statements_account;
user host event_name count_star
@ -1857,10 +1857,10 @@ execute dump_transactions_host;
host event_name count_star
execute dump_transactions_global;
event_name count_star
transaction 8
transaction 12
execute dump_transactions_history;
event_name count(event_name)
transaction 8
transaction 12
execute dump_accounts;
USER HOST CURRENT_CONNECTIONS TOTAL_CONNECTIONS
execute dump_users;
@ -1909,9 +1909,9 @@ stage/sql/starting 0
execute dump_stages_history;
event_name count(event_name)
stage/sql/checking permissions 16
stage/sql/closing tables 41
stage/sql/closing tables 45
stage/sql/init 12
stage/sql/Opening tables 25
stage/sql/Opening tables 29
stage/sql/starting 28
execute dump_statements_account;
user host event_name count_star
@ -1940,10 +1940,10 @@ execute dump_transactions_host;
host event_name count_star
execute dump_transactions_global;
event_name count_star
transaction 8
transaction 12
execute dump_transactions_history;
event_name count(event_name)
transaction 8
transaction 12
execute dump_accounts;
USER HOST CURRENT_CONNECTIONS TOTAL_CONNECTIONS
execute dump_users;
@ -1992,9 +1992,9 @@ stage/sql/starting 0
execute dump_stages_history;
event_name count(event_name)
stage/sql/checking permissions 16
stage/sql/closing tables 41
stage/sql/closing tables 45
stage/sql/init 12
stage/sql/Opening tables 25
stage/sql/Opening tables 29
stage/sql/starting 28
execute dump_statements_account;
user host event_name count_star
@ -2023,10 +2023,10 @@ execute dump_transactions_host;
host event_name count_star
execute dump_transactions_global;
event_name count_star
transaction 8
transaction 12
execute dump_transactions_history;
event_name count(event_name)
transaction 8
transaction 12
execute dump_accounts;
USER HOST CURRENT_CONNECTIONS TOTAL_CONNECTIONS
execute dump_users;
@ -2075,9 +2075,9 @@ stage/sql/starting 0
execute dump_stages_history;
event_name count(event_name)
stage/sql/checking permissions 16
stage/sql/closing tables 41
stage/sql/closing tables 45
stage/sql/init 12
stage/sql/Opening tables 25
stage/sql/Opening tables 29
stage/sql/starting 28
execute dump_statements_account;
user host event_name count_star
@ -2106,10 +2106,10 @@ execute dump_transactions_host;
host event_name count_star
execute dump_transactions_global;
event_name count_star
transaction 8
transaction 12
execute dump_transactions_history;
event_name count(event_name)
transaction 8
transaction 12
execute dump_accounts;
USER HOST CURRENT_CONNECTIONS TOTAL_CONNECTIONS
execute dump_users;
@ -2158,9 +2158,9 @@ stage/sql/starting 0
execute dump_stages_history;
event_name count(event_name)
stage/sql/checking permissions 16
stage/sql/closing tables 41
stage/sql/closing tables 45
stage/sql/init 12
stage/sql/Opening tables 25
stage/sql/Opening tables 29
stage/sql/starting 28
execute dump_statements_account;
user host event_name count_star
@ -2189,10 +2189,10 @@ execute dump_transactions_host;
host event_name count_star
execute dump_transactions_global;
event_name count_star
transaction 8
transaction 12
execute dump_transactions_history;
event_name count(event_name)
transaction 8
transaction 12
execute dump_accounts;
USER HOST CURRENT_CONNECTIONS TOTAL_CONNECTIONS
execute dump_users;
@ -2241,9 +2241,9 @@ stage/sql/starting 0
execute dump_stages_history;
event_name count(event_name)
stage/sql/checking permissions 16
stage/sql/closing tables 41
stage/sql/closing tables 45
stage/sql/init 12
stage/sql/Opening tables 25
stage/sql/Opening tables 29
stage/sql/starting 28
execute dump_statements_account;
user host event_name count_star
@ -2272,10 +2272,10 @@ execute dump_transactions_host;
host event_name count_star
execute dump_transactions_global;
event_name count_star
transaction 8
transaction 12
execute dump_transactions_history;
event_name count(event_name)
transaction 8
transaction 12
execute dump_accounts;
USER HOST CURRENT_CONNECTIONS TOTAL_CONNECTIONS
execute dump_users;
@ -2324,9 +2324,9 @@ stage/sql/starting 0
execute dump_stages_history;
event_name count(event_name)
stage/sql/checking permissions 16
stage/sql/closing tables 41
stage/sql/closing tables 45
stage/sql/init 12
stage/sql/Opening tables 25
stage/sql/Opening tables 29
stage/sql/starting 28
execute dump_statements_account;
user host event_name count_star
@ -2355,10 +2355,10 @@ execute dump_transactions_host;
host event_name count_star
execute dump_transactions_global;
event_name count_star
transaction 8
transaction 12
execute dump_transactions_history;
event_name count(event_name)
transaction 8
transaction 12
execute dump_accounts;
USER HOST CURRENT_CONNECTIONS TOTAL_CONNECTIONS
execute dump_users;
@ -2407,9 +2407,9 @@ stage/sql/starting 0
execute dump_stages_history;
event_name count(event_name)
stage/sql/checking permissions 16
stage/sql/closing tables 41
stage/sql/closing tables 45
stage/sql/init 12
stage/sql/Opening tables 25
stage/sql/Opening tables 29
stage/sql/starting 28
execute dump_statements_account;
user host event_name count_star
@ -2438,10 +2438,10 @@ execute dump_transactions_host;
host event_name count_star
execute dump_transactions_global;
event_name count_star
transaction 8
transaction 12
execute dump_transactions_history;
event_name count(event_name)
transaction 8
transaction 12
execute dump_accounts;
USER HOST CURRENT_CONNECTIONS TOTAL_CONNECTIONS
execute dump_users;
@ -2490,9 +2490,9 @@ stage/sql/starting 0
execute dump_stages_history;
event_name count(event_name)
stage/sql/checking permissions 16
stage/sql/closing tables 41
stage/sql/closing tables 45
stage/sql/init 12
stage/sql/Opening tables 25
stage/sql/Opening tables 29
stage/sql/starting 28
execute dump_statements_account;
user host event_name count_star
@ -2521,10 +2521,10 @@ execute dump_transactions_host;
host event_name count_star
execute dump_transactions_global;
event_name count_star
transaction 8
transaction 12
execute dump_transactions_history;
event_name count(event_name)
transaction 8
transaction 12
execute dump_accounts;
USER HOST CURRENT_CONNECTIONS TOTAL_CONNECTIONS
execute dump_users;
@ -2573,9 +2573,9 @@ stage/sql/starting 0
execute dump_stages_history;
event_name count(event_name)
stage/sql/checking permissions 16
stage/sql/closing tables 41
stage/sql/closing tables 45
stage/sql/init 12
stage/sql/Opening tables 25
stage/sql/Opening tables 29
stage/sql/starting 28
execute dump_statements_account;
user host event_name count_star
@ -2604,10 +2604,10 @@ execute dump_transactions_host;
host event_name count_star
execute dump_transactions_global;
event_name count_star
transaction 8
transaction 12
execute dump_transactions_history;
event_name count(event_name)
transaction 8
transaction 12
execute dump_accounts;
USER HOST CURRENT_CONNECTIONS TOTAL_CONNECTIONS
execute dump_users;
@ -2656,9 +2656,9 @@ stage/sql/starting 0
execute dump_stages_history;
event_name count(event_name)
stage/sql/checking permissions 16
stage/sql/closing tables 41
stage/sql/closing tables 45
stage/sql/init 12
stage/sql/Opening tables 25
stage/sql/Opening tables 29
stage/sql/starting 28
execute dump_statements_account;
user host event_name count_star
@ -2687,10 +2687,10 @@ execute dump_transactions_host;
host event_name count_star
execute dump_transactions_global;
event_name count_star
transaction 8
transaction 12
execute dump_transactions_history;
event_name count(event_name)
transaction 8
transaction 12
execute dump_accounts;
USER HOST CURRENT_CONNECTIONS TOTAL_CONNECTIONS
execute dump_users;
@ -2739,9 +2739,9 @@ stage/sql/starting 0
execute dump_stages_history;
event_name count(event_name)
stage/sql/checking permissions 16
stage/sql/closing tables 41
stage/sql/closing tables 45
stage/sql/init 12
stage/sql/Opening tables 25
stage/sql/Opening tables 29
stage/sql/starting 28
execute dump_statements_account;
user host event_name count_star
@ -2773,7 +2773,7 @@ event_name count_star
transaction 0
execute dump_transactions_history;
event_name count(event_name)
transaction 8
transaction 12
execute dump_accounts;
USER HOST CURRENT_CONNECTIONS TOTAL_CONNECTIONS
execute dump_users;
@ -2822,9 +2822,9 @@ stage/sql/starting 0
execute dump_stages_history;
event_name count(event_name)
stage/sql/checking permissions 16
stage/sql/closing tables 41
stage/sql/closing tables 45
stage/sql/init 12
stage/sql/Opening tables 25
stage/sql/Opening tables 29
stage/sql/starting 28
execute dump_statements_account;
user host event_name count_star
@ -2856,7 +2856,7 @@ event_name count_star
transaction 0
execute dump_transactions_history;
event_name count(event_name)
transaction 8
transaction 12
execute dump_accounts;
USER HOST CURRENT_CONNECTIONS TOTAL_CONNECTIONS
execute dump_users;
@ -2905,9 +2905,9 @@ stage/sql/starting 0
execute dump_stages_history;
event_name count(event_name)
stage/sql/checking permissions 16
stage/sql/closing tables 41
stage/sql/closing tables 45
stage/sql/init 12
stage/sql/Opening tables 25
stage/sql/Opening tables 29
stage/sql/starting 28
execute dump_statements_account;
user host event_name count_star
@ -2939,7 +2939,7 @@ event_name count_star
transaction 0
execute dump_transactions_history;
event_name count(event_name)
transaction 8
transaction 12
execute dump_accounts;
USER HOST CURRENT_CONNECTIONS TOTAL_CONNECTIONS
execute dump_users;
@ -2988,9 +2988,9 @@ stage/sql/starting 0
execute dump_stages_history;
event_name count(event_name)
stage/sql/checking permissions 16
stage/sql/closing tables 41
stage/sql/closing tables 45
stage/sql/init 12
stage/sql/Opening tables 25
stage/sql/Opening tables 29
stage/sql/starting 28
execute dump_statements_account;
user host event_name count_star
@ -3022,7 +3022,7 @@ event_name count_star
transaction 0
execute dump_transactions_history;
event_name count(event_name)
transaction 8
transaction 12
execute dump_accounts;
USER HOST CURRENT_CONNECTIONS TOTAL_CONNECTIONS
execute dump_users;

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff