summaryrefslogtreecommitdiff
path: root/sql
Commit message (Expand)AuthorAgeFilesLines
* MDEV-11958: LEFT JOIN with stored routine produces incorrect resultOleksandr Byelkin2017-05-231-4/+25
* MDEV-11092 Assertion `!writer.checksum_len || writer.remains == 0' failedSachin Setiya2017-05-181-0/+7
* Fixed the bug mdev-12812.Igor Babaev2017-05-171-0/+10
* Fixed the bug mdev-12817/mdev-12820.Igor Babaev2017-05-171-1/+20
* Fixed the bug mdev-7791.Igor Babaev2017-05-161-5/+13
* MDEV-12799 Buffer overflowSergei Golubchik2017-05-151-3/+3
* Fixed the bug mdev-7599.Igor Babaev2017-05-155-0/+37
* Fixed the bugs mdev-12670 and mdev-12675.Igor Babaev2017-05-093-7/+86
* Fixed the bug mdev-12673.Igor Babaev2017-05-041-5/+7
* Fixed the bug mdev-10693.Igor Babaev2017-04-241-6/+15
* MDEV-12230 include/my_sys.h:600:43: error: unknown type name ‘PSI_file_keyâ...Sergei Golubchik2017-04-202-3/+3
* compiler warningSergei Golubchik2017-04-201-1/+1
* Merge remote-tracking branch 'mysql/5.5' into 5.5mariadb-5.5.55Sergei Golubchik2017-04-118-54/+80
|\
| * Bug#25514146: DB_NAME IS IGNORED WHEN CREATING TABLE WITH DATA DIRECTORYDyre Tjeldvoll2017-02-231-3/+3
| * Bug#23195404 EXCESSIVE MEMORY CAN BE USED BY THE QUOTE()Ajo Robert2017-02-231-1/+12
| * WL#10287 - Backport WL#7195 to MySQL - 5.5Thayumanavar S2017-01-301-1/+2
| * Bug #24595937: INCORRECT BEHAVIOR WHEN LOADING DATA TO VIEWSreeharsha Ramanavarapu2016-12-131-0/+18
| * Bug #25111907: XML TEST FAILS WITH UNDEFINED BEHAVIORGeorgi Kodinov2016-12-051-3/+3
| * (no commit message)Arun Kuruvila2016-11-284-26/+618
| * Bug#25092566: CREATE TABLE WITH DATA DIRECTORY CLAUSE DOES NOT REQUIRE SPECIALDyre Tjeldvoll2016-11-243-3/+55
| * BUG#24437124: POSSIBLE BUFFER OVERFLOW ON CREATE TABLEKarthik Kamath2016-11-101-0/+15
* | Fixed the bug mdev-12429 and its duplicates mdev-12145 and mdev-9886.Igor Babaev2017-04-041-1/+1
* | MDEV-12126 Correct German error message.Vladislav Vaintroub2017-03-171-1/+1
* | MDEV-6486: Assertion `!table || (!table->read_set || bitmap_is_set(table->rea...Varun Gupta2017-03-141-0/+5
* | Use correct function name in DEBUG_ENTERSergei Petrunia2017-03-091-1/+1
* | MDEV-12206 Query_cache::send_result_to_client() may corrupt THD::query_plan_f...Marko Mäkelä2017-03-081-14/+13
* | MDEV-11078: NULL NOT IN (non-empty subquery) should never return resultsVarun Gupta2017-03-052-0/+15
* | MDEV-9635: Server crashes in part_of_refkey or assertion `!created && key_to...Oleksandr Byelkin2017-02-281-1/+1
* | Fixed bug mdev-12099.Igor Babaev2017-02-271-0/+3
* | MDEV-5999 MySQL Bug#12766319 - 61865: RENAME USER DOES NOT WORK CORRECTLY - R...Sergei Golubchik2017-02-271-2/+2
* | Fix for bug#11759114 - '51401: GRANT TREATS NONEXISTENTDmitry Lenev2017-02-272-13/+11
* | bugfix: remove my_delete_with_symlink()Sergei Golubchik2017-02-272-6/+4
* | race-condition safe implementation of test_if_data_home_dir()Sergei Golubchik2017-02-273-15/+34
* | compilation failureSergei Golubchik2017-02-271-1/+1
* | MDEV-11902 mi_open race conditionSergei Golubchik2017-02-271-0/+1
* | cleanup: mysys_test_invalid_symlinkSergei Golubchik2017-02-271-1/+1
* | cleanup: fn_format, remove dead codeSergei Golubchik2017-02-271-2/+1
* | bugfix: DEBUG_SYNC() invoked with no THDSergei Golubchik2017-02-271-0/+2
* | MDEV-11525 Assertion `cp + len <= buff + buff_size' failed in JOIN_CACHE::wri...Sergei Golubchik2017-02-271-0/+5
* | Fixed bug mdev-7992.Igor Babaev2017-02-241-39/+34
* | MDEV-10418 Assertion `m_extra_cache' failed inAlexey Botchkov2017-02-221-0/+1
* | MDEV-9455: [ERROR] mysqld got signal 11Oleksandr Byelkin2017-02-201-2/+9
* | Fixed bug mdev-9028.Igor Babaev2017-02-161-1/+3
* | minor typo in a description of mysql_parse()Alexander Kuleshov2017-02-161-1/+1
* | Fixed bug mdev-11859.Igor Babaev2017-01-231-1/+1
* | Fixed bug mdev-8603.Igor Babaev2017-01-181-7/+7
* | bugfix: Item_func_min_max stored thd internallySergei Golubchik2017-01-152-6/+2
* | bugfix: cmp_item_row::alloc_comparators() allocated on the wrong arenaSergei Golubchik2017-01-154-27/+4
* | MDEV-9690 concurrent queries with virtual columns crash in temporal codeSergei Golubchik2017-01-152-18/+16
* | MDEV-11527 Virtual columns do not get along well with NO_ZERO_DATESergei Golubchik2017-01-121-1/+1