From 90a87cd52d340abdc0f4b3c7b449426260100db6 Mon Sep 17 00:00:00 2001 From: Konstantin Osipov Date: Thu, 10 Jun 2010 15:43:32 +0400 Subject: A pre-requisite for WL#5419 "LOCK_open scalability: make tdc_refresh_version an atomic counter". Backport the trivial changes from mysql-trunk-iplus. --- sql/sql_connect.cc | 1 - 1 file changed, 1 deletion(-) (limited to 'sql/sql_connect.cc') diff --git a/sql/sql_connect.cc b/sql/sql_connect.cc index c0081c13366..481715098b7 100644 --- a/sql/sql_connect.cc +++ b/sql/sql_connect.cc @@ -1083,7 +1083,6 @@ static void prepare_new_connection_state(THD* thd) embedded server library. TODO: refactor this to avoid code duplication there */ - thd->version= refresh_version; thd->proc_info= 0; thd->command= COM_SLEEP; thd->set_time(); -- cgit v1.2.1