summaryrefslogtreecommitdiff
path: root/scripts
diff options
context:
space:
mode:
authorSergey Vojtovich <svoj@mariadb.org>2013-08-15 18:15:32 +0400
committerSergey Vojtovich <svoj@mariadb.org>2013-08-15 18:15:32 +0400
commit954d21deb26c6621eac83d73d3e65a4100de1c91 (patch)
treeaa576bbd6a652bf92c6ad772458a11a81055419f /scripts
parentdf3bedb82ddd4f76f2450fcc6b6e0819503b2ba6 (diff)
downloadmariadb-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