summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Merge branch '10.0' into 10.1Sergei Golubchik2016-03-21142-286/+383
|\
| * MDEV-9527 build FAILs with GCC 5.1 with release supported "-std=c+11"Sergei Golubchik2016-03-219-50/+50
| * Merge branch '5.5' into 10.0Sergei Golubchik2016-03-216-15/+43
| |\
| | * MDEV-9527 build FAILs with GCC 5.1 with release supported "-std=c+11"Sergei Golubchik2016-03-181-1/+1
| | * MDEV-9733 Server crashes in lf_pinbox_real_free on replication slavesSergei Golubchik2016-03-171-1/+8
| | * MDEV-9568 mysqlcheck crashes with nonexistent table nameSergei Golubchik2016-03-171-1/+0
| | * MDEV-4070 sys_vars.secure_file_priv fails sporadically if it's executed with ...Elena Stepanova2016-02-261-9/+31
| | * MDEV-9299 Test main.events_2 incompatible with Debian reproducibility testing...Sergei Golubchik2016-02-172-3/+3
| * | MDEV-9679 main.delayed fails sporadicallySergei Golubchik2016-03-212-3/+3
| * | ASAN error in OQGraph engineSergei Golubchik2016-03-211-0/+4
| * | ASAN error in CONNECT engineSergei Golubchik2016-03-211-2/+8
| * | update tests and resultsSergei Golubchik2016-03-212-0/+6
| * | typo in a commentSergei Golubchik2016-03-211-1/+1
| * | fix extension_based_table_discovery for partitioned tablesSergei Golubchik2016-03-213-1/+14
| * | MDEV-9698 Buffer overflow in extension_based_table_discovery()Sergei Golubchik2016-03-211-1/+2
| * | Use /bin/shBernard Spil2016-03-211-2/+2
| * | MDEV-9560 Mariadb 10.1 Crashes when replicating from 10.0Sergei Golubchik2016-03-212-4/+7
| * | Extra space in the result fileElena Stepanova2016-03-181-1/+1
| * | Merge pull request #164 from iangilfillan/10.0Sergey Vojtovich2016-03-162-7/+7
| |\ \
| | * | Update sponsorsiangilfillan2016-03-152-7/+7
| |/ /
| * | MDEV-9713 Sporadic test failure: sys_vars.innodb_buffer_pool_load_now_basicElena Stepanova2016-03-121-1/+13
| * | MDEV-9667: Server hangs after select count(distinct name) from t2 where a=836...Jan Lindström2016-03-114-15/+48
| * | Fixed false errors returned by logrotate scriptSergey Vojtovich2016-03-101-12/+5
| * | Merge pull request #162 from iangilfillan/10.0Sergey Vojtovich2016-03-0911-18/+18
| |\ \
| | * | Update AskMonty and Atlassian references to MariaDBiangilfillan2016-03-0811-18/+18
| |/ /
| * | Merge pull request #159 from ottok/ok-debpkg-10.0Sergey Vojtovich2016-03-07126-200/+200
| |\ \
| | * | Fix spelling: occurred, execute, which etcOtto Kekäläinen2016-03-04126-200/+200
| |/ /
| * | MDEV-9595: Shutdown takes forever with many replication channelsKristian Nielsen2016-03-031-0/+1
| * | Merge pull request #158 from ottok/ok-debpkg-10.0Sergey Vojtovich2016-03-012-4/+8
| |\ \
| | * | MDEV-9643: Don't emit any "deb-systemd-helper not found" warningsOtto Kekäläinen2016-02-292-4/+8
| |/ /
| * | MDEV-7907 tokudb.cluster_filter_unpack_varchar_hidden fails sporadically in b...Elena Stepanova2016-02-262-4/+4
* | | rpm: prefer the conditional %{?...} syntaxSergei Golubchik2016-03-211-1/+1
* | | rpm: ignore /usr/lib/systemd and /usr/lib/systemd/systemSergei Golubchik2016-03-211-2/+4
* | | MDEV-9660 yum/rpm update from 10.0 to 10.1 replaces/obsoletes ?Sergei Golubchik2016-03-211-0/+1
* | | MDEV-9629 Disappearing PRI from Key column after creating a triggerSergei Golubchik2016-03-193-0/+27
* | | don't do anything for AWS plugin unless it's enabledSergei Golubchik2016-03-191-4/+7
* | | MDEV-9739 Assertion `m_status == DA_ERROR || m_status == DA_OK' failed in Dia...Sergei Golubchik2016-03-193-0/+24
* | | main.mysqld--help failure with cracklib pluginSergei Golubchik2016-03-181-1/+1
* | | update plugins' maturity levelsSergei Golubchik2016-03-1821-89/+89
* | | MDEV-9422: Checksum errors on restart when killing busy instance that uses en...Jan Lindström2016-03-182-11/+29
* | | MDEV-9701: CREATE VIEW with GROUP BY or ORDER BY and constant produces invali...Oleksandr Byelkin2016-03-185-21/+64
* | | MDEV-9653 Assertion `length || !scale' failed in uint my_decimal_length_to_pr...Alexander Barkov2016-03-188-113/+161
* | | Fixed plugins.cracklib_password_check failureSergey Vojtovich2016-03-182-4/+4
* | | fix that mysqld aborts on exit if an open handlersocket connection remainsAkira Higuchi2016-03-181-1/+1
* | | fix a memory leak in handlersocketAkira Higuchi2016-03-181-0/+1
* | | MDEV-9640: Add used key_id to INFORMATION_SCHEMA.INNODB_TABLESPACES_ENCRYPTIONJan Lindström2016-03-1812-16/+88
* | | MDEV-9587 - Debian packaging for GSSAPI pluginSergey Vojtovich2016-03-183-0/+15
* | | MDEV-9422: Checksum errors on restart when killing busy instance that uses en...Jan Lindström2016-03-1814-67/+237
* | | mtr complains about klist is not found, if Kerberos is not installed on machinesVladislav Vaintroub2016-03-171-1/+1
* | | MDEV-9656 Assertion `0' failed in Item_sum_field::get_tmp_table_field().Alexander Barkov2016-03-163-1/+17