summaryrefslogtreecommitdiff
path: root/sql
Commit message (Expand)AuthorAgeFilesLines
* Manual merge of mysql-5.1-bugteam into mysql-trunk-merge.Alexey Kopytov2010-04-031-1/+1
|\
| * Bug #47904 Incorrect results w/ table subquery, derived SQs, and LEFT JOIN Anurag Shekhar2010-04-021-1/+1
* | Manual merge of mysql-5.1-bugteam into mysql-trunk-merge.Alexey Kopytov2010-04-0316-31/+83
|\ \ | |/
| * mergeGeorgi Kodinov2010-04-011-1/+1
| |\
| | * Fix for bug#52397: another crash with explain extended and group_concatRamil Kalimullin2010-03-311-1/+1
| * | Bug #37168: Missing variable - skip_name_resolveGeorgi Kodinov2010-03-313-0/+8
| |/
| * fixed compiler warningSergey Glukhov2010-03-291-1/+1
| * 5.0-bugteam->5.1-bugteam mergeSergey Glukhov2010-03-261-1/+1
| |\
| | * Bug#52177 crash with explain, row comparison, join, text fieldSergey Glukhov2010-03-261-1/+1
| * | Bug#48525: trigger changes "Column 'id' cannot be null" behaviourTatiana A. Nurnberg2010-03-295-9/+25
| * | Bug #50407 mysqlbinlog --database=X produces bad output for SAVEPOINTs2010-03-283-13/+40
| * | Bug #50095 Multi statement including CREATE EVENT causes rotten binlog entry2010-03-282-1/+4
* | | Manual merge of mysql-5.1-bugteam into mysql-trunk-merge.Alexey Kopytov2010-04-031-2/+2
|\ \ \ | |/ /
* | | Manual merge of mysql-5.1-bugteam into mysql-trunk-merge.Alexey Kopytov2010-04-025-9/+11
|\ \ \ | |/ /
| * | Bug#52164 Assertion failed: param.sort_length, file .\filesort.cc, line 149Sergey Glukhov2010-03-261-1/+2
| * | merge from 5.1-bt repAndrei Elkin2010-03-251-1/+1
| |\ \
| | * \ Merge fixes for BUG51877, BUG51866, BUG47598 to mysql-5.1-bugteam.Sergey Vojtovich2010-03-251-1/+1
| | |\ \
| | | * \ Merge fix for BUG51866 to mysql-5.1-bugteam.Sergey Vojtovich2010-03-251-1/+1
| | | |\ \
| | | | * | BUG#51866 - crash with repair by sort and fulltext keysSergey Vojtovich2010-03-251-1/+1
| * | | | | merging bug#52304 to 5.1-bt,peAndrei Elkin2010-03-251-1/+1
| |\ \ \ \ \ | | |/ / / / | |/| | | |
| | * | | | Bug #52304 valgrind does not like to print un-inited string in Protocol_tex...Andrei Elkin2010-03-231-1/+1
| * | | | | merging.Alexey Botchkov2010-03-241-1/+1
| |\ \ \ \ \
| | * \ \ \ \ AutomergeKristofer Pettersson2010-03-251-1/+1
| | |\ \ \ \ \ | | | |_|/ / / | | |/| | | |
| | | * | | | Bug#46615 Assertion in Query_cache::invalidate in INSERT in a VIEW of a MERGE...Kristofer Pettersson2010-03-241-1/+1
| * | | | | | merging.Alexey Botchkov2010-03-242-5/+6
| |\ \ \ \ \ \ | | |/ / / / / | |/| | | | |
| | * | | | | Bug#51377 Crash in information_schema / processlist on concurrent DDL wo...Alexey Botchkov2010-03-092-5/+6
* | | | | | | Automerge.Alexey Kopytov2010-04-022-5/+24
|\ \ \ \ \ \ \ | |/ / / / / /
| * | | | | | 5.0-bugteam->5.1-bugteam mergeSergey Glukhov2010-03-241-1/+12
| |\ \ \ \ \ \ | | | |_|_|_|/ | | |/| | | |
| | * | | | | Bug#48483 crash in get_best_combination()Sergey Glukhov2010-03-241-1/+12
| * | | | | | Bug #51850: crash/memory overlap when using load data infile and setGeorgi Kodinov2010-03-231-4/+12
| | |_|_|/ / | |/| | | |
* | | | | | Manual merge of mysql-trunk into mysql-trunk-merge.Alexey Kopytov2010-03-24168-30872/+32693
|\ \ \ \ \ \
| * \ \ \ \ \ Manual merge.Alexey Kopytov2010-03-194-55/+339
| |\ \ \ \ \ \
| | * | | | | | Bug #8433: Overflow must be an error Alexey Kopytov2010-03-184-55/+339
| * | | | | | | BUG#51426: overflow for auto_increment column causes slave to stopLuis Soares2010-03-173-1/+3
| * | | | | | | mergeMattias Jonsson2010-03-161-2/+2
| |\ \ \ \ \ \ \
| | * | | | | | | Bug#51347: assertion with show create table + partition by columnsMattias Jonsson2010-03-041-2/+2
| * | | | | | | | A post-review fix for type-aware metadata locks.Konstantin Osipov2010-03-1614-389/+221
| |\ \ \ \ \ \ \ \
| | * | | | | | | | A review comment for the fix for Bug#46672.Konstantin Osipov2010-03-1312-351/+199
| * | | | | | | | | MergeMagnus Blåudd2010-03-151-1/+1
| |\ \ \ \ \ \ \ \ \
| | * \ \ \ \ \ \ \ \ Merge in fix for bug#42589Magnus Blåudd2010-03-151-1/+1
| | |\ \ \ \ \ \ \ \ \
| | | * | | | | | | | | Bug#42589 mysql_fix_privilege_tables.sh to be deprecatedMagnus Blåudd2009-10-071-1/+1
| * | | | | | | | | | | Bug #51160 Deadlock around SET GLOBAL EVENT_SCHEDULER = ON|OFFJon Olav Hauglid2010-03-153-25/+34
| |/ / / / / / / / / /
| * | | | | | | | | | BUG#51716 post push fix.Luis Soares2010-03-121-1/+14
| | |/ / / / / / / / | |/| | | | | | | |
| * | | | | | | | | A fix for Bug#49972 "Crash in prepared statements": Konstantin Osipov2010-03-111-2/+1
| * | | | | | | | | Automerge: mysql-next-mr-bugfixing bug branch --> mysql-next-mr-bugfixing lat...Luis Soares2010-03-112-11/+10
| |\ \ \ \ \ \ \ \ \
| | * | | | | | | | | Fix for BUG#51716 and BUG#51787.Luis Soares2010-03-102-11/+10
| * | | | | | | | | | Automatic merge.Davi Arnaut2010-03-101-59/+46
| |\ \ \ \ \ \ \ \ \ \
| | * | | | | | | | | | Bug#33669: Transactional temporary tables do not work under --read-onlyDavi Arnaut2010-03-101-59/+46
| * | | | | | | | | | | Auto-merge from mysql-next-mr-bugfixing.Alexander Nozdrin2010-03-106-49/+118
| |\ \ \ \ \ \ \ \ \ \ \ | | |/ / / / / / / / / /
| | * | | | | | | | | | Bug#50888 valgrind warnings in Field_timestamp::val_strTor Didriksen2010-03-091-5/+6
| | |/ / / / / / / / /