Commit 014143e8 authored by Georgi Kodinov's avatar Georgi Kodinov

Fixed a bad merge (5.0->5.1) of the fix for bug 37339.

There was a missing initialization.

sql/set_var.h:
  Added an initialization missing during the merge of 37339.
parent bd53e304
...@@ -82,6 +82,7 @@ public: ...@@ -82,6 +82,7 @@ public:
sys_var(const char *name_arg, sys_after_update_func func= NULL, sys_var(const char *name_arg, sys_after_update_func func= NULL,
Binlog_status_enum binlog_status_arg= NOT_IN_BINLOG) Binlog_status_enum binlog_status_arg= NOT_IN_BINLOG)
:name(name_arg), after_update(func), no_support_one_shot(1), :name(name_arg), after_update(func), no_support_one_shot(1),
is_os_charset (FALSE),
binlog_status(binlog_status_arg), binlog_status(binlog_status_arg),
m_allow_empty_value(TRUE) m_allow_empty_value(TRUE)
{} {}
......
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