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

MDEV-14596 Crash in INTERVAL(ROW(..),ROW(..))

This commit is contained in:
Alexander Barkov
2017-12-08 14:40:27 +04:00
parent ac61a575df
commit 20089f5a39
4 changed files with 34 additions and 0 deletions

View File

@@ -728,6 +728,7 @@ public:
{
allowed_arg_cols= 0; // Fetch this value from first argument
}
bool fix_fields(THD *, Item **);
longlong val_int();
void fix_length_and_dec();
const char *func_name() const { return "interval"; }