summaryrefslogtreecommitdiff
path: root/sql
Commit message (Expand)AuthorAgeFilesLines
* Merge 10.0 into 10.1Marko Mäkelä2017-05-2010-16/+140
|\
| * Merge remote-tracking branch 'origin/10.0' into 10.0Vicențiu Ciorbaru2017-05-1818-22/+46
| |\
| * | Change lower_case_file_system definition to feature MYSQL_PLUGIN_IMPORTVicențiu Ciorbaru2017-05-171-1/+1
| * | 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
* | | | Merge 10.0 into 10.1Marko Mäkelä2017-05-1912-28/+97
|\ \ \ \ | | |_|/ | |/| |
| * | | Silence bogus GCC 7 warnings -Wimplicit-fallthroughMarko Mäkelä2017-05-1718-22/+46
| |/ /
| * | 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
* | | Silence bogus GCC 7 warnings -Wimplicit-fallthroughMarko Mäkelä2017-05-1721-27/+53
* | | MDEV-12696 Crash with LOAD XML and non-updatable VIEW columnSergei Golubchik2017-05-091-12/+29
* | | Merge branch '10.0' into 10.1Sergei Golubchik2017-05-082-6/+10
|\ \ \ | |/ /
| * | 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
* | | Remove compile warning - "this" canot be nullDaniel Black2017-04-301-1/+1
* | | Merge branch '10.0' 10.1Sergei Golubchik2017-04-2812-62/+107
|\ \ \ | |/ /
| * | 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-9566 Server code changes in preparation for mariabackupVladislav Vaintroub2017-04-272-14/+20
* | | | MDEV-11663 Create services for functionality used by pluginsVladislav Vaintroub2017-04-273-5/+26
* | | | cleanup: don't include *.h files into SQL_SOURCESSergei Golubchik2017-04-271-14/+14
* | | | bugfix: federated/replication did not increment bytes_received status variableSergei Golubchik2017-04-273-29/+1
* | | | Merge 10.0 into 10.1Marko Mäkelä2017-04-212-2/+4
|\ \ \ \ | |/ / /
| * | | MDEV-11201: gtid_ignore_duplicates incorrectly ignores statements when GTID r...Kristian Nielsen2017-04-102-2/+4
* | | | Fix build on windowsSachin Setiya2017-04-061-1/+2
* | | | MW-313 Enforce wsrep_max_ws_rows also when binlog is enabledSachin Setiya2017-04-061-0/+4
* | | | MW-329 Fix incorrect affected rows count after replaySachin Setiya2017-04-062-1/+33