mirror of
https://github.com/MariaDB/server.git
synced 2025-08-01 03:47:19 +03:00
Merge from maria/5.5 (-rtag:mariadb-5.5.36).
This commit is contained in:
@ -4517,6 +4517,10 @@ int get_all_tables(THD *thd, TABLE_LIST *tables, COND *cond)
|
||||
table_name, with_i_schema))
|
||||
continue;
|
||||
}
|
||||
else if (schema_table_idx == SCH_TRIGGERS && with_i_schema)
|
||||
{
|
||||
continue;
|
||||
}
|
||||
else
|
||||
{
|
||||
if (!(table_open_method & ~OPEN_FRM_ONLY) &&
|
||||
|
Reference in New Issue
Block a user