summaryrefslogtreecommitdiff
path: root/sql
Commit message (Expand)AuthorAgeFilesLines
* MDEV-10332 support for OpenSSL 1.1 and LibreSSLSergei Golubchik2017-05-092-43/+25
* MDEV-10332 support for OpenSSL 1.1 and LibreSSLGeorg Richter2017-05-092-1/+26
* MDEV-12019 FLASHBACK: Server crashes in bitmap_bits_set / pack_row / ...Sachin Setiya2017-05-091-0/+2
* Merge branch '10.1' into 10.2Sergei Golubchik2017-05-0915-102/+155
|\
| * 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-12290 Wrong timestamps in binary log causes replication issuesSachin Setiya2017-05-091-0/+2
* | | | | MDEV-12580 Wrong query result in join when using an index (Version > "10.2.3")Sergei Golubchik2017-05-081-3/+4
* | | | | MDEV-12669 Circular foreign keys cause a loop and OOM upon LOCK TABLESergei Golubchik2017-05-081-2/+3
* | | | | MDEV-10541: Faking the version string only works with MariaDB-ClientsVicențiu Ciorbaru2017-05-063-1/+10
* | | | | Merge 10.1 into 10.2Marko Mäkelä2017-05-068-54/+63
|\ \ \ \ \ | |/ / / /
| * | | | 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
* | | | | MDEV-12696 Crash with LOAD XML and non-updatable VIEW columnAlexander Barkov2017-05-054-45/+56
* | | | | MDEV-12597 Do not print warning about inconsistent slow-log variablesVladislav Vaintroub2017-05-041-8/+0
* | | | | Fixed the bug mdev-11990.Igor Babaev2017-05-034-31/+39
* | | | | MDEV-12462 SPATIAL index fails to work with CONTAINS.Alexey Botchkov2017-05-021-2/+2
* | | | | MDEV-12363 Assertion `0' failed in Type_handler_string_result::make_sort_key(...Alexey Botchkov2017-05-021-0/+12
* | | | | MDEV-12364 Server crashes in __memcpy_sse2_unaligned / String::copy onAlexey Botchkov2017-05-021-1/+1
* | | | | MDEV-10355 Weird error message upon CREATE TABLE with DEFAULTSergei Golubchik2017-04-302-23/+18
* | | | | MDEV-12293 Assertion `table->no_keyread || !table->covering_keys.is_set(tab->...Sergei Golubchik2017-04-301-3/+2
* | | | | Fixed the bug mdev-12563.Igor Babaev2017-04-284-6/+95
* | | | | Merge 10.1 into 10.2Marko Mäkelä2017-04-286-4/+43
|\ \ \ \ \ | |/ / / /
| * | | | 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