summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Revert patch for BUG#54744.Luis Soares2010-07-081-1/+0
* Fixed headers in include/mysql/psiMarc Alff2010-07-085-15/+15
* Backporting of jorgen.loland@sun.com-20100618093212-lifp1psig3hbj6jjOlav Sandstaa2010-07-083-2/+44
* backport of guilhem@mysql.com-20100628140739-i9vy8ugxp1v5aspbGuilhem Bichot2010-07-083-1/+19
* automerging bugfixes in latest mysql-trunk-bugfixing.Luis Soares2010-07-083-1/+24
|\
| * BUG 54925: automerged bzr bundle from bug report.Luis Soares2010-07-081-1/+1
| |\
| | * BUG#54925: Assertion `query_arg && mysql_bin_log.is_open()' onLuis Soares2010-07-011-1/+1
| * | BUG 54509: automerged bzr bundle from bug report.Luis Soares2010-07-081-0/+22
| |\ \
| | * | BUG#54509: rpl_show_slave_running crashes the server sporadicallyLuis Soares2010-06-241-0/+22
| * | | BUG 54744: automerged bzr bundle from bug report.Luis Soares2010-07-081-0/+1
| |\ \ \ |/ / / /
| * | | BUG#54744: valgrind reports leak for mysqlbinlogLuis Soares2010-07-061-0/+1
* | | | BUG 54842: automerged bzr bundle in mysql-trunk-bugfixing.Luis Soares2010-07-077-4/+123
|\ \ \ \
| * | | | BUG#54842: DROP TEMPORARY TABLE not binlogged after manualLuis Soares2010-06-297-4/+123
| | |_|/ | |/| |
* | | | Bug#54661 sha2() returns BINARY resultAlexander Barkov2010-07-074-13/+44
* | | | Bug#52159 returning time type from function and empty left join causes debug ...Alexander Barkov2010-07-076-0/+100
* | | | Bug#54783: optimize table crashes with invalid timestamp defaultDavi Arnaut2010-07-063-0/+37
* | | | Fix sys_vars.large_files_support_basic failure.Alexander Nozdrin2010-07-061-5/+5
* | | | Post-fix for Bug#52929 : replace uint with "unsigned int" in mysql.h.ppVladislav Vaintroub2010-07-051-3/+3
* | | | Backport changeset from mysql-next-mr-bugfixing:Vladislav Vaintroub2010-07-051-3/+3
* | | | Backporting patch for Bug#52716 (Large files support is disabled,Alexander Nozdrin2010-07-051-1/+1
* | | | BUG#54832 - Comment for MyISAM says it is a default engineSergey Vojtovich2010-07-052-2/+2
* | | | Merge fix for BUG#54832 to trunk.Sergey Vojtovich2010-07-051-1/+1
|\ \ \ \
| * | | | BUG#54832 - Comment for MyISAM says it is a default engineSergey Vojtovich2010-07-021-1/+1
* | | | | Post-push fix for BUG#53259.Alfranio Correia2010-07-042-2/+5
|/ / / /
* | | | Disabling failing NDB-tests due to Bug 54850 and Bug 54851.Alexander Nozdrin2010-07-022-1/+5
| |/ / |/| |
* | | merge mysql-trunk-bugfixing (local) --> mysql-trunk-bugfixingAlfranio Correia2010-06-3011-467/+5951
|\ \ \
| * | | WL#5344Alfranio Correia2010-06-3011-467/+5951
* | | | merge mysql-trunk-bugfixing (local) --> mysql-trunk-bugfixingAlfranio Correia2010-06-3023-1283/+627
|\ \ \ \ | |/ / /
| * | | BUG#53259 Unsafe statement binlogged in statement format w/MyIsam temp tablesAlfranio Correia2010-06-3023-1283/+626
| |/ /
* | | Bug #52850: mysqld-debug.pdb doesn't match Vladislav Vaintroub2010-06-304-108/+81
* | | Disable lowercase_table3.test due to Bug 54845. Sort disabled.def.Alexander Nozdrin2010-06-301-4/+5
* | | Bug#54846 main.lowercase_table2 on Mac OSXMagne Mahre2010-06-282-2/+2
* | | Mark parts.partition_alter4_innodb experimental due to Bug 45299.Alexander Nozdrin2010-06-281-0/+1
|/ /
* | Make few tests experimental.Alexander Nozdrin2010-06-261-1/+2
* | Auto-merge from mysql-trunk.Alexander Nozdrin2010-06-261-1/+1
|\ \
| * | Updated the version numbersunanda2010-06-231-1/+1
| * | Made the changes as per Kent/wlad to include http://lists.mysql.com/commits/1...sunanda2010-06-231-1/+1
* | | gcc warnings removal (after bugfix for bug 36569)Gleb Shchepa2010-06-261-2/+2
* | | Backport of revid:ingo.struewing@sun.com-20091223200354-r2uzbdkj2v6yv111Alexander Nozdrin2010-06-258-30/+124
* | | Bug #50124 Rpl failure on DROP table with concurrent txn/non-txnJon Olav Hauglid2010-06-253-2/+85
* | | Merge bug fix.Joerg Bruehe2010-06-232-4/+3
|\ \ \
| * | | Fix Bug #54739Joerg Bruehe2010-06-232-4/+3
| |/ /
* | | WL#5408: adding skip-test-list to mysql-trunk.push and mysql-next-mr.pushLuis Soares2010-06-232-6/+6
* | | WL#5408: automerged original bzr bundles into mysql-trunk-bugfixing.Luis Soares2010-06-235-14/+213
|\ \ \
| * \ \ WL 5408: automerged incremental bzr bundle from original commit.Luis Soares2010-06-231-186/+186
| |\ \ \
| | * | | WL#5408: Reduce Pushbuild2 turnaround times for rpl suite.Luis Soares2010-06-021-186/+186
| * | | | WL 5408: automerged bzr bundle from original commit.Luis Soares2010-06-235-14/+213
| |\ \ \ \ |/ / / / / | | _ / / | | / /
| * | | WL#5408: Reduce Pushbuild2 turnaround times for rpl suite.Luis Soares2010-06-025-14/+213
* | | | Backport of Bug#53236 Segfault in DTCollation::set(DTCollation&)Tor Didriksen2010-06-233-4/+56
* | | | Bug #30584: delete with order by and limit clauses does notGleb Shchepa2010-06-2314-333/+2215