summaryrefslogtreecommitdiff
path: root/sql/set_var.h
diff options
context:
space:
mode:
authorAleksey Midenkov <midenok@gmail.com>2017-10-22 20:23:16 +0300
committerAleksey Midenkov <midenok@gmail.com>2017-11-13 19:11:02 +0300
commitc9520cb0c4ecadd0c695fe857a6891a90d29be57 (patch)
treede8ba7b98946aa42036e67a5a9d3eb8112035c75 /sql/set_var.h
parenta86d6bad549009d8817baf3388bc371c66e98b00 (diff)
downloadmariadb-git-c9520cb0c4ecadd0c695fe857a6891a90d29be57.tar.gz
SQL: sysvar versioning_asof_timestamp [fixes #292, #279]
Diffstat (limited to 'sql/set_var.h')
-rw-r--r--sql/set_var.h7
1 files changed, 0 insertions, 7 deletions
diff --git a/sql/set_var.h b/sql/set_var.h
index 48990755ca0..d0143e1e524 100644
--- a/sql/set_var.h
+++ b/sql/set_var.h
@@ -224,13 +224,6 @@ private:
virtual bool session_update(THD *thd, set_var *var) = 0;
virtual bool global_update(THD *thd, set_var *var) = 0;
-public:
- virtual bool option_updated()
- {
- DBUG_ASSERT(false);
- return true;
- }
-
protected:
/**
A pointer to a value of the variable for SHOW.