mirror of
https://github.com/MariaDB/server.git
synced 2025-08-08 11:22:35 +03:00
A pre-requisite for WL#5419 "LOCK_open scalability:
make tdc_refresh_version an atomic counter". Backport the trivial changes from mysql-trunk-iplus.
This commit is contained in:
@@ -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();
|
||||
|
Reference in New Issue
Block a user