Merge vtkachenko@bk-internal.mysql.com:/home/bk/mysql-5.1-new

into  vadima.volia.com:/root/mysql-5.1-new1
This commit is contained in:
vtkachenko@vadima.volia.com 2006-05-27 08:08:03 +03:00
commit 2e6b51579b
2 changed files with 6 additions and 0 deletions

View File

@ -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

View File

@ -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