1
0
mirror of https://github.com/MariaDB/server.git synced 2025-07-29 05:21:33 +03:00

MDEV-29075 Changing explicit_defaults_for_timestamp within stored procedure works inconsistently

This commit is contained in:
Sergei Golubchik
2022-07-29 15:39:57 +02:00
parent b174ec169d
commit 56c7d14217
9 changed files with 147 additions and 39 deletions

View File

@ -6660,12 +6660,6 @@ public:
bool Item_func_min_max_get_date(THD *thd, Item_func_min_max*,
MYSQL_TIME *, date_mode_t fuzzydate)
const override;
bool Column_definition_set_attributes(THD *thd,
Column_definition *def,
const Lex_field_type_st &attr,
CHARSET_INFO *cs,
column_definition_type_t type)
const override;
};