summaryrefslogtreecommitdiff
path: root/sql
Commit message (Expand)AuthorAgeFilesLines
* typo fixed: s/MSYQL/MYSQL/Sergei Golubchik2016-12-031-7/+7
* MDEV-11171 Assertion `m_cpp_buf <= ptr && ptr <= m_cpp_buf + m_buf_length' fa...Alexander Barkov2016-11-281-1/+1
* 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-111-0/+2
* MDEV-11248 Fix passing offset parameter to my_file_pread in read_ddl_log_file...Vladislav Vaintroub2016-11-101-2/+2
* MDEV-9409 Windows - workaround VS2015 CRT bug that makesVladislav Vaintroub2016-10-271-0/+6
* MDEV-10441 Document the server_audit_loc_info variableSergei Golubchik2016-09-261-84/+67
* 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-261-3/+3
* fix BIGINT+MEDIUMINT type aggregationmariadb-5.5.52Sergei Golubchik2016-09-121-1/+1
* don't use my_copystat in the serverSergei Golubchik2016-09-121-0/+1
* missing element in prelocked_mode_name[] arraySergei Golubchik2016-09-122-1/+4
* Merge branch 'mysql/5.5' into 5.5Sergei Golubchik2016-09-113-7/+5
|\
| * Bug#24388753: PRIVILEGE ESCALATION USING MYSQLD_SAFESivert Sorumgard2016-08-254-11/+131
| * 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
| * 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-221-4/+1
| * Bug#23280059: ITEM_ROW::ILLEGAL_METHOD_CALL(CONST CHAR*):Chaithra Gopalareddy2016-07-191-1/+3
* | MDEV-8833 Crash of server on prepared statement with conversion to semi-joinOleksandr Byelkin2016-09-021-2/+21
* | DEV-10595 MariaDB daemon leaks memory with specific queryMonty2016-08-252-6/+28
* | MDEV-10424 - Assertion `ticket == __null' failed in MDL_request::set_typeSergey Vojtovich2016-08-171-1/+13
* | MDEV-10465 general_log_file can be abusedSergei Golubchik2016-08-091-0/+4
* | MDEV-10465 general_log_file can be abusedSergei Golubchik2016-08-081-7/+7
* | MDEV-9304: MariaDB crash with specific queryVicențiu Ciorbaru2016-08-081-0/+6
* | MDEV-10468 Assertion `nr >= 0.0' failed in Item_sum_std::val_real()Alexander Barkov2016-08-081-0/+2
* | MDEV-10500 CASE/IF Statement returns multiple values and shifts further resul...Alexander Barkov2016-08-081-1/+1
* | Merge branch 'bb-5.5-serg' into 5.5Sergei Golubchik2016-08-044-34/+74
|\ \
| * | MDEV-10465 general_log_file can be abusedSergei Golubchik2016-08-031-0/+7
| * | trivial cleanupSergei Golubchik2016-08-031-4/+6
| * | MDEV-6581 Writing to TEMPORARY TABLE not possible in read-onlySergei Golubchik2016-08-031-1/+2
| * | Merge branch 'mysql/5.5' into 5.5Sergei Golubchik2016-08-032-29/+59
| |\ \ | | |/
| | * BUG#23080148 - BACKPORT BUG 14653594 AND BUG 20683959 TOThayumanavar S2016-06-201-28/+49
| | * Bug #23279858: MYSQLD GOT SIGNAL 11 ON SIMPLE SELECTSreeharsha Ramanavarapu2016-05-241-2/+7
| | * BUG#21142859: FUNCTION UPDATING A VIEW FAILS TO FIND TABLEKarthik Kamath2016-05-181-1/+10
| | * Bug#23251517: SEMISYNC REPLICATION HANGINGSujatha Sivakumar2016-05-135-101/+21
| | * Bug#12818255: READ-ONLY OPTION DOES NOT ALLOWSujatha Sivakumar2016-05-044-8/+7
* | | MDEV-10365 - Race condition in error handling of INSERT DELAYEDSergey Vojtovich2016-08-041-1/+1
|/ /
* | MDEV-10010 - potential deadlock on windows due to recursiveVladislav Vaintroub2016-08-033-65/+82
* | MDEV-10467 Assertion `nr >= 0.0' failed in Item_sum_std::val_real()Alexander Barkov2016-08-031-0/+3
* | MDEV-10383 Named pipes : multiple servers can listen on the same pipenameVladislav Vaintroub2016-08-021-20/+11
* | MDEV-10419: crash in mariadb 10.1.16-MariaDB-1~trustyOleksandr Byelkin2016-07-302-5/+8
* | MDEV-10228: Delete missing rows with OR conditionsSergei Petrunia2016-07-271-0/+2
* | MDEV-10050: Crash in subselectOleksandr Byelkin2016-06-242-42/+50
* | MDEV-10043 - main.events_restart fails sporadically in buildbot (crashes uponSergey Vojtovich2016-06-201-26/+7
* | MDEV-8328 Evaluation of two "!" operators depends on space in beetweenSergei Golubchik2016-06-143-56/+53
* | Merge branch 'mysql/5.5' into 5.5Sergei Golubchik2016-06-1410-43/+104
|\ \