summaryrefslogtreecommitdiff
path: root/sql
Commit message (Expand)AuthorAgeFilesLines
* Merge remote-tracking branch 'origin/5.5' into 10.0Vicențiu Ciorbaru2017-05-179-15/+139
|\
| * 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
* | MDEV-9998 Fix issues caught by Clang's -Wpointer-bool-conversion warningSergei Golubchik2017-05-155-16/+6
* | MDEV-12761 Error return from external_lock make the server crashSergei Golubchik2017-05-152-1/+4
* | MDEV-12420 max_recursive_iterations did not prevent a stack-overflow and segf...Sergei Golubchik2017-05-157-35/+18
* | WIP: global readonly variable pcre_frame_sizeDaniel Black2017-05-155-1/+28
* | MDEV-12420: add full list of pcre error messagesDaniel Black2017-05-151-0/+62
* | MDEV-12420: PCRE stack overflowDaniel Black2017-05-152-3/+7
* | Merge branch '5.5' into 10.0Sergei Golubchik2017-05-081-5/+7
|\ \ | |/
| * Fixed the bug mdev-12673.Igor Babaev2017-05-041-5/+7
* | restore dependencies, removed in f2dc04abeaSergei Golubchik2017-05-031-1/+3
* | Merge branch '5.5' into bb-10.0-merge-5.5bb-10.0-merge-5.5Oleksandr Byelkin2017-04-251-6/+15
|\ \ | |/
| * Fixed the bug mdev-10693.Igor Babaev2017-04-241-6/+15
* | MDEV-12495 Conditional jump depends on uninitialised value for: SELECT NULL U...Alexander Barkov2017-04-221-1/+4
* | Fixed bug mdev-10053.Igor Babaev2017-04-211-0/+7
* | Merge branch '5.5' into 10.0Sergei Golubchik2017-04-2110-55/+81
|\ \ | |/
| * 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-11201: gtid_ignore_duplicates incorrectly ignores statements when GTID r...Kristian Nielsen2017-04-102-2/+4
* | | MDEV-8642: WHERE Clause not applied on View - Empty result set returnedOleksandr Byelkin2017-04-051-13/+0
* | | Compiling, Windows . Avoid unnecessary rebuilds with MSVC.Vladislav Vaintroub2017-04-031-22/+61
* | | Merge branch '5.5' into 10.0Sergei Golubchik2017-03-213-2/+7
|\ \ \ | |/ /
| * | 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
* | | Wait for slave threads to start during startupMonty2017-03-162-16/+35
* | | Removed wrong assertMonty2017-03-161-4/+3
* | | MDEV-12261 build failure without P_SSergei Golubchik2017-03-153-5/+5
* | | Make ELOOP be considered a File Not Found error when it comes from handlertonVicențiu Ciorbaru2017-03-141-0/+1
* | | Use %pure-parser instead of the deprecated %pure_parser.Marko Mäkelä2017-03-091-1/+1
* | | Remove unused variables.Marko Mäkelä2017-03-091-1/+0
* | | Merge 5.5 into 10.0Marko Mäkelä2017-03-084-18/+33
|\ \ \ | |/ /
| * | 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
* | | Merge branch 'bb-10.0-vicentiu' into 10.0mariadb-10.0.30Vicențiu Ciorbaru2017-03-0614-97/+112
|\ \ \
| * | | Add missing DBUG_RETURNVicențiu Ciorbaru2017-03-031-1/+1