mirror of
https://github.com/MariaDB/server.git
synced 2025-09-02 09:41:40 +03:00
this won't be pushed
Docs/manual.texi: HANDLER documented mysql-test/t/handler.test: more tests
This commit is contained in:
@@ -384,8 +384,8 @@ int mysqld_show(THD *thd, const char *wild, show_var_st *variables);
|
||||
/* sql_handler.cc */
|
||||
int mysql_ha_open(THD *thd, TABLE_LIST *tables);
|
||||
int mysql_ha_close(THD *thd, TABLE_LIST *tables);
|
||||
int mysql_ha_read(THD *, TABLE_LIST *,enum enum_ha_read_modes,
|
||||
char *,List<Item> *,enum ha_rkey_function,ha_rows,ha_rows);
|
||||
int mysql_ha_read(THD *, TABLE_LIST *,enum enum_ha_read_modes,char *,
|
||||
List<Item> *,enum ha_rkey_function,Item *,ha_rows,ha_rows);
|
||||
|
||||
/* sql_base.cc */
|
||||
void set_item_name(Item *item,char *pos,uint length);
|
||||
|
Reference in New Issue
Block a user