summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Merge branch '5.5' into 10.0Sergei Golubchik2016-09-2739-453/+324
|\
| * MDEV-10441 Document the server_audit_loc_info variableSergei Golubchik2016-09-264-93/+69
| * Windows , mtr : allow cdb to print core dumps also if --parallel > 1Vladislav Vaintroub2016-09-261-5/+1
| * report correct write error on log writesSergei Golubchik2016-09-261-1/+1
| * MDEV-10725 Server 10.1.17 fails to build using clang with c++11Sergei Golubchik2016-09-262-5/+4
| * Fix free() after my_malloc() (should be my_free()).Kristian Nielsen2016-09-241-1/+1
| * bump the VERSIONDaniel Bartholomew2016-09-131-1/+1
| * fix BIGINT+MEDIUMINT type aggregationmariadb-5.5.52Sergei Golubchik2016-09-123-1/+28
| * don't use my_copystat in the serverSergei Golubchik2016-09-124-5/+8
| * missing element in prelocked_mode_name[] arraySergei Golubchik2016-09-122-1/+4
| * potential signedness issueSergei Golubchik2016-09-124-11/+19
| * Merge branch 'mysql/5.5' into 5.5Sergei Golubchik2016-09-118-288/+25
| |\
| | * Bug#24464380 PRIVILEGE ESCALATION USING MYSQLD_SAFEmysql-5.5.52Terje Rosten2016-08-261-2/+2
| | * Bug#24388753: PRIVILEGE ESCALATION USING MYSQLD_SAFESivert Sorumgard2016-08-254-11/+131
| | * Bug#24388746: PRIVILEGE ESCALATION AND RACE CONDITION USING CREATE TABLEJon Olav Hauglid2016-08-256-32/+77
| | * Bug#24464380 PRIVILEGE ESCALATION USING MYSQLD_SAFETerje Rosten2016-08-254-35/+50
| | * Bug#23540182:MYSQLBINLOG DOES NOT FREE THE EXISTING CONNECTION BEFORE OPENING...Neha Kumari2016-08-051-1/+7
| | * Bug #19984392 : MEDIUMINT: STACK BUFFER OVERFLOW IN PROTOCOL_TEXT::STORE_LONGKailasnath Nagarkar2016-08-041-1/+1
| | * Bug #19984392 : MEDIUMINT: STACK BUFFER OVERFLOW IN PROTOCOL_TEXT::STORE_LONGKailasnath Nagarkar2016-08-031-2/+2
| | * Bug #24380263: INCORRECT BEHAVIOR WITH PARAMETER ANDSreeharsha Ramanavarapu2016-08-031-0/+1
| | * Merge branch 'mysql-5.5.51-release' into mysql-5.5Nawaz Nazeer Ahamed2016-07-290-0/+0
| | |\
| | * | BUG#23509275 :DBUG_PRINT in THD::decide_logging_format prints incorrectly, ac...Neha Kumari2016-07-252-10/+33
| | * | BUG#23703568 - IS CLIENT LIBRARY SUPPOSED TO RETRY EINTR INDEFINITELY OR NOTThayumanavar S2016-07-251-5/+6
| | * | Bug #23295288: HANDLE_FATAL_SIGNAL (SIG=11) INArun Kuruvila2016-07-221-1/+6
| | * | Bug #23280699: MYSQLD GOT SIGNAL 11 IN IS_NULL ON SELECTSreeharsha Ramanavarapu2016-07-223-14/+16
| | * | Bug#23280059: ITEM_ROW::ILLEGAL_METHOD_CALL(CONST CHAR*):Chaithra Gopalareddy2016-07-191-1/+3
| | * | Bug#23736787 - YUM UPDATE FAIL FROM 5.5.51(COMUNITY/COMMERCIAL) TO 5.6.32(COM...Balasubramanian Kandasamy2016-07-051-2/+3
| | * | Bug #23296299 : HANDLE_FATAL_SIGNAL (SIG=11) INKailasnath Nagarkar2016-07-013-13/+13
| | * | Bug#14111584 PB2: PERFSCHEMA.AGGREGATE FAILS ON PB2 SPORADICALLYChristopher Powers2016-06-302-276/+0
| | * | Raise version number after cloning 5.5.51Balasubramanian Kandasamy2016-06-271-1/+1
| * | | MDEV-8833 Crash of server on prepared statement with conversion to semi-joinOleksandr Byelkin2016-09-023-4/+81
| * | | DEV-10595 MariaDB daemon leaks memory with specific queryMonty2016-08-254-6/+57
| * | | Windows packaging : use /d switch to sign MSI, to prevent installer showing r...Vladislav Vaintroub2016-08-191-0/+1
| * | | MDEV-10424 - Assertion `ticket == __null' failed in MDL_request::set_typeSergey Vojtovich2016-08-173-1/+43
| * | | Windows : fix search for WiX root directory when using 64bit cmakeVladislav Vaintroub2016-08-111-4/+7
| * | | bump the VERSIONDaniel Bartholomew2016-08-101-1/+1
* | | | MDEV-10775 System table in InnoDB format allowed in MariaDB could lead to crashSergei Golubchik2016-09-233-0/+21
* | | | MDEV-10315 - Online ALTER TABLE may get stuck in tdc_remove_tableSergey Vojtovich2016-09-221-0/+2
* | | | Fix tokudb jemalloc linkingVicențiu Ciorbaru2016-09-201-2/+1
* | | | Update contributorsiangilfillan2016-09-193-0/+3
* | | | Fix compilation failure of TokuDB on BSD-like systemsVicențiu Ciorbaru2016-09-131-0/+6
* | | | Debian bug#837369 - test failures on hppaKristian Nielsen2016-09-112-3/+3
* | | | Attempt to fix strange rpm dependency issue following prior patchKristian Nielsen2016-09-101-0/+3
* | | | Fix use of `require` in mysql-test-run.Kristian Nielsen2016-09-103-10/+7
* | | | MDEV-10707: Fix tokudb test rows-32m-rand-insert (#231)Daniel Black2016-09-071-0/+1
* | | | MDEV-7142: main.index_merge_innodb fails sporadically in buildbotSergei Petrunia2016-09-053-0/+7
* | | | fix conpilation on OpenBSDSergei Golubchik2016-08-291-1/+3
* | | | bump the VERSIONDaniel Bartholomew2016-08-251-1/+1
* | | | MDEV-10604 Create a list of unstable MTR tests to be disabled in distribution...mariadb-10.0.27Elena Stepanova2016-08-242-3/+274
* | | | MDEV-10341: InnoDB: Failing assertion: mutex_own(mutex) - mutex_exit_funcVicențiu Ciorbaru2016-08-232-18/+2