1
0
mirror of https://github.com/MariaDB/server.git synced 2025-07-30 16:24:05 +03:00

be standard (I_S.TABLES: s/TEMPORARY/LOCAL &/)

This commit is contained in:
unknown
2005-08-20 20:15:30 +04:00
parent 41dad02d04
commit 1d2b5ad009

View File

@ -2223,7 +2223,7 @@ static int get_schema_tables_record(THD *thd, struct st_table_list *tables,
if (share->tmp_table == SYSTEM_TMP_TABLE)
table->field[3]->store("SYSTEM VIEW", 11, cs);
else if (share->tmp_table)
table->field[3]->store("TEMPORARY", 9, cs);
table->field[3]->store("LOCAL TEMPORARY", 15, cs);
else
table->field[3]->store("BASE TABLE", 10, cs);