diff options
author | Sergey Vojtovich <svoj@sun.com> | 2009-12-07 16:22:51 +0400 |
---|---|---|
committer | Sergey Vojtovich <svoj@sun.com> | 2009-12-07 16:22:51 +0400 |
commit | fb1cfa12653f012c8e7f356c4de5168ff80b8863 (patch) | |
tree | 451fc8d3951634c817b1851f1706493e30050826 /sql/handler.h | |
parent | 9747c64a30a9d31dfd90a01b3df38a22234300a7 (diff) | |
download | mariadb-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.h | 1 |
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, |