diff options
author | Vladislav Vaintroub <wlad@montyprogram.com> | 2011-05-13 17:55:36 +0200 |
---|---|---|
committer | Vladislav Vaintroub <wlad@montyprogram.com> | 2011-05-13 17:55:36 +0200 |
commit | bd94d5b8284c4ecfe29d0caeb20c391cb2091f98 (patch) | |
tree | 893ff3300e211e3a5e9d41699e1e741f644bc22c /storage/pbxt | |
parent | 1779c2adbfdd0a99ab1b8f1f9de132b0345887ba (diff) | |
download | mariadb-git-bd94d5b8284c4ecfe29d0caeb20c391cb2091f98.tar.gz |
LPBUG#782269 : Fixed double initialization of condition variables in PBXT.
Diffstat (limited to 'storage/pbxt')
-rw-r--r-- | storage/pbxt/src/xaction_xt.cc | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/storage/pbxt/src/xaction_xt.cc b/storage/pbxt/src/xaction_xt.cc index 48abc5d2b66..0d94449c3da 100644 --- a/storage/pbxt/src/xaction_xt.cc +++ b/storage/pbxt/src/xaction_xt.cc @@ -1123,7 +1123,6 @@ xtPublic void xt_xn_init_db(XTThreadPtr self, XTDatabaseHPtr db) */ for (u_int i=0; i<XT_XN_NO_OF_SEGMENTS; i++) { seg = &db->db_xn_idx[i]; - XT_XACT_INIT_LOCK(self, &seg->xs_tab_lock); seg->xs_last_xn_id = db->db_xn_curr_id; } |