summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* SQL: SP forced invalidate via 0Aleksey Midenkov2017-12-264-4/+4
* SQL: prohibit ALTER ... AS ROW START|END [fixes #429]Eugene Kosov2017-12-257-32/+12
* Partition: uninitialized vers_info fixAleksey Midenkov2017-12-223-4/+10
* Tests: rocksdb.misc [#387]Eugene Kosov2017-12-221-1/+0
* MDEV-14741 Assertion '(trx)->start_file == 0' failedAleksey Midenkov2017-12-223-0/+19
* SQL: DELETE HISTORY error message in prepared statements [#387]Eugene Kosov2017-12-221-3/+8
* MDEV-14632 Assertion `!((new_col->prtype ^ col->prtype) & ~256U)' failed in ...Eugene Kosov2017-12-222-5/+5
* MDEV-14740 Locking assertion for system_time partitioningAleksey Midenkov2017-12-223-5/+27
* Tests: mariabackup.system_versioning [#387]Eugene Kosov2017-12-212-6/+62
* MDEV-14730 Assertion `m_lock_type == 2' failed in handler::ha_closeAleksey Midenkov2017-12-212-20/+64
* MDEV-14722 Partition: assertion in ha_commit_trans() for sub-statementAleksey Midenkov2017-12-213-2/+28
* compiler warningSergei Golubchik2017-12-211-2/+9
* Fix testsSergei Golubchik2017-12-213-8/+10
* Revert "MDEV-14681 Bogus ER_UNSUPPORTED_EXTENSION", fix differentlySergei Golubchik2017-12-211-37/+19
* Tests: disabled embedded for versioning.trx_id [#387]Aleksey Midenkov2017-12-211-0/+1
* MDEV-14689 Server crashes in find_field_in_tables on 2nd execution of PS with...Eugene Kosov2017-12-213-6/+36
* MDEV-14632 Assertion `!((new_col->prtype ^ col->prtype) & ~256U)' failed in r...Eugene Kosov2017-12-214-23/+41
* Tests: detect table count for some encryption testsAleksey Midenkov2017-12-212-3/+5
* Tests: full test results [#387]Aleksey Midenkov2017-12-2114-169/+161
* Tests: removed --transaction-registry option [#387]Aleksey Midenkov2017-12-219-128/+0
* System Versioning 1.0 pre7Aleksey Midenkov2017-12-21167-4512/+9528
|\
| * Merge bb-10.2-ext into 10.3Marko Mäkelä2017-12-211-13/+1
| |\
| | * MDEV-14585: Adjust the innodb.innodb-alter-tempfile test caseMarko Mäkelä2017-12-211-13/+1
| * | Merge bb-10.2-ext into 10.3Marko Mäkelä2017-12-203-34/+17
| |\ \ | | |/
| | * MDEV-14585: Adjust the innodb.alter_crash test caseMarko Mäkelä2017-12-202-33/+16
| | * MDEV-14585 Automatically remove #sql- tables in InnoDB dictionary during reco...Marko Mäkelä2017-12-201-1/+1
| * | Merge bb-10.2-ext into 10.3Marko Mäkelä2017-12-2015-86/+250
| |\ \ | | |/
| | * MDEV-14717 RENAME TABLE in InnoDB is not crash-safeMarko Mäkelä2017-12-2014-84/+248
| * | Updated result for alter_crashMonty2017-12-201-3/+3
| * | Merge bb-10.2-ext into 10.3Marko Mäkelä2017-12-1949-296/+863
| |\ \ | | |/
| | * Follow-up to MDEV-13407 innodb.drop_table_background failed in buildbot with ...Marko Mäkelä2017-12-198-105/+166
| | * Merge 10.2 into bb-10.2-extMarko Mäkelä2017-12-1933-265/+388
| | |\
| | | * Merge 10.1 to 10.2Marko Mäkelä2017-12-1922-233/+212
| | | |\
| | | | * Fix galera.view test case crash.Jan Lindström2017-12-191-1/+2
| | | | * MDEV-13809: [service] should [Service] in systemd service filesDaniel Black2017-12-192-4/+6
| | | | * MDEV-12128: systemd - add Documentation= directivesDaniel Black2017-12-192-2/+6
| | | | * Merge 10.0 into 10.1Marko Mäkelä2017-12-1813-213/+147
| | | | |\
| | | | | * MDEV-13407 innodb.drop_table_background failed in buildbot with "Tablespace f...Marko Mäkelä2017-12-182-198/+74
| | | | | * MDEV-14641 Incompatible key or row definition between the MariaDB .frm file a...Sergei Golubchik2017-12-185-8/+36
| | | | | * MDEV-14008 Assertion failing: `!is_set() || (m_status == DA_OK_BULK && is_bul...Alexander Barkov2017-12-186-7/+37
| | | | * | MDEV-10442: "Address already in use" on restartNirbhay Choubey2017-12-181-1/+0
| | | | * | MW-416sjaakola2017-12-185-11/+44
| | | | * | MDEV-13969 sst mysqldump and xtrabackup-v2 handle WSREP_SST_OPT_CONF incorrectlySergei Golubchik2017-12-181-1/+1
| | | | * | MDEV-13969 sst mysqldump and xtrabackup-v2 handle WSREP_SST_OPT_CONF incorrectlyMartynas Bendorius2017-12-182-8/+8
| | | | * | MDEV-13620 - improve help message for 'plugin-dir' and 'plugin-load'Vladislav Vaintroub2017-12-181-2/+4
| | | | * | MDEV-10486 MariaDB 10.x does not update rows_examined in performance_schema t...Alexey Botchkov2017-12-183-2/+34
| | | | * | MDEV-14524 TokuDB is unable to be built on LinuxOleksandr Byelkin2017-12-141-2/+6
| | | * | | MDEV-14629: failing assertion when a user-defined variable is defined by the ...bb-10.2-mdev14629Galina Shalygina2017-12-193-0/+101
| | | * | | Fixed memory leak in my_rocksMonty2017-12-171-0/+2
| | | * | | MDEV-14679: RocksdB plugin fails to load with "Loading of unknown plugin ROCK...Sergei Petrunia2017-12-165-12/+39