mirror of
https://github.com/MariaDB/server.git
synced 2026-04-24 17:25:31 +02:00
sql_select.cc:
silence picky compiler warning. sql/sql_select.cc: silence picky compiler warning.
This commit is contained in:
parent
7177746d49
commit
c6f3edbe88
1 changed files with 1 additions and 1 deletions
|
|
@ -7904,7 +7904,7 @@ create_tmp_table(THD *thd,TMP_TABLE_PARAM *param,List<Item> &fields,
|
|||
table->s->keys_for_keyread.init();
|
||||
table->s->keys_in_use.init();
|
||||
/* For easier error reporting */
|
||||
table->s->table_cache_key= (char*) table->s->db= "";
|
||||
table->s->table_cache_key= (char*) (table->s->db= "");
|
||||
|
||||
|
||||
/* Calculate which type of fields we will store in the temporary table */
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue