summaryrefslogtreecommitdiff
path: root/sql/item_create.cc
diff options
context:
space:
mode:
authorunknown <lars/lthalmann@mysql.com/dl145h.mysql.com>2007-06-05 03:02:59 +0200
committerunknown <lars/lthalmann@mysql.com/dl145h.mysql.com>2007-06-05 03:02:59 +0200
commitd78420469b58687dd02c36c6d14d8a25e7381aa8 (patch)
tree4ef669fcc3d4c854cf954bed0c61e0b1827be843 /sql/item_create.cc
parent8692d8963ebd935e38c5c213c2575ac4a582f3cb (diff)
downloadmariadb-git-d78420469b58687dd02c36c6d14d8a25e7381aa8.tar.gz
Manual merge
Diffstat (limited to 'sql/item_create.cc')
-rw-r--r--sql/item_create.cc2
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();
}