mirror of
https://github.com/MariaDB/server.git
synced 2025-01-29 18:20:07 +01:00
postmerge fix
This commit is contained in:
parent
6d8e178523
commit
fa8d44b63b
1 changed files with 1 additions and 1 deletions
|
@ -1620,7 +1620,7 @@ int mysql_insert_select_prepare(THD *thd)
|
|||
SELECT_LEX do not belong to INSERT statement, so we can't add WHERE
|
||||
clasue if table is VIEW
|
||||
*/
|
||||
table_list->no_where_clause= 1;
|
||||
lex->query_tables->no_where_clause= 1;
|
||||
if (mysql_prepare_insert_check_table(thd, lex->query_tables,
|
||||
lex->field_list,
|
||||
&lex->select_lex.where))
|
||||
|
|
Loading…
Add table
Reference in a new issue