- 26 Nov, 2013 7 commits
-
-
Seppo Jaakola authored
-
Seppo Jaakola authored
-
Seppo Jaakola authored
-
Seppo Jaakola authored
This is now otherwise on level wsrep-25.9, but storage/innobase has not been fully merged wsrep-5.5 is not good source for that, so we probably have to cherry pick innodb changes from wsrep-5.6
-
Seppo Jaakola authored
This is just before 5.5.34 merge in wsrep-5.5 branch
-
Seppo Jaakola authored
-
Seppo Jaakola authored
-
- 05 Nov, 2013 2 commits
-
-
Seppo Jaakola authored
-
Seppo Jaakola authored
-
- 15 Oct, 2013 1 commit
-
-
Jan Lindström authored
Fixed performance schema instrumentation on galera and added correct mutexing when cancelling waiting trx on InnoDB
-
- 14 Oct, 2013 1 commit
-
-
Jan Lindström authored
-
- 11 Oct, 2013 2 commits
-
-
Jan Lindström authored
-
Seppo Jaakola authored
-
- 07 Oct, 2013 4 commits
-
-
Jan Lindström authored
-
Seppo Jaakola authored
-
Seppo Jaakola authored
-
Seppo Jaakola authored
-
- 06 Oct, 2013 3 commits
-
-
Seppo Jaakola authored
-
Seppo Jaakola authored
-
Seppo Jaakola authored
-
- 26 Sep, 2013 1 commit
-
-
Jan Lindström authored
-
- 25 Sep, 2013 1 commit
-
-
Jan Lindström authored
-
- 09 Sep, 2013 1 commit
-
-
Jan Lindström authored
-
- 04 Sep, 2013 2 commits
-
-
Jan Lindström authored
-
Jan Lindström authored
-
- 03 Sep, 2013 1 commit
-
-
Jan Lindström authored
-
- 23 Aug, 2013 1 commit
-
-
Jan Lindström authored
MDEV-4133: Review InnoDB tablespace allocation patch by Toshikuni Fukaya. If innodb_use_posix_fallocate is set we use posix_fallocate call to extent tablespace allocation instead of pwrite.
-
- 22 Aug, 2013 2 commits
-
-
Alexander Barkov authored
-
Alexander Barkov authored
modified: storage/connect/tabxml.h
-
- 21 Aug, 2013 1 commit
-
-
Michael Widenius authored
-
- 16 Aug, 2013 1 commit
-
-
Alexander Barkov authored
-
- 15 Aug, 2013 6 commits
-
-
Sergey Vojtovich authored
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.
-
Sergey Vojtovich authored
Added partition_exchange test. Do not set HA_OPTION_PACK_RECORD for InnoDB specific row formats (e.g. COMPACT, REDUNDANT). Adjusted mysql_compare_tables() accordingly.
-
Alexander Barkov authored
-
Alexander Barkov authored
-
Sergei Golubchik authored
sql/sql_partition_admin.cc: compilation failures w/o partitioning
-
Alexander Barkov authored
-
- 14 Aug, 2013 3 commits
-
-
Sergei Golubchik authored
-
Olivier Bertrand authored
information function. This solve the problem of uninitialised zone that was detected by valgrind. modified: storage/connect/myconn.cpp storage/connect/odbconn.cpp storage/connect/tabfmt.cpp storage/connect/tabutil.cpp storage/connect/tabwmi.cpp
-
Sergey Vojtovich authored
-