summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* The slave io thread does not conduct integrity check for row-basedbb-10.2-andrei-extAndrei Elkin2018-01-043-0/+61
* 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
* | | | | Fixed crashing bug in mysqlbinlogMonty2018-01-032-5/+10
* | | | | Fixed simple failures:Monty2018-01-023-2/+3
* | | | | Merge remote-tracking branch 'origin/10.2' into bb-10.2-extMonty2018-01-01161-635/+4321
|\ \ \ \ \ | |/ / / /
| * | | | Ignore generated file rdb_source_revision.hMonty2018-01-011-0/+1
| * | | | Ensure that table->vcol_set is properly restored if usedMonty2018-01-013-13/+21
| * | | | Write location of core when doing core dumpMonty2018-01-011-1/+3
| * | | | Fixed compiler warnings about possible uninitialized variablesMonty2018-01-016-11/+15
| * | | | MDEV-12458: Variable and log records to indicate RocksDB version are missingVarun Gupta2017-12-317-0/+36
| * | | | MDEV-10844: EXPLAIN FORMAT=JSON doesn't show order direction for filesortVarun Gupta2017-12-305-2/+80
| * | | | Updated list of unstable tests for 10.2.12Elena Stepanova2017-12-291-124/+97
| * | | | MDEV-11071 - Assertion `thd->transaction.stmt.is_empty()' failed inSergey Vojtovich2017-12-293-1/+45
| * | | | Update galera_gtid_slave result file post mergeVicențiu Ciorbaru2017-12-291-0/+10
| * | | | MDEV-13683: crash in Item_window_func::update_used_tablesVicențiu Ciorbaru2017-12-282-7/+16
| * | | | Update main.innodb test result post-mergeVicențiu Ciorbaru2017-12-281-6/+6
| * | | | Update Connector/CVicențiu Ciorbaru2017-12-281-0/+0
| * | | | Merge remote-tracking branch 'origin/10.1' into bb-10.2-vicentiuVicențiu Ciorbaru2017-12-2821-80/+1504
| |\ \ \ \ | | |/ / /
| | * | | MDEV-14272 Mariadb crashes with signal 11 when using federatedx engine and ga...Sergei Golubchik2017-12-283-2/+41
| | * | | Merge remote-tracking branch '10.0' into 10.1Vicențiu Ciorbaru2017-12-273-15/+161
| | |\ \ \ | | | |/ /
| | | * | MDEV-13626 Merge InnoDB test cases from MySQL 5.7Sergey Vojtovich2017-12-222-0/+150
| | | * | Follow up to MDEV-12366: FLUSH privileges can break hierarchy of rolesVicențiu Ciorbaru2017-12-211-15/+11
| | * | | MDEV-14026 ALTER TABLE ... DELAY_KEY_WRITE=1 creates table copy for partition...Sergei Golubchik2017-12-254-13/+57
| | * | | cleanup: ha_partition::update_create_infoSergei Golubchik2017-12-251-27/+8
| | * | | cleanup: ha_myisam::data_file_name and index_file_nameSergei Golubchik2017-12-251-22/+25
| | * | | MDEV-10715 Galera: Replicate MariaDB GTID to other nodes in the clusterSachin Setiya2017-12-2513-3/+1253
| | * | | bump the VERSIONDaniel Bartholomew2017-12-221-1/+1
| * | | | Removed curr_bitmap_pos++ from possible macroMonty2017-12-281-1/+2
| * | | | Fixed the bug MDEV-14755 Crash when executing prepared statementIgor Babaev2017-12-273-3/+182
| * | | | MDEV-14249 Wrong character set info of Query_log_event and the query in Query...Alexander Barkov2017-12-274-3/+72
| * | | | Appveyor: apply feedback from wlad, timeout=4Daniel Black2017-12-251-2/+2
| * | | | MDEV-12386: Use AppVeyor for public Windows CIDaniel Black2017-12-251-0/+17
| * | | | MDEV-9869 INSTALL SONAME 'ha_connect'Sergei Golubchik2017-12-254-11/+24
| * | | | debian: don't be smart about skipping pluginsSergei Golubchik2017-12-251-13/+4