summaryrefslogtreecommitdiff
path: root/sql/mysql_priv.h
diff options
context:
space:
mode:
authorunknown <serg@serg.mylan>2004-01-30 07:32:35 +0100
committerunknown <serg@serg.mylan>2004-01-30 07:32:35 +0100
commita2d67665d5901ee889839a87843bbd6d0b1cef23 (patch)
tree242bce729ff2d2dfb92c773ed35af8a6c92cf648 /sql/mysql_priv.h
parentcfc362dbc5d3abdff6ea242836950803a8076542 (diff)
downloadmariadb-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.h2
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