~sergei.glushchenko/percona-server/ST-28169-Bug1127008

  • Committer: Sergei Glushchenko
  • Date: 2013-03-18 11:47:29 UTC
  • Revision ID: sergei.glushchenko@percona.com-20130318114729-5oap0l2lw0r6rdb9
Bug 1127008 CREATE TABLE for a table that already exists does
not fail immediately
Upstream bug http://bugs.mysql.com/bug.php?id=63144
CREATE TABLE IF NOT EXISTS metadata lock is too restrictive.
Fix is just a port of https://mariadb.atlassian.net/browse/MDEV-3941
Original commit comment:
- Added option to check_if_table_exists() to quickly check if table exists (either SHARE or .FRM)
- Extended lock_table_names() to not wait for meta data locks if CREATE IF NOT EXISTS is used.
Also ported fix for https://mariadb.atlassian.net/browse/MDEV-4009
Fix for MDEV-4009: main.delayed sporadically fails with "query 'REPLACE DELAYED t1 VALUES (5)' failed: 1317: Query execution was interrupted"
- Fixed broadcast without a proper mutex
- Don't break existing locks if we are just testing if we can get the lock
Filename Latest Rev Last Changed Committer Comment Size
..
build 298.1.4 11 years ago Stewart Smith merge 5.1.63.13.4 release branch from 5.1. Resolve Diff
doc 288.2.1 11 years ago Stewart Smith merge theme-makefile-5.1 from 5.1 tree. This basic Diff
HandlerSocket-Plugin-for-MySQL 333.3.1 11 years ago Ignacio Nin Merge HandlerSocket update from 5.1 See merged co Diff
Percona-Server 239.4.1 11 years ago Alexey Kopytov Null merge from 5.1 to reconcile our 5.1 and 5.5 b Diff
python-for-subunit2junitxml 175.1.1 12 years ago Stewart Smith add subunit2junitxml and needed libraries Diff
UDF 33.3.1 13 years ago Aleksandr Kuzminsky RPM .spec file is added to build Percona Server ba Diff
.bzrignore 288.2.10 11 years ago Stewart Smith merge 5.1 fix for merged lp:~hrvojem/percona-serve 22 bytes Diff Download File
COPYING.innodb-deadlock-count-patch 10 13 years ago Oleg Tsarev propogate Oleg's patches 1.6 KB Diff Download File
COPYING.show_temp_51 10 13 years ago Oleg Tsarev propogate Oleg's patches 1.6 KB Diff Download File
handlersocket.patch 333.3.1 11 years ago Ignacio Nin Merge HandlerSocket update from 5.1 See merged co 1.2 KB Diff Download File
Makefile 402 11 years ago Stewart Smith merge 5.1.66-14.2 release branch 3.2 KB Diff Download File
README.HandlerSocket 333.3.1 11 years ago Ignacio Nin Merge HandlerSocket update from 5.1 See merged co 508 bytes Diff Download File
File subunit2junitxml 175.1.1 12 years ago Stewart Smith add subunit2junitxml and needed libraries 2.2 KB Diff Download File
File uninstall_tests.sh 10 13 years ago Oleg Tsarev propogate Oleg's patches 629 bytes Diff Download File