summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Fixed mdev-14880: Assertion `inj_cond_list.elements' failedbb-10.3-vicentiu-no-dtoaIgor Babaev2018-01-083-1/+88
* MDEV-14881 cmake should succeed after installing libaio.Vladislav Vaintroub2018-01-071-0/+2
* Fix warningsVladislav Vaintroub2018-01-073-3/+3
* Fix warningsVladislav Vaintroub2018-01-062-3/+3
* Merge bb-10.2-ext into 10.3Marko Mäkelä2018-01-0573-5588/+2051
|\
| * Fix a -Wimplicit-fallthrough warningMarko Mäkelä2018-01-051-2/+3
| * Fix a warning about extra parenthesisMarko Mäkelä2018-01-051-3/+2
| * Fix warningVladislav Vaintroub2018-01-051-1/+2
| * Fix warningsVladislav Vaintroub2018-01-053-8/+7
| * Merge remote-tracking branch 'origin/10.2' into bb-10.2-extMonty2018-01-0576-5591/+2059
| |\
| | * Merge 10.1 into 10.2Marko Mäkelä2018-01-053-5/+9
| | |\
| | | * Tests: detect table count for some encryption testsAleksey Midenkov2018-01-053-5/+9
| | * | MDEV-14059 Work around a problem exposed by InnoDB GIS debug checkMarko Mäkelä2018-01-054-32/+63
| | * | Merge branch 10.1 into 10.2Marko Mäkelä2018-01-042-7/+9
| | |\ \ | | | |/
| | | * Merge 10.0 into 10.1Marko Mäkelä2018-01-042-8/+10
| | | |\
| | | | * Fix a truncation warning introduced in MDEV-12323Marko Mäkelä2018-01-042-6/+8
| | * | | MDEV-14057 InnoDB GIS tests failMarko Mäkelä2018-01-0428-5475/+1909
| | * | | MDEV-14058 InnoDB Assertion failure !leaf on rem0rec.cc line 566 on test inno...Marko Mäkelä2018-01-043-5/+11
| | * | | bump the VERSIONDaniel Bartholomew2018-01-041-1/+1
| | * | | Fixed wrong arguments to printf and related functionsMonty2018-01-0447-101/+91
| | * | | Fix out-of-date comments.Sergei Petrunia2018-01-042-2/+2
* | | | | row_upd_rec_in_place(): Relax a debug assertionMarko Mäkelä2018-01-051-1/+11
* | | | | Merge pull request #534 from tempesta-tech/upstream/test_innodb_encryptionJan Lindström2018-01-053-5/+9
|\ \ \ \ \
| * | | | | Tests: detect table count for some encryption testsAleksey Midenkov2018-01-043-5/+9
* | | | | | Relax a bogus debug assertionMarko Mäkelä2018-01-041-1/+1
|/ / / / /
* | | | | Merge bb-10.2-ext into 10.3Marko Mäkelä2018-01-04209-1508/+6854
|\ \ \ \ \ | |/ / / /
| * | | | Do not misspell "fall through"Marko Mäkelä2018-01-031-1/+1
| * | | | Merge 10.2 into bb-10.2-extMarko Mäkelä2018-01-035-17/+16
| |\ \ \ \ | | |/ / /
| | * | | Do not misspell "fall through"Marko Mäkelä2018-01-032-2/+1
| | * | | Merge 10.1 into 10.2Marko Mäkelä2018-01-033-15/+15
| | |\ \ \ | | | |/ /
| | | * | Merge 10.0 into 10.1Marko Mäkelä2018-01-033-15/+15
| | | |\ \ | | | | |/
| | | | * Merge 5.5 into 10.0Marko Mäkelä2018-01-033-15/+15
| | | | |\
| | | | | * Silence some -Wimplicit-fallthrough by proper spellingMarko Mäkelä2018-01-033-15/+15
| * | | | | Merge 10.2 into bb-10.2-extMarko Mäkelä2018-01-0325-69/+659
| |\ \ \ \ \ | | |/ / / /
| | * | | | Merge 10.1 into 10.2, with some MDEV-14799 fixupsmariadb-10.2.12Marko Mäkelä2018-01-0320-55/+642
| | |\ \ \ \ | | | |/ / /
| | | * | | Merge 10.0 into 10.1Marko Mäkelä2018-01-0215-25/+318
| | | |\ \ \ | | | | |/ /
| | | | * | Merge 5.5 into 10.0Marko Mäkelä2018-01-0214-23/+134
| | | | |\ \ | | | | | |/
| | | | | * Follow-up to MDEV-14799: Remove bogus debug assertionsMarko Mäkelä2018-01-022-6/+0
| | | | | * MDEV-14799 After UPDATE of indexed columns, old values will not be purged fro...Marko Mäkelä2018-01-026-4/+34
| | | | | * MDEV-14309 MTR tests require perl-Env which is not always in the default inst...Sergei Golubchik2017-12-272-9/+4
| | | | | * MDEV-10657: incorrect result returned with binary protocol (prepared statements)Oleksandr Byelkin2017-12-276-3/+96
| | | | * | Update mysqladmin man pageIan Gilfillan2017-12-281-2/+184
| | * | | | MDEV-13568 gcol.innodb_virtual_debug_purge failed in buildbot with wrong resultMarko Mäkelä2018-01-036-14/+18
| * | | | | Follow-up fix of MDEV-14717 RENAME TABLE in InnoDB is not crash-safeMarko Mäkelä2018-01-031-5/+5
| * | | | | Merge remote-tracking branch 'origin/10.2' into bb-10.2-extMonty2018-01-037-68/+182
| |\ \ \ \ \ | | |/ / / /
| | * | | | More output in galera.query_cache.testMonty2018-01-032-59/+160
| | * | | | Fixed compiler warningMonty2018-01-031-1/+1
| | * | | | MDEV-14813 rpl.rpl_ctype_latin1 fails in buildbot on Mac with wrong resultMonty2018-01-032-8/+18
| | * | | | Rocksdb fails to build when the source and build directory are not the same. ...Varun Gupta2018-01-021-0/+1
| | * | | | Disable warnings in partion_alter_myisamMonty2018-01-011-0/+2