diff options
author | Konstantin Osipov <kostja@sun.com> | 2009-12-15 22:03:56 +0300 |
---|---|---|
committer | Konstantin Osipov <kostja@sun.com> | 2009-12-15 22:03:56 +0300 |
commit | 92b1c2f3caafe6529a08992d7f134476c7b9ff70 (patch) | |
tree | 3a91a2807267fcf278aa0b222b78ec3fb5e2d4c7 /sql/mysql_priv.h | |
parent | c9cd0f0b75b6dcaacef5db6eabd31e262ecd7be4 (diff) | |
parent | 9b0e649a2ca37e7ac6a17e12e130b9162687f660 (diff) | |
download | mariadb-git-92b1c2f3caafe6529a08992d7f134476c7b9ff70.tar.gz |
Merge next-mr -> next-4284.
Diffstat (limited to 'sql/mysql_priv.h')
-rw-r--r-- | sql/mysql_priv.h | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/sql/mysql_priv.h b/sql/mysql_priv.h index 48e0d52e2bd..f90ded07599 100644 --- a/sql/mysql_priv.h +++ b/sql/mysql_priv.h @@ -2474,6 +2474,17 @@ inline void kill_delayed_threads(void) {} #define IS_FILES_CHECKSUM 35 #define IS_FILES_STATUS 36 #define IS_FILES_EXTRA 37 + +#define IS_TABLESPACES_TABLESPACE_NAME 0 +#define IS_TABLESPACES_ENGINE 1 +#define IS_TABLESPACES_TABLESPACE_TYPE 2 +#define IS_TABLESPACES_LOGFILE_GROUP_NAME 3 +#define IS_TABLESPACES_EXTENT_SIZE 4 +#define IS_TABLESPACES_AUTOEXTEND_SIZE 5 +#define IS_TABLESPACES_MAXIMUM_SIZE 6 +#define IS_TABLESPACES_NODEGROUP_ID 7 +#define IS_TABLESPACES_TABLESPACE_COMMENT 8 + void init_fill_schema_files_row(TABLE* table); bool schema_table_store_record(THD *thd, TABLE *table); |