mirror of
https://github.com/MariaDB/server.git
synced 2025-12-24 11:21:21 +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:
@@ -497,7 +497,6 @@ static void handle_bootstrap_impl(THD *thd)
|
||||
#endif /* EMBEDDED_LIBRARY */
|
||||
|
||||
thd_proc_info(thd, 0);
|
||||
thd->version=refresh_version;
|
||||
thd->security_ctx->priv_user=
|
||||
thd->security_ctx->user= (char*) my_strdup("boot", MYF(MY_WME));
|
||||
thd->security_ctx->priv_host[0]=0;
|
||||
|
||||
Reference in New Issue
Block a user