summaryrefslogtreecommitdiff
path: root/sql
Commit message (Expand)AuthorAgeFilesLines
* MDEV-16101: ADD PARTITION on table partitioned by list does not work with mor...bb-10.3-MDEV-16101Jacob Mathew2018-05-141-1/+3
* Moving a few static functions in sql_lex.cc to new methods in Lex_input_streamAlexander Barkov2018-05-094-284/+302
* Fixing tabs to spaces in sql_lex.cc and sql_lex.h (and coding style slightly)Alexander Barkov2018-05-082-184/+184
* Remove a "register" keyword from C++ codeMarko Mäkelä2018-05-081-1/+1
* sp_cache_package_routine: fix compile warningDaniel Black2018-05-071-1/+1
* MDEV-13134 Introduce ALTER TABLE attributes ALGORITHM=NOCOPY and ALGORITHM=IN...Thirunarayanan Balathandayuthapani2018-05-079-92/+255
* Change read_to_buffer to use ulong instead of uintMichael Widenius2018-05-073-60/+54
* Remove mem_alloc_error()Michael Widenius2018-05-078-169/+67
* Add checking of correct likely/unlikelyMichael Widenius2018-05-072-1/+2
* Add likely/unlikely to speed up executionMonty2018-05-07117-4438/+4872
* MDEV-16057: Using optimization Splitting with Group BY we see an unnecessary ...Varun Gupta2018-05-061-1/+8
* Fix for MDEV-15812 Assert in SEQUENCE when forcing STATEMEMT formatMonty2018-05-061-1/+2
* MDEV-16095 Oracle-style placeholder inside GROUP BY..WITH ROLLUP breaks repli...Alexander Barkov2018-05-063-11/+14
* MDEV-15106 Unexpected ER_WRONG_INSERT_INTO_SEQUENCE upon INSERT with multiple...Monty2018-05-031-11/+11
* Fix many -Wunused-parameterMarko Mäkelä2018-05-015-14/+14
* MDEV-15938 - TINYTEXT CHARACTER SET utf8 COMPRESSED truncates dataSergey Vojtovich2018-04-302-34/+43
* MDEV-12645 - mysql_install_db: no install test db optionSergey Vojtovich2018-04-302-2/+2
* Added version of lex_string_eq that compares with const char *Monty2018-04-307-25/+31
* Fix some -Wsign-conversionMarko Mäkelä2018-04-294-10/+13
* MDEV-11084 Select statement with partition selection against MyISAMAlexey Botchkov2018-04-281-8/+15
* Cleanup for MDEV-16020 (fixing compilation failure on Windows)Alexander Barkov2018-04-281-1/+1
* MDEV-16020 SP variables inside GROUP BY..WITH ROLLUP break replicationAlexander Barkov2018-04-279-2390/+2672
* MDEV-16038 Assertion `map->n_bits > 0' failed (my_bitmap.c:386: bitmap_is_cle...Igor Babaev2018-04-262-0/+8
* MDEV-15915 Add Feature_json status variable.Alexey Botchkov2018-04-263-0/+28
* Removed some old #if MYSQL_VERSIONMonty2018-04-264-34/+0
* Fix a lot of compiler warnings found by -WunusedMonty2018-04-266-13/+6
* MDEV-15732: Assertion `next_free_value % real_increment == offset && next_fre...Oleksandr Byelkin2018-04-261-2/+1
* MDEV-11975: SQLCOM_PREPARE of EXPLAIN & ANALYZE statement do not return corre...Oleksandr Byelkin2018-04-253-10/+45
* MDEV-13695: INTERSECT precedence is not in line with Oracle even in SQL_MODE=...Oleksandr Byelkin2018-04-251-1/+2
* Merge 10.2 into 10.3Marko Mäkelä2018-04-251-0/+2
|\
| * Changed the test case for MDEV-15571Igor Babaev2018-04-241-0/+2
* | Merge 10.2 into 10.3Marko Mäkelä2018-04-2446-142/+287
|\ \ | |/
| * register keyword c++17 warningEugene Kosov2018-04-2410-18/+18
| * Remove most 'register' use in C++Marko Mäkelä2018-04-2421-67/+64
| * Merge 10.1 into 10.2Marko Mäkelä2018-04-2423-58/+206
| |\
| | * Merge 10.0 into 10.1Marko Mäkelä2018-04-2424-57/+205
| | |\
| | | * MDEV-10824 - Crash in CREATE OR REPLACE TABLE t1 AS SELECT spfunc()Sergei Golubchik2018-04-211-1/+2
| | | * Merge branch '5.5' into 10.0Sergei Golubchik2018-04-2021-41/+175
| | | |\
| | | | * Merge branch 'mysql/5.5' into 5.5Sergei Golubchik2018-04-1916-26/+179
| | | | |\
| | | | | * BUG#27216817: INNODB: FAILING ASSERTION:mysql-5.5.60Nisha Gopalakrishnan2018-02-267-20/+43
| | | | | * BUG#24365972 BINLOG DECODING ISN'T RESILIENT TO CORRUPT BINLOG FILESJoao Gramacho2018-02-023-8/+136
| | | | | * BUG#27160888: MISSING FILE PRIVILEDGE CHECKS ON SOMEKarthik Kamath2018-01-111-1/+13
| | | | | * BUG#26881798: SERVER EXITS WHEN PRIMARY KEY IN MYSQL.PROCKarthik Kamath2017-12-056-9/+36
| | | | | * Bug#26585560 - MYSQL DAEMON SHOULD CREATE ITS PID FILE ASShishir Jaiswal2017-12-022-2/+36
| | | | * | MDEV-14515 ifnull result depends on number of rows in joined tableIgor Babaev2018-04-161-0/+1
| | | | * | MDEV-14185 CREATE TEMPORARY TABLE AS SELECT causes error 1290 with read_only ...Alexey Botchkov2018-04-081-1/+1
| | | | * | MDEV-14185 CREATE TEMPORARY TABLE AS SELECT causes error 1290 with read_only ...Alexey Botchkov2018-04-071-1/+2
| | | | * | MDEV-15624 Changing the default character set to utf8mb4 changes query evalua...Alexander Barkov2018-04-042-0/+3
| | | * | | MDEV-15456 Server crashes upon adding or dropping a partition in ALTER under ...Sergei Golubchik2018-04-208-15/+30
| | | * | | ASAN error in main.statistics_index_crash-7362Sergei Golubchik2018-04-171-1/+1