diff options
author | istruewing@chilla.local <> | 2007-06-15 19:23:29 +0200 |
---|---|---|
committer | istruewing@chilla.local <> | 2007-06-15 19:23:29 +0200 |
commit | b64b1a56d6e6fe5a95ef8eb698b2984ea9e353e4 (patch) | |
tree | f03474540b5a5cd0ed4906796c4ab5b3385a1f82 /sql/mysql_priv.h | |
parent | 1d9c30473ef165613b479541651e81f34f679e80 (diff) | |
parent | f28a584287f77ac87d0f07b6f9b07c081f215a24 (diff) | |
download | mariadb-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.h | 4 |
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) |