summaryrefslogtreecommitdiff
path: root/sql/event_scheduler.cc
diff options
context:
space:
mode:
authorKonstantin Osipov <kostja@sun.com>2010-06-10 15:43:32 +0400
committerKonstantin Osipov <kostja@sun.com>2010-06-10 15:43:32 +0400
commit90a87cd52d340abdc0f4b3c7b449426260100db6 (patch)
tree41f4c8d871ed17caa85406b096d767bc51481b0d /sql/event_scheduler.cc
parent47b9f64c534f51af037d1bad7b27dfa9a1d1c284 (diff)
downloadmariadb-git-90a87cd52d340abdc0f4b3c7b449426260100db6.tar.gz
A pre-requisite for WL#5419 "LOCK_open scalability:
make tdc_refresh_version an atomic counter". Backport the trivial changes from mysql-trunk-iplus.
Diffstat (limited to 'sql/event_scheduler.cc')
-rwxr-xr-xsql/event_scheduler.cc1
1 files changed, 0 insertions, 1 deletions
diff --git a/sql/event_scheduler.cc b/sql/event_scheduler.cc
index 33b9a1cafda..c646642dbba 100755
--- a/sql/event_scheduler.cc
+++ b/sql/event_scheduler.cc
@@ -203,7 +203,6 @@ pre_init_event_thread(THD* thd)
*/
thd->proc_info= "Initialized";
- thd->version= refresh_version;
thd->set_time();
/* Do not use user-supplied timeout value for system threads. */