diff options
author | monty@hundin.mysql.fi <> | 2001-12-17 19:59:20 +0200 |
---|---|---|
committer | monty@hundin.mysql.fi <> | 2001-12-17 19:59:20 +0200 |
commit | f049543416fd9d47d4a441c3b8e998b3d8d52812 (patch) | |
tree | 8a029b3a64d087a02845998db4731aa1b475b7b0 /sql/mysql_priv.h | |
parent | ee9a6f54600dcb182243daa126eb4aeb7fd82308 (diff) | |
download | mariadb-git-f049543416fd9d47d4a441c3b8e998b3d8d52812.tar.gz |
Added DO command
Diffstat (limited to 'sql/mysql_priv.h')
-rw-r--r-- | sql/mysql_priv.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/sql/mysql_priv.h b/sql/mysql_priv.h index 11bf7d36389..a569fecfc9d 100644 --- a/sql/mysql_priv.h +++ b/sql/mysql_priv.h @@ -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); |