mirror of
https://github.com/MariaDB/server.git
synced 2026-01-06 05:22:24 +03:00
Fixing minor problems in the patch for MDEV-11478 (shortint vs smallint)
- Fixing Type_handler_short::name() to return "smallint" instead of "shortint". - Fixing test markers "End of 10.2 tests" and "End of 10.3 test"
This commit is contained in:
@@ -200,7 +200,7 @@ const Name
|
||||
|
||||
const Name
|
||||
Type_handler_tiny::m_name_tiny(C_STRING_WITH_LEN("tinyint")),
|
||||
Type_handler_short::m_name_short(C_STRING_WITH_LEN("shortint")),
|
||||
Type_handler_short::m_name_short(C_STRING_WITH_LEN("smallint")),
|
||||
Type_handler_long::m_name_int(C_STRING_WITH_LEN("int")),
|
||||
Type_handler_longlong::m_name_longlong(C_STRING_WITH_LEN("bigint")),
|
||||
Type_handler_int24::m_name_mediumint(C_STRING_WITH_LEN("mediumint")),
|
||||
|
||||
Reference in New Issue
Block a user