mariadb/storage/innodb_plugin
Annamalai Gurusami 300496975d Bug #15973904 INNODB PARTITION CODE HOLDS LOCK_OPEN AND SLEEPS WHILE
OPENING MISSING PARTITION

In the ha_innobase::open() call, for normal tables, there is no retry logic.
But for partitioned tables, there is a retry logic introduced as fix for:

http://bugs.mysql.com/bug.php?id=33349  
https://support.mysql.com/view.php?id=21080

The Bug#33349, does not provide sufficient information to analyze the original
problem.  The original problem reported by bug#33349 is also minor (just an
annoyance and no loss of functionality).  Most importantly, the retry logic
has been introduced without any associated test case.

So we are removing the retry logic for partitioned tables.  When the original
problem occurs, a different solution will be explored.
2013-04-24 08:47:30 +02:00
..
btr
buf
data
dict Bug #11753153 INNODB GENERATES SYMBOLS THAT ARE TOO LONG, INVALID DDL 2013-02-12 14:52:48 +05:30
dyn
eval
fil
fsp
fut
ha
handler Bug #15973904 INNODB PARTITION CODE HOLDS LOCK_OPEN AND SLEEPS WHILE 2013-04-24 08:47:30 +02:00
ibuf
include Bug #16244691 SERVER GONE AWAY ERROR OCCURS DEPENDING ON THE NUMBER OF 2013-03-29 22:01:10 +05:30
lock
log
mach
mem
mtr
mysql-test/patches
os Bug 16395495 - OLD FSF ADDRESS IN GPL HEADER 2013-03-19 13:29:12 +01:00
page Bug#16463505 PESSIMISTIC PAGE_ZIP_AVAILABLE() MAY CAUSE INFINITE PAGE SPLIT 2013-03-12 13:42:12 +02:00
pars
que
read
rem
row
scripts
srv
sync
thr
trx Add missing linkage specifiers, so that ha_innodb_plugin.so 2013-02-08 09:23:12 +02:00
usr
ut
ChangeLog Bug#16463505 PESSIMISTIC PAGE_ZIP_AVAILABLE() MAY CAUSE INFINITE PAGE SPLIT 2013-03-12 13:42:12 +02:00
CMakeLists.txt Bug 16395495 - OLD FSF ADDRESS IN GPL HEADER 2013-03-19 13:29:12 +01:00
compile-innodb
compile-innodb-debug
COPYING Bug 16395495 - OLD FSF ADDRESS IN GPL HEADER 2013-03-19 13:29:12 +01:00
COPYING.Google
COPYING.Percona
COPYING.Sun_Microsystems
Doxyfile
ha_innodb.def
Makefile.am Bug 16395495 - OLD FSF ADDRESS IN GPL HEADER 2013-03-19 13:29:12 +01:00
plug.in
revert_gen.sh
setup.sh