summaryrefslogtreecommitdiff
path: root/sql/mysql_priv.h
diff options
context:
space:
mode:
authorKonstantin Osipov <kostja@sun.com>2009-12-15 22:03:56 +0300
committerKonstantin Osipov <kostja@sun.com>2009-12-15 22:03:56 +0300
commit92b1c2f3caafe6529a08992d7f134476c7b9ff70 (patch)
tree3a91a2807267fcf278aa0b222b78ec3fb5e2d4c7 /sql/mysql_priv.h
parentc9cd0f0b75b6dcaacef5db6eabd31e262ecd7be4 (diff)
parent9b0e649a2ca37e7ac6a17e12e130b9162687f660 (diff)
downloadmariadb-git-92b1c2f3caafe6529a08992d7f134476c7b9ff70.tar.gz
Merge next-mr -> next-4284.
Diffstat (limited to 'sql/mysql_priv.h')
-rw-r--r--sql/mysql_priv.h11
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);