summaryrefslogtreecommitdiff
path: root/sql/sql_parse.cc
Commit message (Expand)AuthorAgeFilesLines
* Auto-merge from mysql-5.1.Alexander Nozdrin2009-11-051-1/+8
|\
| * BUG#43171 - Assertion failed: thd->transaction.xid_state.xid.is_null()Sergey Vojtovich2009-10-281-1/+8
* | Manual merge from mysql-5.1.Alexander Nozdrin2009-11-051-2/+0
|\ \ | |/
| * mergeGeorgi Kodinov2009-10-161-2/+0
| |\
| | * Bug#46019: ERROR 1356 When selecting from within anotherMartin Hansson2009-10-161-2/+0
* | | Manual merge from mysql-5.1.Alexander Nozdrin2009-11-051-17/+19
|\ \ \ | |/ /
| * | Bug #40877: multi statement execution fails in 5.1.30Georgi Kodinov2009-10-161-17/+19
| |/
* | Merge from mysql-5.1.Alexander Nozdrin2009-10-191-0/+1
|\ \ | |/
| * Bug #43029: FORCE INDEX FOR ORDER BY is ignored when join Georgi Kodinov2009-10-071-0/+1
* | Merge from mysql-5.1.Alexander Nozdrin2009-10-131-1/+22
|\ \ | |/
| * Manual merge.Davi Arnaut2009-09-301-23/+19
| |\
| | * Post-merge cleanup: Reorganize code for better comprehensibility.Davi Arnaut2009-09-301-24/+20
| * | Manual merge.Davi Arnaut2009-09-301-1/+26
| |\ \ | | |/
| | * Post-merge fix: DBUG macros are wrapped inside a loop.Davi Arnaut2009-09-301-1/+7
| | * Bug#47525: MySQL crashed (Federated)Davi Arnaut2009-09-301-0/+20
* | | Merge from mysql-5.1-bugteam.Alexander Nozdrin2009-09-161-21/+32
|\ \ \ | |/ /
| * | A patch for Bug#45118 (mysqld.exe crashed in debug modeAlexander Nozdrin2009-09-101-19/+30
| * | Merge from 5.0 for 43414Staale Smedseng2009-08-281-2/+2
| |\ \ | | |/
| | * Bug #43414 Parenthesis (and other) warnings compiling MySQLStaale Smedseng2009-08-281-2/+2
| * | reverted the fix for bug #46019 from 5.1-bugteamGeorgi Kodinov2009-08-211-2/+1
| |\ \ | | |/
| * | merge of bug #46019 to 5.1-bugteamGeorgi Kodinov2009-08-201-1/+2
| |\ \ | | |/
* | | merge of 5.1-main into mysql-trunk.Guilhem Bichot2009-08-121-27/+26
|\ \ \ | |/ /
| * | Bug#43587: Putting event_scheduler=1 in init SQL file crashesDavi Arnaut2009-07-241-1/+2
| |\ \
| | * | Code review for Bug#43587 Putting event_scheduler=1 in init SQL file crashes Konstantin Osipov2009-07-241-1/+2
| * | | Merge from 5.0Gleb Shchepa2009-07-241-25/+23
| |\ \ \ | | |/ / | |/| / | | |/
| | * Bug #38816: kill + flush tables with read lock + storedGleb Shchepa2009-07-241-26/+23
| | * Bug #45287: phase 2 : 5.0 64 bit compilation warningsGeorgi Kodinov2009-07-161-1/+1
* | | Creation of mysql-trunk = {summit + "Innodb plugin replacing the builtin"}:Guilhem Bichot2009-08-041-24/+27
|\ \ \ | |/ /
| * | Merge from 5.0Staale Smedseng2009-07-011-2/+2
| |\ \ | | |/
| | * Bug #45790 Potential DoS vector: Writing of user input to logStaale Smedseng2009-07-011-2/+2
| | * Merge from 5.0-btStaale Smedseng2009-06-291-2/+2
| * | Bug #45309: InnoDB does not rollback for delete and update Alexey Kopytov2009-06-231-8/+7
| | |
| | \
| *-. \ Merge from 5.0-bugteamStaale Smedseng2009-06-171-4/+4
| |\ \ \ | | | |/
| | | * Bug #43414 Parenthesis (and other) warnings compiling MySQL Staale Smedseng2009-06-171-14/+14
| | * | Bug #43414 Parenthesis (and other) warnings compiling MySQL Staale Smedseng2009-06-101-14/+14
| | |/
| | * Merge community up to enterprise, thus ending the community-serverChad MILLER2009-05-061-24/+79
| | |\
| | | * Pull 5.1 treatment of community features into 5.0.Chad MILLER2009-05-051-7/+7
| | | * Merge 5.0.80 release and 5.0 community. Version left at 5.0.80.Chad MILLER2009-04-141-23/+124
| | | |\
| | | * \ Merged from 5.0 (enterprise).Chad MILLER2008-12-171-49/+196
| | | |\ \
| | | * \ \ Merge from mysql-5.0.66-releaseJonathan Perkin2008-07-171-0/+5
| | | |\ \ \
| | | * | | | Fixed packet-test bug caused by if block that didn't have curly braces.Chad MILLER2008-07-151-0/+2
| | | * | | | Merge from 5.0 trunk.Chad MILLER2008-07-141-2/+2
| | | |\ \ \ \
| | | * \ \ \ \ Merge chunk from trunk.Chad MILLER2008-07-101-0/+60
| | | |\ \ \ \ \
| | | * \ \ \ \ \ Merge chunk from trunk.Chad MILLER2008-07-101-26/+71
| | | |\ \ \ \ \ \
| | | * \ \ \ \ \ \ Merge bk-internal.mysql.com:/home/bk/mysql-5.0unknown2007-12-101-25/+78
| | | |\ \ \ \ \ \ \
| | | | * | | | | | | Push history-limiting code until after the code that adds new unknown2007-11-141-10/+34
| | * | | | | | | | | BUG#13684: SP: DROP PROCEDURE|FUNCTION IF EXISTS not binlogged ifLuis Soares2009-04-091-0/+8
| | * | | | | | | | | Auto mergeHe Zhenxing2009-04-081-2/+80
| | |\ \ \ \ \ \ \ \ \
| | * | | | | | | | | | BUG#37145 Killing a statement doing DDL may log binlog event with error code ...He Zhenxing2009-03-271-4/+8
| * | | | | | | | | | | Merge bug#45326Magnus BlÄudd2009-06-051-6/+6
| |\ \ \ \ \ \ \ \ \ \ \