summaryrefslogtreecommitdiff
path: root/sql
Commit message (Expand)AuthorAgeFilesLines
* BUG#12662190:COM_COMMIT IS NOT INCREMENTED FROM THE BINARY LOGS ON SLAVE, COM...Sujatha Sivakumar2012-04-121-0/+23
* Bug#11815557 60269: MYSQL SHOULD REJECT ATTEMPTS TO CREATE SYSTEMgopal.shankar@oracle.com2012-04-114-8/+405
* BUG#13917335 - ASSERTION `REPORT_PORT != 0' FAILED IN NETWORK_INIT ()Manish Kumar2012-04-101-1/+6
* Bug#12762885: 61713: MYSQL WILL NOT BIND TO "LOCALHOST" IF LOCALHOST IS BOTHPraveenkumar Hulakund2012-04-041-34/+77
* BUG#11765650 Follow-up patch for Valgrind failures on PB2.Rohit Kalhans2012-04-031-0/+2
* BUG#11765650 - 58637: MARK UPDATES THAT DEPEND ON ORDER OF TWO KEYS UNSAFERohit Kalhans2012-03-304-1/+35
* Patch for Bug#13805127: Stored program cache produces wrong result in same THD.Tor Didriksen2012-03-294-2/+220
* merge 5.1 => 5.5Tor Didriksen2012-03-272-1/+8
|\
| * Backport of fix for Bug#12763207 - ASSERT IN SUBSELECT::SINGLE_VALUE_TRANSFORMERTor Didriksen2012-03-272-1/+8
* | Merge from 5.1 to 5.5Praveenkumar Hulakund2012-03-271-2/+3
|\ \ | |/
| * Bug#11763507 - 56224: FUNCTION NAME IS CASE-SENSITIVEPraveenkumar Hulakund2012-03-271-2/+3
| * Merge from mysql-5.1.62-releasekaren.langford@oracle.com2012-03-207-29/+77
| |\
| | * merge mysql-5.1->mysql-5.1-securityGeorgi Kodinov2012-02-1715-15/+19
| | |\
* | | \ Merge the 5.5.22 release build into main 5.5,Joerg Bruehe2012-03-2011-142/+186
|\ \ \ \
| * \ \ \ merge mysql-5.5->mysql-5.5-securityGeorgi Kodinov2012-02-182-0/+5
| |\ \ \ \
| * \ \ \ \ merged mysql-5.5->mysql-5.5-securityGeorgi Kodinov2012-02-1735-37/+120
| |\ \ \ \ \
| * | | | | | Bug#13633383 63183: SMALL SORT_BUFFER_SIZE CRASH IN MERGE_BUFFERSTor Didriksen2012-02-141-98/+81
| * | | | | | Merge of fix for Bug#11765810.Martin Hansson2012-02-071-11/+1
| |\ \ \ \ \ \ | | | |_|_|/ / | | |/| | | |
| | * | | | | Bug #11765810 58813: SERVER THREAD HANGS WHEN JOIN + WHERE + GROUP BYMartin Hansson2012-02-071-11/+1
| | * | | | | merged mysql-5.1->mysql-5.1-securityGeorgi Kodinov2012-02-062-3/+3
| | |\ \ \ \ \
| * | \ \ \ \ \ merge mysql-5.5->mysql-5.5-securityGeorgi Kodinov2012-02-0620-93/+199
| |\ \ \ \ \ \ \
| * | | | | | | | Bug#13593865 - 64037: CRASH IN HA_PARTITION::CREATE_HANDLERS ONMattias Jonsson2012-02-024-57/+70
| * | | | | | | | Merged from mysql-5.1-security Gopal Shankar2012-01-301-2/+2
| |\ \ \ \ \ \ \ \ | | | |/ / / / / / | | |/| | | | | |
| | * | | | | | | Bug#13105873 :Valgrind Warning: CRASH IN FOREIGNGopal Shankar2012-01-301-2/+2
| * | | | | | | | Merge 5.1-security => 5.5-securityTor Didriksen2012-01-272-12/+37
| |\ \ \ \ \ \ \ \ | | |/ / / / / / /
| | * | | | | | | Bug#13580775 ASSERTION FAILED: RECORD_LENGTH == M_RECORD_LENGTHTor Didriksen2012-01-272-12/+37
| | * | | | | | | weave merge mysql-5.1->mysql-5.1-securityGeorgi Kodinov2012-01-121-2/+27
| | |\ \ \ \ \ \ \
| * | \ \ \ \ \ \ \ weave merge mysql-5.5->mysql-5.5-securityGeorgi Kodinov2012-01-122-3/+30
| |\ \ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ \ Merge from mysql-5.1-security to mysql-5.5-securityJon Olav Hauglid2012-01-093-4/+37
| |\ \ \ \ \ \ \ \ \ \ | | | |/ / / / / / / / | | |/| | | | | | | |
| | * | | | | | | | | Backport from mysql-trunk of:Jon Olav Hauglid2012-01-093-4/+37
* | | | | | | | | | | Bug#13832953 MY_STRNXFRM_UNICODE: ASSERTION `SRC' FAILED. | MY_STRNXFRM_UNIC...Alexander Barkov2012-03-201-2/+1
* | | | | | | | | | | Bug#13833438: ERROR CODES MUST HAVE SAME VALUE ACROSS MYSQL VERSIONSJon Olav Hauglid2012-03-151-0/+3
* | | | | | | | | | | This patch fixes the bug#13737343 (formerly known as 64374): XA TRANSACTIONSDmitry Shulga2012-03-151-1/+1
* | | | | | | | | | | merge of bug#1364811 into mysql-5.5Mattias Jonsson2012-03-142-100/+183
|\ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | bug#13694811Mattias Jonsson2012-03-141-10/+4
| * | | | | | | | | | | Bug#13694811: THE OPTIMIZER WRONGLY USES THE FIRST INNODBMattias Jonsson2012-02-222-117/+207
| | |_|_|_|_|/ / / / / | |/| | | | | | | | |
* | | | | | | | | | | Bug#13832772 ASSERTION `THD->IS_ERROR() || KILL_ERRNO'Tor Didriksen2012-03-141-1/+1
* | | | | | | | | | | Bug#12626844 : WE ARE NOT CHECKING VIEW TABLE NAMESChaithra Gopalareddy2012-03-141-0/+7
* | | | | | | | | | | BUG#12400313Luis Soares2012-03-123-11/+90
|\ \ \ \ \ \ \ \ \ \ \ | | |_|_|_|_|_|_|_|/ / | |/| | | | | | | | |
| * | | | | | | | | | BUG#12400313Luis Soares2012-03-123-11/+90
| |\ \ \ \ \ \ \ \ \ \
| | * | | | | | | | | | BUG#12400313 RELAY_LOG_SPACE_LIMIT IS NOT WORKING IN MANY CASESLuis Soares2012-03-123-11/+90
* | | | | | | | | | | | Merge 5.1 => 5.5Tor Didriksen2012-03-062-4/+1
|\ \ \ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / / /
| * | | | | | | | | | | Bug#11761576 54082: HANDLE_SEGFAULT MAKES USE OF UNSAFE FUNCTIONSTor Didriksen2012-03-062-4/+1
* | | | | | | | | | | | merge from mysql-5.1Mattias Jonsson2012-02-292-37/+51
|\ \ \ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / / /
| * | | | | | | | | | | merge into mysql-5.1Mattias Jonsson2012-02-292-19/+33
| |\ \ \ \ \ \ \ \ \ \ \
| | * | | | | | | | | | | Bug#11761296: 53775: QUERY ON PARTITIONED TABLE RETURNS CACHEDMattias Jonsson2012-02-202-17/+31
| * | | | | | | | | | | | Bug#12601974 - STORED PROCEDURE SQL_MODE=NO_BACKSLASH_ESCAPES IGNORED AND BRE...Praveenkumar Hulakund2012-02-296-13/+31
| |\ \ \ \ \ \ \ \ \ \ \ \ | | |_|/ / / / / / / / / / | |/| | | | | | | | | | |
* | | | | | | | | | | | | Merge from 5.1 to 5.5Praveenkumar Hulakund2012-02-296-13/+31
|\ \ \ \ \ \ \ \ \ \ \ \ \ | | |/ / / / / / / / / / / | |/| | | | | | | | | | |
| * | | | | | | | | | | | Bug#12601974 - STORED PROCEDURE SQL_MODE=NO_BACKSLASH_ESCAPES IGNORED AND BRE...Praveenkumar Hulakund2012-02-296-13/+31
* | | | | | | | | | | | | BUG#13333431 - INCORRECT DEFAULT PORT IN 'SHOW SLAVE HOSTS' OUTPUTManish Kumar2012-02-282-2/+7
|\ \ \ \ \ \ \ \ \ \ \ \ \