1
0
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:
Alexander Barkov
2016-11-02 08:20:15 +04:00
parent 554c60ab0d
commit c18054deb2
3 changed files with 39 additions and 0 deletions

View File

@@ -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();