summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* typo fixed: s/MSYQL/MYSQL/Sergei Golubchik2016-12-035-17/+17
* MDEV-11171 Assertion `m_cpp_buf <= ptr && ptr <= m_cpp_buf + m_buf_length' fa...Alexander Barkov2016-11-283-1/+20
* Restore MY_WME flag for my_pread in read_ddl_log_entry, fix errors in buildbotVladislav Vaintroub2016-11-141-1/+1
* Fixed bug mdev-11161.Igor Babaev2016-11-113-0/+139
* MDEV-11248 Fix passing offset parameter to my_file_pread in read_ddl_log_file...Vladislav Vaintroub2016-11-101-2/+2
* MDEV-11214 Windows : MSI installation fails, if run by a service user (e.g L...Vladislav Vaintroub2016-11-031-1/+16
* MDEV-11157 Windows - Upgrade installer to use HeidiSQL 9.4Vladislav Vaintroub2016-10-272-4/+12
* VS2015 build fixesVladislav Vaintroub2016-10-272-1/+2
* MDEV-9409 Windows - workaround VS2015 CRT bug that makesVladislav Vaintroub2016-10-272-6/+28
* bump the VERSIONDaniel Bartholomew2016-10-171-1/+1
* MDEV-11069 main.information_schema test fails if hostname includes 'user'Elena Stepanova2016-10-172-8/+8
* compilation warning after xtradb mergemariadb-5.5.53Sergei Golubchik2016-10-141-1/+1
* mysqldump: comments and identifiers with new linesSergei Golubchik2016-10-143-17/+207
* mysqltest: don't eat new lines in --execSergei Golubchik2016-10-145-19/+15
* mysql cli: fix USE command quotingSergei Golubchik2016-10-133-26/+46
* Merge branch 'merge-xtradb-5.5' into 5.5Sergei Golubchik2016-10-1311-50/+179
|\
| * 5.5.52-38.3Sergei Golubchik2016-10-1311-46/+179
* | Merge branch 'mysql/5.5' into 5.5Sergei Golubchik2016-10-1311-122/+274
|\ \
| * | Bug #24740291: YASSL UPDATE TO 2.4.2mysql-5.5.53Robert Golebiowski2016-09-2811-122/+274
| * | Bug#24707666: DEFAULT SETTING FOR SECURE-FILE-PRIV SHOULD BEArun Kuruvila2016-09-2829-37/+786
| * | Merge branch 'mysql-5.5.52-release' into mysql-5.5.53-releaseNawaz Nazeer Ahamed2016-09-2614-78/+258
| |\ \
| * | | Raise version number after cloning 5.5.52Balasubramanian Kandasamy2016-08-081-1/+1
* | | | mysqld_safe: close stdout and stderrSergei Golubchik2016-09-292-2/+6
* | | | Feedback plugin : add support for Windows 10 / Server 2016.Vladislav Vaintroub2016-09-281-2/+11
* | | | MDEV-10907 MTR and server writes can interleave in the error logVladislav Vaintroub2016-09-273-8/+56
* | | | 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