summaryrefslogtreecommitdiff
path: root/sql/handler.h
diff options
context:
space:
mode:
authorSergey Vojtovich <svoj@sun.com>2009-12-07 16:22:51 +0400
committerSergey Vojtovich <svoj@sun.com>2009-12-07 16:22:51 +0400
commitfb1cfa12653f012c8e7f356c4de5168ff80b8863 (patch)
tree451fc8d3951634c817b1851f1706493e30050826 /sql/handler.h
parent9747c64a30a9d31dfd90a01b3df38a22234300a7 (diff)
downloadmariadb-git-fb1cfa12653f012c8e7f356c4de5168ff80b8863.tar.gz
WL#2511 - Add a new table to the Information Schema for TABLESPACE's
Implemented a new INFORMATION_SCHEMA table, which is intended to provide information about tablespaces.
Diffstat (limited to 'sql/handler.h')
-rw-r--r--sql/handler.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/sql/handler.h b/sql/handler.h
index 957729a7bf0..484d93e527d 100644
--- a/sql/handler.h
+++ b/sql/handler.h
@@ -546,6 +546,7 @@ enum enum_schema_tables
SCH_STATISTICS,
SCH_STATUS,
SCH_TABLES,
+ SCH_TABLESPACES,
SCH_TABLE_CONSTRAINTS,
SCH_TABLE_NAMES,
SCH_TABLE_PRIVILEGES,