Commit c6f3edbe authored by unknown's avatar unknown

sql_select.cc:

  silence picky compiler warning.


sql/sql_select.cc:
  silence picky compiler warning.
parent 7177746d
...@@ -7904,7 +7904,7 @@ create_tmp_table(THD *thd,TMP_TABLE_PARAM *param,List<Item> &fields, ...@@ -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_for_keyread.init();
table->s->keys_in_use.init(); table->s->keys_in_use.init();
/* For easier error reporting */ /* 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 */ /* Calculate which type of fields we will store in the temporary table */
......
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