diff options
author | Sergey Vojtovich <svoj@mariadb.org> | 2013-08-15 18:15:32 +0400 |
---|---|---|
committer | Sergey Vojtovich <svoj@mariadb.org> | 2013-08-15 18:15:32 +0400 |
commit | 954d21deb26c6621eac83d73d3e65a4100de1c91 (patch) | |
tree | aa576bbd6a652bf92c6ad772458a11a81055419f /scripts | |
parent | df3bedb82ddd4f76f2450fcc6b6e0819503b2ba6 (diff) | |
download | mariadb-git-954d21deb26c6621eac83d73d3e65a4100de1c91.tar.gz |
MDEV-4897 - Assertion `share->tdc.prev == 0 && share->tdc.next == 0'
failed in TABLE_SHARE* tdc_acquire_share(THD*, const char*,
const char*, const char*, uint, uint, TABLE**)
Removed false assertions.
When multiple threads acquire the same previously unused share,
only one thread shall remove share from unused list (the one that
has was_unused == true). Other threads will ignore this step and
may continue even if share is not yet removed from unused list.
Diffstat (limited to 'scripts')
0 files changed, 0 insertions, 0 deletions