diff options
author | monty@hundin.mysql.fi <> | 2001-12-17 20:47:20 +0200 |
---|---|---|
committer | monty@hundin.mysql.fi <> | 2001-12-17 20:47:20 +0200 |
commit | c298f03570692c4095e4d1100b88539a9836a3a2 (patch) | |
tree | 9189968dca2f68cfe5634ccd7ac1cd1a8a6228d2 /sql/mysql_priv.h | |
parent | 01b14507b728b09b8e092d46f07e94ec735b420c (diff) | |
parent | 54d10622c58a5fcf2647792f7323f123f8478e60 (diff) | |
download | mariadb-git-c298f03570692c4095e4d1100b88539a9836a3a2.tar.gz |
merge with 3.23.47 (DO statement)
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 abce5b0c4ac..27dba4d62fd 100644 --- a/sql/mysql_priv.h +++ b/sql/mysql_priv.h @@ -412,6 +412,9 @@ extern pthread_mutex_t LOCK_des_key_file; bool load_des_key_file(const char *file_name); #endif /* HAVE_OPENSSL */ +/* 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 *wild); |