mirror of
https://github.com/MariaDB/server.git
synced 2026-05-09 00:24:30 +02:00
removed droping field->query_id for reinitialization tables for subquery.
(BUG#2089)
This commit is contained in:
parent
1c74cd9bf5
commit
e5fa5585f0
12 changed files with 46 additions and 25 deletions
|
|
@ -686,7 +686,7 @@ int mysqld_help(THD *thd, const char *mask)
|
|||
goto end;
|
||||
}
|
||||
/* Init tables and fields to be usable from items */
|
||||
setup_tables(tables);
|
||||
setup_tables(tables, 0);
|
||||
memcpy((char*) used_fields, (char*) init_used_fields, sizeof(used_fields));
|
||||
if (init_fields(thd, tables, used_fields, array_elements(used_fields)))
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue