summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Some debug codebb-10.2-MDEV-21681-page-LSN-doesnt-match-cbVlad Lesin2020-04-084-6/+101
* MDEV-15270 Mariabackup should not try to use doublewrite buffermariadb-10.2.13Marko Mäkelä2018-02-128-23/+18
* MDEV-13869 MariaDB slow startMarko Mäkelä2018-02-125-10/+28
* Updated list of unstable tests for 10.2.13Elena Stepanova2018-02-121-87/+149
* Merge branch '10.1' into 10.2Sergei Golubchik2018-02-1120-95/+528
|\
| * MDEV-14611 ALTER TABLE EXCHANGE PARTITION does not work properly when used wi...Alexey Botchkov2018-02-104-2/+336
| * After-merge fixes for "sys_vars.sysvars_innodb '32bit,xtradb'" test results.Alexander Barkov2018-02-101-1/+1
| * Merge remote-tracking branch 'origin/10.0' into 10.1Alexander Barkov2018-02-105-2/+76
| |\
| | * MDEV-15262 Wrong results for SELECT..WHERE non_indexed_datetime_column=indexe...Alexander Barkov2018-02-093-0/+74
| | * Update wrong xtradb versionVicențiu Ciorbaru2018-02-081-1/+1
| * | MDEV-14508: encryption.innodb-compressed-blob failed in buildbot, assertion i...Jan Lindström2018-02-092-0/+4
| * | MDEV-14868 MariaDB server crashes after using ROLLBACK TO when encrypt_tmp_fi...Sergei Golubchik2018-02-082-12/+76
| * | MDEV-14868 MariaDB server crashes after using ROLLBACK TO when encrypt_tmp_fi...Sergei Golubchik2018-02-083-3/+9
| * | fix encryption.tempfiles to check that encrypt_tmp_files is ONSergei Golubchik2018-02-083-0/+6
| * | MDEV-14427: encryption.innodb-bad-key-change failed in buildbotJan Lindström2018-02-082-74/+16
* | | Removed compiler warningsMonty2018-02-101-9/+9
* | | TokuDB didn't compile with valgrindMonty2018-02-101-0/+5
* | | MDEV-13508 ALTER TABLE that renames columns and CHECK constraintsMonty2018-02-109-10/+133
* | | Merge branch 'bb-10.2-mariarocks' into 10.2Sergei Petrunia2018-02-095-2/+695
|\ \ \
| * \ \ Merge pull request #595 from MariaDB/add_myrocks_gotbackupOtto Kekäläinen2018-02-084-2/+9
| |\ \ \
| | * | | debian/control Include myrocks_hotbackup into mariadb-plugin-rocksdbadd_myrocks_gotbackupVicentiu Ciorbaru2018-02-073-1/+3
| | * | | Add myrocks_hotbackup part of rocksdb plugin in cmakeVicentiu Ciorbaru2018-02-071-0/+2
| | * | | Fix rocksdb compiler version identification with GCCVicentiu Ciorbaru2018-02-071-1/+4
| |/ / /
| * | | Adjust myrocks_hotbackup to work with MariaDB.Sergei Petrunia2018-01-251-1/+1
| * | | Import myrocks_hotbackup from the upstreamSergei Petrunia2018-01-251-0/+686
* | | | Add back (and clean up) the test innodb_zip.prefix_index_liftedlimitMarko Mäkelä2018-02-092-0/+2753
* | | | MDEV-14238 Bogus assertion on row_get_rec_trx_id()Marko Mäkelä2018-02-091-3/+4
* | | | Corrected the patch for mdev-15119 that caused a failure forIgor Babaev2018-02-084-13/+9
* | | | add mdev-504 to unstable tests, to fix appveyorVladislav Vaintroub2018-02-081-0/+1
* | | | rocksdb : Disable the constantly failing bloomfilter test, until MDEV-14562 i...Vladislav Vaintroub2018-02-081-0/+1
* | | | MDEV-14407 Assertion failure during rollbackMarko Mäkelä2018-02-086-27/+55
* | | | Merge 10.1 into 10.2Marko Mäkelä2018-02-0813-20/+119
|\ \ \ \ | | |/ / | |/| |
| * | | Merge 10.0 into 10.1Marko Mäkelä2018-02-0813-13/+114
| |\ \ \ | | | |/ | | |/|
| | * | Make the test innodb.recovery_shutdown more robustMarko Mäkelä2018-02-082-2/+6
| | * | MDEV-15249 Crash in MVCC read after IMPORT TABLESPACEMarko Mäkelä2018-02-088-10/+88
| | * | MDEV-15230: column_json breaks cyrillic in 10.1.31Oleksandr Byelkin2018-02-073-1/+20
| * | | bump the VERSIONDaniel Bartholomew2018-02-061-1/+1
* | | | Disabled galera_ist_progress at it always fails in 10.2Monty2018-02-072-2/+6
* | | | Merge remote-tracking branch 'connect/10.2' into 10.2Vicențiu Ciorbaru2018-02-070-0/+0
|\ \ \ \
| * | | | - Fix MDEV-9844, MDEV-10179, MDEV-14214Olivier Bertrand2018-01-033-30/+41
* | | | | Update Connector/CVicențiu Ciorbaru2018-02-071-0/+0
* | | | | MDEV-14567: CRYPTO_set_mem_functions fails in FIPS modeDaniel Black2018-02-071-1/+1
* | | | | MDEV-15199 Referential integrity broken in ON DELETE CASCADEMarko Mäkelä2018-02-0713-509/+281
* | | | | InnoDB UPDATE cleanupMarko Mäkelä2018-02-071-7/+18
* | | | | MDEV-15219 FOREIGN KEY CASCADE or SET NULL operations will not resume after l...Marko Mäkelä2018-02-073-3/+517
* | | | | Remove useless debug instrumentation row_print_geometry_dataMarko Mäkelä2018-02-075-114/+14
* | | | | Remove useless codeMarko Mäkelä2018-02-071-21/+0
* | | | | Foreign key code cleanupMarko Mäkelä2018-02-071-99/+70
* | | | | Fixed mdev-15162 Query with CTE hangs if assignment operator (:=) is usedIgor Babaev2018-02-063-1/+30
* | | | | Fixed mdev-15119 CTE, referencing another CTE, that is declared after,Igor Babaev2018-02-063-11/+54