1
0
mirror of https://github.com/MariaDB/server.git synced 2026-01-06 05:22:24 +03:00

WL#2506: Information Schema tables for PARTITIONing

added I_S 'PARTITIONS' table
This commit is contained in:
unknown
2006-01-10 19:44:04 +04:00
parent 0555413735
commit 31d3c88cae
16 changed files with 640 additions and 17 deletions

View File

@@ -889,6 +889,7 @@ void free_status_vars();
/* information schema */
extern LEX_STRING information_schema_name;
const extern LEX_STRING partition_keywords[];
LEX_STRING *make_lex_string(THD *thd, LEX_STRING *lex_str,
const char* str, uint length,
bool allocate_lex_string);