summaryrefslogtreecommitdiff
path: root/storage
Commit message (Expand)AuthorAgeFilesLines
* Automatic mergeMichael Widenius2012-09-2235-180/+714
|\
| * Automatic mergeMichael Widenius2012-09-2235-180/+714
| |\
| | * Fix for MDEV-533: Confusing error code when doing auto-increment insert for o...Michael Widenius2012-09-182-14/+44
| | * Fixed Bug#1002564: Wrong result for a lookup query from a heap tableMichael Widenius2012-09-101-0/+9
| | * XtraDB from Percona-Server-5.5.27-rel28.1Sergei Golubchik2012-09-0533-166/+661
* | | MDEV-232: Remove one fsync() from commit phase.unknown2012-09-135-15/+68
|/ /
* | Automatic merge with 5.5Michael Widenius2012-09-01186-182/+8381
|\ \ | |/
| * merge XtraDB 1.1.8-27.0 from Percona-Server-5.5.25a-rel27.1Sergei Golubchik2012-08-2211-21/+63
| * Ensure we don't assert with debug binaries if SHOW INNODB STATUS returns with...Michael Widenius2012-08-202-6/+10
| * Fixed compiler warningsMichael Widenius2012-08-154-7/+11
| * Fixed compiler errorsMichael Widenius2012-08-1410-10/+25
| * Automatic mergeMichael Widenius2012-08-135-18/+34
| |\
| | * Fixed compiler warnings (A few of these was bugs)Michael Widenius2012-08-133-1/+5
| | * Use less memory when growing HEAP tables. See MDEV-436Michael Widenius2012-08-072-17/+29
| * | MDEV-336 oqgraph 5.5 crashes in buildbotSergei Golubchik2012-08-111-1/+1
| * | merge with MySQL 5.5.27Sergei Golubchik2012-08-0932-95/+263
| |\ \ | | |/ | |/|
| | * Bug#12623923 Server can crash after failure to createJon Olav Hauglid2012-07-102-11/+16
| | * Bug#14238406 NEW COMPILATION WARNINGS WITH GCC 4.7 (-WERROR=NARROWING)Jon Olav Hauglid2012-06-291-6/+6
| | |\
| | | * Bug#14238406 NEW COMPILATION WARNINGS WITH GCC 4.7 (-WERROR=NARROWING)Jon Olav Hauglid2012-06-292-10/+10
| | | * Bug #13933132: [ERROR] GOT ERROR -1 WHEN READING TABLE APPEAREDAnnamalai Gurusami2012-06-011-0/+1
| | * | Bug#14251529 : FIX FOR BUG 13704145 CREATES POSSIBLE RACE CONDITIONYasufumi Kinoshita2012-06-294-6/+70
| | * | WL#6161 Integrating with InnoDB codebase in MySQL 5.5Narayanan Venkateswaran2012-06-0722-38/+70
| | * | Bug#13982017: ALTER TABLE RENAME ENDS UP WITH ERROR 1050 (42S01)Jon Olav Hauglid2012-06-011-0/+3
| | * | Merge from mysql-5.1 to mysql-5.5. Annamalai Gurusami2012-06-011-0/+1
| | |\ \
| | | * | Bug #13933132: [ERROR] GOT ERROR -1 WHEN READING TABLE APPEAREDAnnamalai Gurusami2012-05-301-0/+1
| | | |/
| | * | Bug 14116252 - CANNOT BUILD ARCHIVE ENGINE WHEN WITH_PERFSCHEMA_STORAGE_ENGINE=0Marc Alff2012-05-312-0/+4
| | * | Bug#13417440 : 63340: ARCHIVE FILE IO NOT INSTRUMENTEDMayank Prasad2012-05-242-16/+34
| | * | merge from 5.1Inaam Rana2012-05-241-11/+0
| | |\ \ | | | |/
| | | * Bug #14100254 65389: MVCC IS BROKEN WITH IMPLICIT LOCKInaam Rana2012-05-241-12/+0
| | | * Bug #13943231: ALTER TABLE AFTER DISCARD MAY CRASH THE SERVERAnnamalai Gurusami2012-05-161-0/+4
| | | * Bug #13955256: KEYCACHE CRASHES, CORRUPTIONS/HANGS WITH, Venkata Sidagam2012-05-162-3/+31
| | * | Merge from mysql-5.1 to mysql-5.5. Annamalai Gurusami2012-05-161-0/+4
| | |\ \
| | | * | Bug #13943231: ALTER TABLE AFTER DISCARD MAY CRASH THE SERVERAnnamalai Gurusami2012-05-161-0/+4
| | | |/
| | * | Merging the fix from mysql-5.1 to mysql-5.5Venkata Sidagam2012-05-162-3/+31
| | |\ \
| | | * | Bug #13955256: KEYCACHE CRASHES, CORRUPTIONS/HANGS WITH, Venkata Sidagam2012-05-162-3/+31
| | | |/
| | * | Merge mysql-5.1 to mysql-5.5.Marko Mäkelä2012-05-152-4/+24
| | |\ \ | | | |/
| | | * Bug#14025221 FOREIGN KEY REFERENCES FREED MEMORY AFTER DROP INDEXMarko Mäkelä2012-05-152-4/+24
| * | | Fixed compiler warningsMichael Widenius2012-08-061-2/+2
| * | | MDEV-399 Combinations defined in the base suite cannot be skipped by overlaySergei Golubchik2012-08-012-0/+17
| * | | fix oqgraph on MSVCVladislav Vaintroub2012-08-021-3/+7
| * | | MDEV-336 oqgraph 5.5 crashes in buildbotSergei Golubchik2012-07-311-2/+8
| * | | MDEV-419 ensure that all HAVE_XXX constants can be set by cmakeSergei Golubchik2012-07-313-8/+0
| * | | merged with maria/5.5Axel Schwenke2012-07-194-12/+46
| |\ \ \
| | * \ \ Merge 5.3->5.5Sergey Petrunya2012-07-184-12/+46
| | |\ \ \
| | | * | | MDEV-398: Sergv related to spacial queriesSergey Petrunya2012-07-184-12/+46
| * | | | | MDEV-11: Generic storage engine test suiteElena Stepanova2012-07-16120-0/+7855
| |/ / / /
| * | | | fixed MySQL bug#53775:unknown2012-07-132-0/+47
* | | | | Fixed wrong error codes from InnoDB/XtraDB that caused %M to give system depe...Michael Widenius2012-07-062-38/+38
* | | | | Automatic merge with 5.5Michael Widenius2012-06-273-16/+48
|\ \ \ \ \ | |/ / / /
| * | | | Don't abort InnoDB/XtraDB if one can't allocate resources for AIOMichael Widenius2012-06-273-16/+48