Loading sql/mysql_priv.h +1 −0 Original line number Diff line number Diff line Loading @@ -489,6 +489,7 @@ inline THD *_current_thd(void) my_bool thd_in_lock_tables(const THD *thd); my_bool thd_tablespace_op(const THD *thd); const char *thd_proc_info(THD *thd, const char *info); void **thd_ha_data(const THD *thd, const struct handlerton *hton); /* External variables Loading sql/sql_class.cc +5 −0 Original line number Diff line number Diff line Loading @@ -186,6 +186,11 @@ const char *thd_proc_info(THD *thd, const char *info) return old_info; } void **thd_ha_data(const THD *thd, const struct handlerton *hton) { return (void **) thd->ha_data + hton->slot; } /* Pass nominal parameters to Statement constructor only to ensure that Loading Loading
sql/mysql_priv.h +1 −0 Original line number Diff line number Diff line Loading @@ -489,6 +489,7 @@ inline THD *_current_thd(void) my_bool thd_in_lock_tables(const THD *thd); my_bool thd_tablespace_op(const THD *thd); const char *thd_proc_info(THD *thd, const char *info); void **thd_ha_data(const THD *thd, const struct handlerton *hton); /* External variables Loading
sql/sql_class.cc +5 −0 Original line number Diff line number Diff line Loading @@ -186,6 +186,11 @@ const char *thd_proc_info(THD *thd, const char *info) return old_info; } void **thd_ha_data(const THD *thd, const struct handlerton *hton) { return (void **) thd->ha_data + hton->slot; } /* Pass nominal parameters to Statement constructor only to ensure that Loading