summaryrefslogtreecommitdiff
path: root/mysql-test/suite
diff options
context:
space:
mode:
authorVladislav Vaintroub <wlad@montyprogram.com>2013-01-30 17:25:02 +0100
committerVladislav Vaintroub <wlad@montyprogram.com>2013-01-30 17:25:02 +0100
commit1701ee335740c970696fab081cfeac582991076d (patch)
treea4f9f5223da3521294f884cbf8d29012092d9873 /mysql-test/suite
parent52fbe44fbbe60ecaba6453884ec1ad32755d7a04 (diff)
downloadmariadb-git-1701ee335740c970696fab081cfeac582991076d.tar.gz
MDEV-4113: Assertion (group->connection_count > 0) fails with Percona server in replication test.
Assertion happens in replication thread during THD destruction, when thread calls my_sync(), which in turn calls thd_wait_begin() callback. Connection count can be 0, because the counter was decremented before THD destructor. This assertion currently reproducible only in Percona server and not in MariaDB, due to differences in replication code. Fixed by moving code to decrement connection counter after the THD destructor.
Diffstat (limited to 'mysql-test/suite')
0 files changed, 0 insertions, 0 deletions