mirror of
https://github.com/MariaDB/server.git
synced 2025-08-08 11:22:35 +03:00
a couple of fixes for tests
This commit is contained in:
@@ -54,7 +54,6 @@ TRIGGERS TRIGGER_SCHEMA
|
||||
USER_PRIVILEGES GRANTEE
|
||||
USER_STATISTICS USER
|
||||
VIEWS TABLE_SCHEMA
|
||||
PBXT_STATISTICS ID
|
||||
XTRADB_ADMIN_COMMAND result_message
|
||||
SELECT t.table_name, c1.column_name
|
||||
FROM information_schema.tables t
|
||||
@@ -107,5 +106,4 @@ TRIGGERS TRIGGER_SCHEMA
|
||||
USER_PRIVILEGES GRANTEE
|
||||
USER_STATISTICS USER
|
||||
VIEWS TABLE_SCHEMA
|
||||
PBXT_STATISTICS ID
|
||||
XTRADB_ADMIN_COMMAND result_message
|
||||
|
@@ -74,5 +74,3 @@ SET SESSION transaction_prealloc_size=1024*1024*1024*5;
|
||||
SHOW PROCESSLIST;
|
||||
--enable_warnings
|
||||
|
||||
SET @@session.transaction_prealloc_size= @def_var;
|
||||
|
||||
|
Reference in New Issue
Block a user