mirror of
https://github.com/MariaDB/server.git
synced 2026-04-28 19:25:32 +02:00
bk resolve work
BitKeeper/etc/logging_ok: auto-union sql/item_sum.cc: Auto merged sql/mysql_priv.h: Auto merged sql/sql_yacc.yy: Auto merged sql/sql_lex.h: Added SQLCOM_MULTI_DELETE sql/sql_parse.cc: added division of LEX while keeping Monty's code for symlinks
This commit is contained in:
commit
9cda81a4b8
14 changed files with 975 additions and 248 deletions
|
|
@ -884,7 +884,7 @@ bool Item_sum_count_distinct::setup(THD *thd)
|
|||
tmp_table_param->cleanup();
|
||||
}
|
||||
if (!(table=create_tmp_table(thd, tmp_table_param, list, (ORDER*) 0, 1,
|
||||
0, 0, current_lex->options | thd->options)))
|
||||
0, 0, current_lex->select->options | thd->options)))
|
||||
return 1;
|
||||
table->file->extra(HA_EXTRA_NO_ROWS); // Don't update rows
|
||||
table->no_rows=1;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue