summaryrefslogtreecommitdiff
path: root/sql/mysql_priv.h
diff options
context:
space:
mode:
authoristruewing@chilla.local <>2007-06-15 19:23:29 +0200
committeristruewing@chilla.local <>2007-06-15 19:23:29 +0200
commitb64b1a56d6e6fe5a95ef8eb698b2984ea9e353e4 (patch)
treef03474540b5a5cd0ed4906796c4ab5b3385a1f82 /sql/mysql_priv.h
parent1d9c30473ef165613b479541651e81f34f679e80 (diff)
parentf28a584287f77ac87d0f07b6f9b07c081f215a24 (diff)
downloadmariadb-git-b64b1a56d6e6fe5a95ef8eb698b2984ea9e353e4.tar.gz
Merge chilla.local:/home/mydev/mysql-5.1-ateam
into chilla.local:/home/mydev/mysql-5.1-axmrg
Diffstat (limited to 'sql/mysql_priv.h')
-rw-r--r--sql/mysql_priv.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/sql/mysql_priv.h b/sql/mysql_priv.h
index 7fb4d95f1f6..921a940834f 100644
--- a/sql/mysql_priv.h
+++ b/sql/mysql_priv.h
@@ -1920,6 +1920,10 @@ uint filename_to_tablename(const char *from, char *to, uint to_length);
uint tablename_to_filename(const char *from, char *to, uint to_length);
uint build_table_filename(char *buff, size_t bufflen, const char *db,
const char *table, const char *ext, uint flags);
+
+#define MYSQL50_TABLE_NAME_PREFIX "#mysql50#"
+#define MYSQL50_TABLE_NAME_PREFIX_LENGTH 9
+
/* Flags for conversion functions. */
#define FN_FROM_IS_TMP (1 << 0)
#define FN_TO_IS_TMP (1 << 1)