Commit e53b41a9 authored by Sergei Golubchik's avatar Sergei Golubchik

cleanup

parent 7f9f3139
...@@ -86,9 +86,7 @@ static const LEX_STRING sys_table_aliases[]= ...@@ -86,9 +86,7 @@ static const LEX_STRING sys_table_aliases[]=
}; };
const char *ha_row_type[] = { const char *ha_row_type[] = {
"", "FIXED", "DYNAMIC", "COMPRESSED", "REDUNDANT", "COMPACT", "", "FIXED", "DYNAMIC", "COMPRESSED", "REDUNDANT", "COMPACT", "PAGE"
"PAGE",
"?","?","?"
}; };
const char *tx_isolation_names[] = const char *tx_isolation_names[] =
......
...@@ -369,9 +369,7 @@ enum legacy_db_type ...@@ -369,9 +369,7 @@ enum legacy_db_type
enum row_type { ROW_TYPE_NOT_USED=-1, ROW_TYPE_DEFAULT, ROW_TYPE_FIXED, enum row_type { ROW_TYPE_NOT_USED=-1, ROW_TYPE_DEFAULT, ROW_TYPE_FIXED,
ROW_TYPE_DYNAMIC, ROW_TYPE_COMPRESSED, ROW_TYPE_DYNAMIC, ROW_TYPE_COMPRESSED,
ROW_TYPE_REDUNDANT, ROW_TYPE_COMPACT, ROW_TYPE_REDUNDANT, ROW_TYPE_COMPACT, ROW_TYPE_PAGE };
/** Unused. Reserved for future versions. */
ROW_TYPE_PAGE };
/* not part of the enum, so that it shouldn't be in switch(row_type) */ /* not part of the enum, so that it shouldn't be in switch(row_type) */
#define ROW_TYPE_MAX ((uint)ROW_TYPE_PAGE + 1) #define ROW_TYPE_MAX ((uint)ROW_TYPE_PAGE + 1)
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment