summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Merge connect/10.0 into 10.0Vicențiu Ciorbaru2017-09-19149-3188/+42806
* Fix merge errorVicențiu Ciorbaru2017-09-191-2/+2
* Merge branch '5.5' into 10.0Vicențiu Ciorbaru2017-09-1910-26/+79
|\
| * Merge remote-tracking branch 'merge/merge-xtradb-5.5' into 5.5Vicențiu Ciorbaru2017-09-192-2/+2
| |\
| | * 5.5.57-38.9merge-xtradb-5.5Vicențiu Ciorbaru2017-09-192-2/+2
| * | Do not stop repeating a test even if some executions are skippedElena Stepanova2017-08-181-2/+1
| * | MDEV-11240: Server crashes in check_view_single_update or Assertion `derived-...Oleksandr Byelkin2017-08-163-9/+3
| * | MTR's internal check of main.log_tables-big failedElena Stepanova2017-08-152-8/+10
| * | MDEV-13458: Wrong result for aggregate function with distinct clause when the...Varun Gupta2017-08-094-5/+63
* | | Windows : support vsjitdebugger in MTR's --debugger.Vladislav Vaintroub2017-09-151-1/+1
* | | Windows : fix a warning in popular header fileVladislav Vaintroub2017-09-152-2/+2
* | | MDEV-13685 Can not replay binary log due to Illegal mix of collations (latin1...Alexander Barkov2017-09-155-1/+84
* | | Merge branch 'bb-10.0-wlad' into 10.0Vladislav Vaintroub2017-09-0913-119/+103
|\ \ \
| * | | Build improvements and cleanups.Vladislav Vaintroub2017-09-0813-119/+103
* | | | MDEV-13253 After rebuilding redo logs, InnoDB can leak data from redo log bufferMarko Mäkelä2017-09-072-0/+2
* | | | Make the SEARCH_ABORT logic actually workMarko Mäkelä2017-09-071-1/+2
* | | | Follow-up to MDEV-13103: Do not add __attribute__((nonnull))Marko Mäkelä2017-09-071-1/+1
* | | | MDEV-13103 Assertion `flags & BUF_PAGE_PRINT_NO_CRASH' failed in buf_page_printMarko Mäkelä2017-09-0624-251/+132
* | | | Post-push for MDEV-13437Andrei Elkin2017-09-041-5/+5
* | | | MDEV-13705 10.0.32 does not compile on architectures without 64-bit atomicsMarko Mäkelä2017-09-041-0/+1
* | | | Fix compiler warningsMarko Mäkelä2017-09-017-8/+18
|/ / /
* | | MDEV-13693 : Fix parameter passing to my_error.Vladislav Vaintroub2017-08-311-1/+1
* | | MDEV-13691 : my_write() sets inappropriate errno for ERROR_FILE_SYSTEM_LIMITATONVladislav Vaintroub2017-08-311-1/+3
* | | Add missing {} to silence a compiler warningMarko Mäkelä2017-08-301-0/+2
* | | WL#8845: Clarify the message about redo log format incompatibilityMarko Mäkelä2017-08-292-8/+4
* | | MDEV-13625 Merge InnoDB test cases from MySQL 5.6 (part 1)Marko Mäkelä2017-08-2933-0/+7023
|\ \ \
| * | | Merge innodb.create-index test changes from MySQL 5.6 to MariaDBMarko Mäkelä2017-08-292-0/+60
| * | | Adjust the imported MySQL 5.6 tests for MariaDBMarko Mäkelä2017-08-2921-123/+182
| * | | MDEV-13625 Merge InnoDB test cases from MySQL 5.6 (part 1)Marko Mäkelä2017-08-2927-0/+6904
|/ / /
* | | MDEV-13437 InnoDB fails to return error for XA COMMIT or XA ROLLBACK in read-...Andrei Elkin2017-08-2911-13/+314
* | | MDEV-13583 Improvements for MTR rebootstrap introduced in MDEV-12042Elena Stepanova2017-08-283-94/+99
* | | MDEV-13637 InnoDB change buffer housekeeping can cause redo log overrun and p...Marko Mäkelä2017-08-2510-68/+54
* | | Windows : Do not use CRT routine to dump memory leaks.Vladislav Vaintroub2017-08-241-1/+0
* | | Windows compile : make compilation fail on "uninitialized variable used" warn...Vladislav Vaintroub2017-08-241-2/+2
* | | CONNECT engine: install ha_connect.libVladislav Vaintroub2017-08-231-1/+14
* | | MDEV-13630 : dont install connect-specific JAR files if connect is not built.Vladislav Vaintroub2017-08-231-7/+15
* | | Remove workaround for ancient and already fixed CMake bug in MSI creation.Vladislav Vaintroub2017-08-231-14/+0
* | | MDEV-13606 XA PREPARE transactions should survive innodb_force_recovery=1 or 2Marko Mäkelä2017-08-234-53/+26
* | | MDEV-8960: Can't refer the same column twice in one ALTER TABLEJan Lindström2017-08-183-3/+136
* | | compilation fix for SLES 11 SP4Sergei Golubchik2017-08-141-2/+2
* | | compilation fix for SLES 11 SP4Sergei Golubchik2017-08-131-2/+2
* | | Revert an InnoDB Memcached plugin fix that was merged from MySQL 5.6.37Marko Mäkelä2017-08-093-36/+7
* | | bump the VERSIONDaniel Bartholomew2017-08-071-1/+1
* | | Merge branch 'bb-10.0-vicentiu' into 10.0mariadb-10.0.32Vicențiu Ciorbaru2017-08-04127-514/+34128
|\ \ \
| * | | Disable rpl_tokudb_row_img_* testsbb-10.0-vicentiu-post-rewriteVicențiu Ciorbaru2017-08-0414-7/+7
| * | | Merge branch 'merge-tokudb-5.6' into 10.0Vicențiu Ciorbaru2017-08-0488-1087/+123
| |\ \ \
| | * | | Move tokudb_rpl to rpl-tokudb suiteVicențiu Ciorbaru2017-08-03186-0/+0
| * | | | Fix tokudb compilation post mergeVicențiu Ciorbaru2017-08-033-5/+6
| * | | | Merge branch 'merge-tokudb-5.6' into 10.0Vicențiu Ciorbaru2017-08-03118-479/+35042
| |\ \ \ \ | | |/ / /
| | * | | 5.6.36-82.1Vicențiu Ciorbaru2017-08-03118-521/+34166