mirror of
https://github.com/MariaDB/server.git
synced 2025-08-01 03:47:19 +03:00
Merge sinisa@work.mysql.com:/home/bk/mysql-4.0
into sinisa.nasamreza.org:/mnt/work/mysql-4.0 sql/sql_select.cc: Auto merged
This commit is contained in:
@ -639,8 +639,8 @@ mysql_select(THD *thd,TABLE_LIST *tables,List<Item> &fields,COND *conds,
|
|||||||
DBUG_PRINT("info",("Creating tmp table"));
|
DBUG_PRINT("info",("Creating tmp table"));
|
||||||
thd->proc_info="Creating tmp table";
|
thd->proc_info="Creating tmp table";
|
||||||
|
|
||||||
join.tmp_table_param.hidden_field_count=(all_fields.elements-
|
join.tmp_table_param.hidden_field_count=
|
||||||
fields.elements);
|
(all_fields.elements > fields.elements) ? (all_fields.elements- fields.elements) : 0;
|
||||||
if (!(tmp_table =
|
if (!(tmp_table =
|
||||||
create_tmp_table(thd,&join.tmp_table_param,all_fields,
|
create_tmp_table(thd,&join.tmp_table_param,all_fields,
|
||||||
((!simple_group && !procedure &&
|
((!simple_group && !procedure &&
|
||||||
|
Reference in New Issue
Block a user