diff options
author | Sergei Golubchik <sergii@pisem.net> | 2015-01-13 19:28:03 +0100 |
---|---|---|
committer | Sergei Golubchik <sergii@pisem.net> | 2015-01-13 19:28:03 +0100 |
commit | e53b41a9eca3884e23d7eb7463c94020617c55c3 (patch) | |
tree | 466e478c8e9c92dd6f57f0b67c9de99e30095685 /sql/handler.cc | |
parent | 7f9f3139d79d2b5e0a1c1eb47b02a5976d572670 (diff) | |
download | mariadb-git-e53b41a9eca3884e23d7eb7463c94020617c55c3.tar.gz |
cleanup
Diffstat (limited to 'sql/handler.cc')
-rw-r--r-- | sql/handler.cc | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/sql/handler.cc b/sql/handler.cc index 086a6534120..7e756ff7848 100644 --- a/sql/handler.cc +++ b/sql/handler.cc @@ -86,9 +86,7 @@ static const LEX_STRING sys_table_aliases[]= }; const char *ha_row_type[] = { - "", "FIXED", "DYNAMIC", "COMPRESSED", "REDUNDANT", "COMPACT", - "PAGE", - "?","?","?" + "", "FIXED", "DYNAMIC", "COMPRESSED", "REDUNDANT", "COMPACT", "PAGE" }; const char *tx_isolation_names[] = |