diff options
author | lars/lthalmann@mysql.com/dl145h.mysql.com <> | 2007-06-05 03:02:59 +0200 |
---|---|---|
committer | lars/lthalmann@mysql.com/dl145h.mysql.com <> | 2007-06-05 03:02:59 +0200 |
commit | 7965816fffff06f95c7cebe57909666041d0ea4f (patch) | |
tree | 4ef669fcc3d4c854cf954bed0c61e0b1827be843 /sql/item_create.cc | |
parent | f402776d3b5ecb619a64a43d6510e05fff1efd50 (diff) | |
download | mariadb-git-7965816fffff06f95c7cebe57909666041d0ea4f.tar.gz |
Manual merge
Diffstat (limited to 'sql/item_create.cc')
-rw-r--r-- | sql/item_create.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sql/item_create.cc b/sql/item_create.cc index fcac4474cd6..0daba3e23a8 100644 --- a/sql/item_create.cc +++ b/sql/item_create.cc @@ -4551,7 +4551,7 @@ Create_func_uuid_short Create_func_uuid_short::s_singleton; Item* 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(); } |