1
0
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:
Nirbhay Choubey
2014-02-25 17:49:41 -05:00
1431 changed files with 6096 additions and 2196 deletions

View File

@ -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) &&