1
0
mirror of https://github.com/MariaDB/server.git synced 2025-08-01 03:47:19 +03:00

Added DO command

Docs/manual.texi:
  ChangeLog
sql/gen_lex_hash.cc:
  Safety fix
This commit is contained in:
unknown
2001-12-17 19:59:20 +02:00
parent f8b4629cf7
commit 1808d80fb3
10 changed files with 107 additions and 16 deletions

View File

@ -373,6 +373,9 @@ Field *find_field_in_tables(THD *thd,Item_field *item,TABLE_LIST *tables);
Field *find_field_in_table(THD *thd,TABLE *table,const char *name,uint length,
bool check_grant,bool allow_rowid);
/* sql_do.cc */
int mysql_do(THD *thd, List<Item> &values);
/* sql_list.c */
int mysqld_show_dbs(THD *thd,const char *wild);
int mysqld_show_open_tables(THD *thd,const char *db,const char *wild);