mirror of
https://github.com/MariaDB/server.git
synced 2025-07-29 05:21:33 +03:00
5.5 merge and fixes for compiler/test errors
This commit is contained in:
@ -12,7 +12,7 @@ AS "user_comment",
|
||||
FROM information_schema.tables
|
||||
WHERE table_schema = 'information_schema'
|
||||
AND table_name <> 'profiling' AND table_name not like 'innodb_%'
|
||||
AND table_name not like 'pbxt_%' AND table_name not like 'xtradb_%'
|
||||
AND table_name not like 'xtradb_%'
|
||||
ORDER BY table_schema,table_name;
|
||||
TABLE_CATALOG def
|
||||
TABLE_SCHEMA information_schema
|
||||
@ -835,7 +835,7 @@ AS "user_comment",
|
||||
FROM information_schema.tables
|
||||
WHERE table_schema = 'information_schema'
|
||||
AND table_name <> 'profiling' AND table_name not like 'innodb_%'
|
||||
AND table_name not like 'pbxt_%' AND table_name not like 'xtradb_%'
|
||||
AND table_name not like 'xtradb_%'
|
||||
ORDER BY table_schema,table_name;
|
||||
TABLE_CATALOG def
|
||||
TABLE_SCHEMA information_schema
|
||||
|
Reference in New Issue
Block a user