summaryrefslogtreecommitdiff
path: root/storage
Commit message (Expand)AuthorAgeFilesLines
...
| | * | | | | | | | MDEV-8827 Duplicate key with auto incrementSergei Golubchik2015-12-072-14/+10
| | * | | | | | | | Fix gcc v5.compiler errors.Jan Lindström2015-12-054-4/+4
| | * | | | | | | | MDEV-9233: Copying MySQL 5.5 data directory to 10.0 with partition tables cra...Jan Lindström2015-12-042-35/+53
| | * | | | | | | | MDEV-7762 InnoDB: Failing assertion: block->page.buf_fix_count > 0 in buf0buf...Jan Lindström2015-12-031-6/+9
| * | | | | | | | | fix a few spelling mistakesSergei Golubchik2015-12-111-1/+1
| * | | | | | | | | MDEV-8571 - After mysqloptimize sometimes one of the tables is marked as crashedSergey Vojtovich2015-12-112-2/+2
| * | | | | | | | | MDEV-9148: Assertion `thd->stmt_arena != thd->progress.arena' failed in thd_p...Jan Lindström2015-12-102-8/+25
| * | | | | | | | | MDEV-8178 - Wrong progress report for operations on InnoDB tablesSergey Vojtovich2015-12-102-10/+4
| * | | | | | | | | MDEV-6662: possible bug in cassandra_se.ccSergei Petrunia2015-12-101-2/+2
| * | | | | | | | | Disable some test with year that are outside of the range that mroonga can ha...Monty2015-11-304-0/+4
| * | | | | | | | | Fixes to get all test to run on MacosX Lion 10.7Monty2015-11-2910-2/+41
| * | | | | | | | | Fixed problems found by buildbot:Monty2015-11-2712-1/+18
| * | | | | | | | | Fixed failing test cases and compiler warnings found by buildbotMonty2015-11-245-9/+11
| * | | | | | | | | Fixed compiler warningsMonty2015-11-231-0/+2
* | | | | | | | | | Merge branch 'connect/10.1' into 10.1Sergei Golubchik2015-12-2122-851/+2790
|\ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | - Fix MDEV-9279. Replacing exit(1) in yy_fatal_error by a longjmp.Olivier Bertrand2015-12-143-7/+14
| * | | | | | | | | | - Copy error message from G to g when using temporary storage for parsing.Olivier Bertrand2015-12-131-1/+9
| * | | | | | | | | | Merge branch 'ob-10.1' into 10.1Olivier Bertrand2015-12-111-2/+2
| |\ \ \ \ \ \ \ \ \ \
| | * | | | | | | | | | Update version numberOlivier Bertrand2015-12-111-2/+2
| * | | | | | | | | | | Merge branch 'ob-10.1' into 10.1Olivier Bertrand2015-12-0919-847/+2767
| |\ \ \ \ \ \ \ \ \ \ \ | | |/ / / / / / / / / /
| | * | | | | | | | | | - Serialize: Protect again eventual longjmp's.Olivier Bertrand2015-12-094-84/+140
| | * | | | | | | | | | Fix memory error when a plain string argument is parsed.Olivier Bertrand2015-12-052-515/+518
| | * | | | | | | | | | Remove warning on LinuxOlivier Bertrand2015-12-0413-288/+1285
| | * | | | | | | | | | Remove commented lines.Olivier Bertrand2015-11-222-17/+9
| | * | | | | | | | | | Make changes required by version 10.1.9 (see Sergei's mmail):Olivier Bertrand2015-11-229-153/+1025
* | | | | | | | | | | | aria_read_log: silence expected safemalloc warningsSergei Golubchik2015-12-191-0/+2
* | | | | | | | | | | | MDEV-9214 Server miscalculates the number of XA-capable enginesSergei Golubchik2015-12-193-0/+23
* | | | | | | | | | | | Fix buildbot failure seen on p8-rhel71.Jan Lindström2015-12-182-18/+6
* | | | | | | | | | | | Merge pull request #135 from grooverdan/crc32_conditionalJan Lindström2015-12-184-12/+22
|\ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | Do not build optimised power crc32 on bigendianDaniel Black2015-12-184-12/+22
* | | | | | | | | | | | | MDEV-9236: Dramatically overallocation of InnoDB buffer pool leads to crashJan Lindström2015-12-1710-8/+108
* | | | | | | | | | | | | Improve validation. If page type is not valid, try to print moreJan Lindström2015-12-172-39/+37
|/ / / / / / / / / / / /
* | | | | | | | | | | | Merge pull request #133 from grooverdan/power-crc32Jan Lindström2015-12-1616-6/+3587
|\ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | MDEV-9288: portablity for compling on non-power platformsDaniel Black2015-12-166-2/+36
| * | | | | | | | | | | | Use POWER8 accelerated crc32Daniel Axtens2015-12-1516-6/+3553
* | | | | | | | | | | | | MDEV-9129: Server is restarting in the loop after crashJan Lindström2015-12-156-14/+40
* | | | | | | | | | | | | MDEV-8923 Port innodb_buffer_pool_dump_pctVasil Dimov2015-11-298-6/+190
|/ / / / / / / / / / / /
* | | | | | | | | | | | MDEV-9128 - Compiling on IBM System Z failsSergey Vojtovich2015-11-231-1/+1
* | | | | | | | | | | | Post-merge fixes for Connect engineSergei Golubchik2015-11-195-6/+7
* | | | | | | | | | | | Merge branch 'connect/10.1' into 10.1Sergei Golubchik2015-11-1940-1734/+5917
|\ \ \ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / / /
| * | | | | | | | | | | Merge branch 'ob-10.1' into 10.1Olivier Bertrand2015-11-081-8/+10
| |\ \ \ \ \ \ \ \ \ \ \ | | |/ / / / / / / / / /
| | * | | | | | | | | | PATCH-P0-FIX-UPSTREAM: Fix possible buffer overflow (MDEV-8317)Olivier Bertrand2015-11-081-8/+10
| * | | | | | | | | | | Fix error and warnings raised by gcc on Linux:Olivier Bertrand2015-10-252-4/+2
| |\ \ \ \ \ \ \ \ \ \ \ | | |/ / / / / / / / / /
| | * | | | | | | | | | Fix error and warnings raised by gcc on Linux:Olivier Bertrand2015-10-253-18/+31
| * | | | | | | | | | | Fix of error and warnings when compiling on linuxBuggynours2015-10-257-18/+1868
| |/ / / / / / / / / /
| * | | | | | | | | | Fix MDEV-8882Olivier Bertrand2015-10-211-2/+13
| * | | | | | | | | | TypoOlivier Bertrand2015-10-201-3/+6
| * | | | | | | | | | Fix MDEV-8926Olivier Bertrand2015-10-183-0/+50
| * | | | | | | | | | Update JSON UDFs to version 1.04.0004Olivier Bertrand2015-10-179-650/+1357
| * | | | | | | | | | Temporary changes for making compile to workOlivier Bertrand2015-10-041-4/+4