Commit 1d2b5ad0 authored by unknown's avatar unknown

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

parent 41dad02d
...@@ -2223,7 +2223,7 @@ static int get_schema_tables_record(THD *thd, struct st_table_list *tables, ...@@ -2223,7 +2223,7 @@ static int get_schema_tables_record(THD *thd, struct st_table_list *tables,
if (share->tmp_table == SYSTEM_TMP_TABLE) if (share->tmp_table == SYSTEM_TMP_TABLE)
table->field[3]->store("SYSTEM VIEW", 11, cs); table->field[3]->store("SYSTEM VIEW", 11, cs);
else if (share->tmp_table) else if (share->tmp_table)
table->field[3]->store("TEMPORARY", 9, cs); table->field[3]->store("LOCAL TEMPORARY", 15, cs);
else else
table->field[3]->store("BASE TABLE", 10, cs); table->field[3]->store("BASE TABLE", 10, cs);
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment