diff options
author | Konstantin Osipov <kostja@sun.com> | 2010-06-10 15:43:32 +0400 |
---|---|---|
committer | Konstantin Osipov <kostja@sun.com> | 2010-06-10 15:43:32 +0400 |
commit | 90a87cd52d340abdc0f4b3c7b449426260100db6 (patch) | |
tree | 41f4c8d871ed17caa85406b096d767bc51481b0d /sql/sql_connect.cc | |
parent | 47b9f64c534f51af037d1bad7b27dfa9a1d1c284 (diff) | |
download | mariadb-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/sql_connect.cc')
-rw-r--r-- | sql/sql_connect.cc | 1 |
1 files changed, 0 insertions, 1 deletions
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(); |