Commit 42c0b1d8 authored by Aleksey Midenkov's avatar Aleksey Midenkov

Sysvars: fix versioning_asof_timestamp [#302]

Tests affected: sys_vars.sysvars_server_notembedded
parent 90c809a6
......@@ -2679,12 +2679,6 @@ private:
my_error(ER_WRONG_VALUE_FOR_VAR, MYF(0), "versioning_asof_timestamp", "NULL (wrong range type)");
return (uchar*) thd->strdup("Error: wrong range type");
}
void session_save_default(THD *thd, set_var *var)
{ DBUG_ASSERT(false); }
void global_save_default(THD *thd, set_var *var)
{ DBUG_ASSERT(false); }
uchar *default_value_ptr(THD *thd)
{ return (uchar *)option.def_value; }
public:
virtual uchar *session_value_ptr(THD *thd, const LEX_CSTRING *base)
......
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