summaryrefslogtreecommitdiff
path: root/sql
Commit message (Expand)AuthorAgeFilesLines
* MDEV-4051 INET6_ATON() and INET6_NTOA()Alexander Barkov2014-05-303-8/+1037
* Moving implementation of INET_ATON() INET_NTOA() intoAlexander Barkov2014-05-308-123/+185
* typo fixed (compilation failure with libwrap)Sergei Golubchik2014-05-261-1/+1
* MDEV-6153 Trivial Lintian errors in MariaDB sources: spelling errors and wron...Sergei Golubchik2014-05-1314-18/+18
* fix a bad merge, causing a crash of fulltext.test in --ps-protocolmariadb-10.0.11Sergei Golubchik2014-05-101-2/+1
* for windowsSergei Golubchik2014-05-091-0/+43
* 5.5 mergeSergei Golubchik2014-05-0957-271/+482
|\
| * MDEV-6193: Problems with multi-table updates that JOIN against read-only tableunknown2014-05-083-4/+26
| * merge 5.5->5.3unknown2014-05-073-47/+78
| |\
| | * MDEV-5981: name resolution issues with views and multi-update in ps-protocolunknown2014-05-013-47/+80
| * | rename handler::ha_set_lock_type() -> handler::set_lock_type(),Sergei Golubchik2014-04-283-3/+3
| * | Added new states to be able to better diagnose where server hangs.Michael Widenius2014-05-036-6/+15
| * | An after-fix for MDEV-6146 Can't mix (latin1_swedish_ci,NUMERIC) and (utf8_un...Alexander Barkov2014-04-291-2/+22
| * | MDEV-5459 Illegal mix of collations for datetimeAlexander Barkov2014-04-281-2/+2
| * | MDEV-5702 Incorrect results are returned with NULLIF()Alexander Barkov2014-04-281-1/+1
| * | MDEV-6139: UPDATE w/ join against MRG_MyISAM table with read-only sub-table f...unknown2014-04-283-1/+7
| * | MDEV-6129: Server crashes during UNION with ORDER BY field IS NULLMichael Widenius2014-04-242-9/+15
| * | MDEV-6146 Can't mix (latin1_swedish_ci,NUMERIC) and (utf8_unicode_ci,IMPLICIT...Alexander Barkov2014-04-231-2/+1
| * | Merge from 5.3Alexander Barkov2014-04-211-2/+4
| |\ \ | | |/
| | * MDEV-6045 MySQL Bug#11829861 - SUBSTRING_INDEX() RESULTS "OMIT" CHARACTER WHE...Alexander Barkov2014-04-211-2/+4
| * | Merge from 5.3.Alexander Barkov2014-04-211-0/+2
| |\ \ | | |/
| | * MDEV-6134 SUBSTRING_INDEX returns wrong result for 8bit character sets when d...Alexander Barkov2014-04-211-0/+2
| * | Merge from 5.3Alexander Barkov2014-04-184-25/+68
| |\ \ | | |/
| | * MDEV-5041 Inserting a TIME with hour>24 into a DATETIME column produces a wro...Alexander Barkov2014-04-184-25/+68
| * | Merge from 5.3Alexander Barkov2014-04-181-1/+1
| |\ \ | | |/
| | * Fixed bugs mdev-5927 and mdev-6116.Igor Babaev2014-04-161-1/+1
| * | MDEV-4856 SQL_ERROR_LOG shows 1146 errors which didnt appear in mysql client.Alexey Botchkov2014-04-153-131/+45
| * | MDEV-5138 Numerous test failures in "mtr --ps --embedded".Alexey Botchkov2014-04-151-0/+3
| * | MDEV-5138 Numerous test failures in "mtr --ps --embedded".Alexey Botchkov2014-04-152-6/+13
| * | MDEV-5991: crash in Item_field::used_tablesmariadb-5.5.37unknown2014-04-151-1/+9
| * | MDEV-5700 Cannot SHOW CREATE VIEW if underlying tabels are ALTERedSergei Golubchik2014-04-101-10/+4
| * | Make THDVAR_INT variables to be signed in SELECT in SHOWSergei Golubchik2014-04-092-5/+11
| * | MDEV-5743 Server crashes in mysql_alter_table on an attempt to add a primary ...Sergei Golubchik2014-04-071-1/+1
| * | Merge MDEV-6067 from 5.3 to 5.5.unknown2014-04-113-21/+6
| |\ \ | | |/
| | * Merge MDEV-6067 from 5.2 to 5.3.unknown2014-04-113-21/+5
| | |\
| | | * MDEV-6067: Partitioned table DML sometimes binlogged without XID eventunknown2014-04-113-21/+5
| * | | mysql-5.5.37 selective mergeSergei Golubchik2014-03-2731-17/+134
| |\ \ \
| | * | | Updated/added copyright header. Added line "use is subject to license terms" Murthy Narkedimilli2014-02-1724-0/+24
| | * | | Bug#17075846 - UNQUOTED FILE NAMES FOR VARIABLE VALUES ARENeeraj Bisht2014-02-121-1/+8
| | * | | Bug#16814264: FILTER OUT THE PERFORMANCE_SCHEMA RELAY LOG EVENTS FROM RELAY LOGRitheesh Vedire2014-01-311-0/+8
| | * | | BUG#18054998 - BACKPORT FIX FOR BUG#11765785 to 5.5Thayumanavar2014-01-133-17/+7
| | * | | Bug#17081415:>=4GB ROW EVENT CRASHES SERVER WITH WILD MEMCPYSujatha Sivakumar2014-01-101-2/+25
| | * | | BUG#17066269Luis Soares2014-01-092-7/+63
| | |\ \ \
| | | * | | BUG#17066269: AUTO_INC VALUE NOT PROPERLY GENERATED WITH RBR ANDLuis Soares2013-12-182-5/+61
| | * | | | Bug #17307201 : FAILING ASSERTION: PREBUILT->TRX->CONC_STATE == 1mithun2014-01-091-2/+7
| | * | | | BUG#17324415:GETTING MYSQLD --HELP AS ROOT EXITS WITH 1Nisha Gopalakrishnan2014-01-081-2/+3
| | * | | | Bug #17503460 MYSQL READ ONLY DOESN'T WORK FOR DROP TRIGGERBharathy Satish2014-01-071-0/+7
* | | | | | post-fix for the merge of "Bug#16216513 INPLACE ALTER DISABLED FOR PARTITIONE...Sergei Golubchik2014-05-082-0/+4
* | | | | | merge of "Bug#16216513 INPLACE ALTER DISABLED FOR PARTITIONED TABLES"Sergei Golubchik2014-05-082-123/+77
* | | | | | merge of "BUG#18233051 - FTS: FAILING ASSERTION: NUM_TOKEN < MAX_PROXIMITY_ITEM"Sergei Golubchik2014-05-071-0/+1