Manual merge

parent f402776d
...@@ -4551,7 +4551,7 @@ Create_func_uuid_short Create_func_uuid_short::s_singleton; ...@@ -4551,7 +4551,7 @@ Create_func_uuid_short Create_func_uuid_short::s_singleton;
Item* Item*
Create_func_uuid_short::create(THD *thd) Create_func_uuid_short::create(THD *thd)
{ {
thd->lex->binlog_row_based_if_mixed= TRUE; thd->lex->set_stmt_unsafe();
return new (thd->mem_root) Item_func_uuid_short(); return new (thd->mem_root) Item_func_uuid_short();
} }
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment