mirror of
https://github.com/MariaDB/server.git
synced 2025-07-29 05:21:33 +03:00
Merge commit '96badb16afcf' into 10.0
Conflicts: client/mysql_upgrade.c mysql-test/r/func_misc.result mysql-test/suite/binlog/r/binlog_stm_mix_innodb_myisam.result mysql-test/suite/innodb/r/innodb-fk.result mysql-test/t/subselect_sj_mat.test sql/item.cc sql/item_func.cc sql/log.cc sql/log_event.cc sql/rpl_utility.cc sql/slave.cc sql/sql_class.cc sql/sql_class.h sql/sql_select.cc storage/innobase/dict/dict0crea.c storage/innobase/dict/dict0dict.c storage/innobase/handler/ha_innodb.cc storage/xtradb/dict/dict0crea.c storage/xtradb/dict/dict0dict.c storage/xtradb/handler/ha_innodb.cc vio/viosslfactories.c
This commit is contained in:
@ -6583,6 +6583,7 @@ find_field_in_tables(THD *thd, Item_ident *item,
|
||||
|
||||
if (item->cached_table)
|
||||
{
|
||||
DBUG_PRINT("info", ("using cached table"));
|
||||
/*
|
||||
This shortcut is used by prepared statements. We assume that
|
||||
TABLE_LIST *first_table is not changed during query execution (which
|
||||
|
Reference in New Issue
Block a user