Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
M
MariaDB
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
nexedi
MariaDB
Commits
42c0b1d8
Commit
42c0b1d8
authored
7 years ago
by
Aleksey Midenkov
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Sysvars: fix versioning_asof_timestamp [#302]
Tests affected: sys_vars.sysvars_server_notembedded
parent
90c809a6
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
6 deletions
+0
-6
sql/sys_vars.ic
sql/sys_vars.ic
+0
-6
No files found.
sql/sys_vars.ic
View file @
42c0b1d8
...
...
@@ -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)
...
...
This diff is collapsed.
Click to expand it.
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment