mirror of
https://github.com/MariaDB/server.git
synced 2025-08-08 11:22:35 +03:00
MDEV-10347 mysqld got signal 11
This commit is contained in:
@@ -1022,6 +1022,11 @@ public:
|
||||
Item_func_hybrid_field_type(thd, a, b, a),
|
||||
m_cache(NULL)
|
||||
{ arg_count--; }
|
||||
void cleanup()
|
||||
{
|
||||
Item_func_hybrid_field_type::cleanup();
|
||||
arg_count= 2; // See the comment to the constructor
|
||||
}
|
||||
bool date_op(MYSQL_TIME *ltime, uint fuzzydate);
|
||||
double real_op();
|
||||
longlong int_op();
|
||||
|
Reference in New Issue
Block a user