1
0
mirror of https://github.com/MariaDB/server.git synced 2025-08-08 11:22:35 +03:00

MDEV-12777 Change Lex_field_type_st::m_type from enum_field_types to Type_handler pointer

This commit is contained in:
Alexander Barkov
2017-05-10 18:14:08 +04:00
parent 191638416b
commit 533506b4ed
6 changed files with 159 additions and 127 deletions

View File

@@ -3192,6 +3192,7 @@ public:
{
return !MY_TEST(variables.sql_mode & MODE_NO_BACKSLASH_ESCAPES);
}
const Type_handler *type_handler_for_date() const;
inline my_time_t query_start() { query_start_used=1; return start_time; }
inline ulong query_start_sec_part()
{ query_start_sec_part_used=1; return start_time_sec_part; }