mirror of
https://github.com/MariaDB/server.git
synced 2025-12-24 11:21:21 +03:00
merge 5.5->5.3
This commit is contained in:
@@ -646,7 +646,9 @@ JOIN::prepare(Item ***rref_pointer_array,
|
||||
if (!(select_options & OPTION_SETUP_TABLES_DONE) &&
|
||||
setup_tables_and_check_access(thd, &select_lex->context, join_list,
|
||||
tables_list, select_lex->leaf_tables,
|
||||
FALSE, SELECT_ACL, SELECT_ACL, FALSE))
|
||||
FALSE, SELECT_ACL, SELECT_ACL,
|
||||
(thd->lex->sql_command ==
|
||||
SQLCOM_UPDATE_MULTI)))
|
||||
DBUG_RETURN(-1);
|
||||
|
||||
/*
|
||||
|
||||
Reference in New Issue
Block a user