summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* MDEV-20371: Invalid reads at plan refinement stage: join->positions...bb-10.4-mdev20371Sergei Petrunia2019-09-124-27/+53
* bump the VERSIONDaniel Bartholomew2019-09-111-1/+1
* Moved the function trace_plan_prefix to the optimizer trace fileVarun Gupta2019-09-115-15/+39
* MDEV-20444: More information regarding access of a table to be printed inside...Varun Gupta2019-09-117-181/+1279
* Merge mariadb-10.4.8 to 10.4Marko Mäkelä2019-09-1022-158/+318
|\
| * List of unstable tests for 10.4.8 release (updated)mariadb-10.4.8Elena Stepanova2019-09-081-178/+472
| * Merge branch '10.3' into 10.4Sergei Golubchik2019-09-0616-139/+312
| |\
| | * Merge branch '10.2' into 10.3Sergei Golubchik2019-09-0616-139/+308
| | |\
| | | * use a shorter name for sources in debuginfo rpmsSergei Golubchik2019-09-061-1/+1
| | | * Part3: MDEV-18156 Assertion `0' failed or `btr_validate_index(index, 0, false...Sergei Golubchik2019-09-065-112/+293
| | | * don't run RocksDB suites by defaultSergei Golubchik2019-09-064-4/+4
| | | * MDEV-12121: Avoid unused variableMarko Mäkelä2019-09-061-5/+3
| | | * MDEV-20421: big_innodb_log reliably fails on buildbot WindowsVlad Lesin2019-09-063-15/+6
| | | * MDEV-20490: rocksdb.ttl_primary_read_filtering fails in BBSergei Petrunia2019-09-052-0/+3
| * | | various test failures post-mergeSergei Golubchik2019-09-065-17/+4
* | | | MDEV-20320 Tablespace flags mismatch for full_crc32 formatThirunarayanan Balathandayuthapani2019-09-103-5/+117
* | | | MDEV-12112/MDEV-12026: Enable the test for full_crc32Marko Mäkelä2019-09-104-16/+43
* | | | List of unstable tests for 10.4.8 releaseElena Stepanova2019-09-081-178/+472
* | | | MDEV-17171: RocksDB Tables do not have "Creation Date"Sergei Petrunia2019-09-075-26/+26
* | | | MDEV-17171: RocksDB Tables do not have "Creation Date"bb-10.4-mdev17171Sergei Petrunia2019-09-0615-48/+252
|/ / /
* | | Merge branch '10.3' into 10.4Sergei Golubchik2019-09-06750-9669/+8197
|\ \ \ | |/ /
| * | MDEV-20425: Enable a test for debug buildsMarko Mäkelä2019-09-052-1/+9
| * | Simplify trx_state_eq()Marko Mäkelä2019-09-051-6/+1
| * | MDEV-15326 after-merge fixesMarko Mäkelä2019-09-057-81/+77
| * | Merge 10.2 into 10.3Marko Mäkelä2019-09-0433-374/+456
| |\ \ | | |/
| | * more tests for DEFAULT and DEFAULT(column) in INSERTSergei Golubchik2019-09-042-10/+23
| | * MDEV-20403 Assertion `0' or Assertion `btr_validate_index(index, 0)' failed i...Sergei Golubchik2019-09-047-40/+56
| | * MDEV-20137 rpl.mdev_17588 fails in buildbot with "Table doesn't exist"Sachin2019-09-043-18/+20
| | * Fix of query cache bug in AriaMonty2019-09-042-2/+20
| | * MDEV-15326: Backport trx_t::is_referenced()Marko Mäkelä2019-09-048-56/+60
| | * MDEV-15326: InnoDB: Failing assertion: !other_lockMarko Mäkelä2019-09-0411-354/+280
| | * MDEV-15326 preparation: Remove trx_sys_t::n_prepared_trxMarko Mäkelä2019-09-045-59/+47
| | * MDEV-15326 preparation: Test slow shutdown after XA PREPAREMarko Mäkelä2019-09-042-1/+26
| | * MVCC::view_close(): Correct commentsMarko Mäkelä2019-09-042-8/+7
| | * Disable galera.galera_var_node_address test case.Jan Lindström2019-09-041-1/+2
| | * C/CSergei Golubchik2019-09-031-0/+0
| | * MDEV-20403 Assertion `0' or Assertion `btr_validate_index(index, 0)' failed i...Sergei Golubchik2019-09-034-14/+65
| | * don't compare unassigned columnsSergei Golubchik2019-09-031-3/+4
| | * cleanup: on update default nowSergei Golubchik2019-09-037-51/+33
| * | MDEV-20079 When setting back the system time while mysqld is running, NOW() a...Sergei Golubchik2019-09-044-0/+35
| * | MDEV-16871 in_predicate_conversion_threshold cannot be set in my.cnfSergei Golubchik2019-09-0410-29/+35
| * | Merge 10.2 (up to commit ef00ac4c86daf3294c46a45358da636763fb0049) into 10.3Alexander Barkov2019-09-0444-23/+1825
| |\ \ | | |/
| | * Part2: MDEV-18156 Assertion `0' failed or `btr_validate_index(index, 0, false...Alexander Barkov2019-09-0315-12/+585
| | * MDEV-18156 Assertion `0' failed or `btr_validate_index(index, 0, false)' in r...Alexander Barkov2019-09-0330-22/+1238
| | * Disabled test in 32bit that uses too much memory or cpuMonty2019-09-024-0/+6
| * | Merge branch '10.2' into 10.3Monty2019-09-03671-9109/+6035
| |\ \ | | |/
| | * Updated mtr files to support different compiled in optionsMonty2019-09-01659-8463/+6430
| | * Fixed some compiler warningsMonty2019-09-013-2/+3
| | * embedded client now writes errors to stderr during init_embedded_serverMonty2019-09-011-3/+14
| | * Remove test that where only applicable for MySQLMonty2019-09-018-3997/+0