diff options
author | unknown <serg@serg.mylan> | 2004-01-30 07:32:35 +0100 |
---|---|---|
committer | unknown <serg@serg.mylan> | 2004-01-30 07:32:35 +0100 |
commit | a2d67665d5901ee889839a87843bbd6d0b1cef23 (patch) | |
tree | 242bce729ff2d2dfb92c773ed35af8a6c92cf648 /sql/mysql_priv.h | |
parent | cfc362dbc5d3abdff6ea242836950803a8076542 (diff) | |
download | mariadb-git-a2d67665d5901ee889839a87843bbd6d0b1cef23.tar.gz |
SHOW CREATE DATABASE moved to sql_show.cc where it belongs
db name is printed with append_identifier for a proper quoting
Diffstat (limited to 'sql/mysql_priv.h')
-rw-r--r-- | sql/mysql_priv.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/sql/mysql_priv.h b/sql/mysql_priv.h index 8963fea29f6..35740ff8bf1 100644 --- a/sql/mysql_priv.h +++ b/sql/mysql_priv.h @@ -763,6 +763,8 @@ uint check_word(TYPELIB *lib, const char *val, const char *end, void free_items(Item *item); void cleanup_items(Item *item); +#define MY_DB_OPT_FILE "db.opt" +bool load_db_opt(THD *thd, const char *path, HA_CREATE_INFO *create); /* External variables |