summaryrefslogtreecommitdiff
path: root/sql/sql_class.cc
Commit message (Expand)AuthorAgeFilesLines
* Fixed problems in mergeMichael Widenius2009-05-191-1/+1
|\
| * We are now using Valgrind rather than purify, and have for quite some time.unknown2009-05-061-1/+1
* | Merged with mysql-5.1 tree.Michael Widenius2009-04-251-1/+10
|\ \
| * \ Manual merge.Ramil Kalimullin2009-03-251-0/+1
| |\ \
| | * \ Auto-mergeRamil Kalimullin2009-03-251-0/+7
| | |\ \
| | * | | Fix for bug#35383: binlog playback and replication breaksRamil Kalimullin2009-03-251-0/+1
| * | | | Bug#43748: crash when non-super user tries to kill the replication threadsTatiana A. Nurnberg2009-03-251-0/+8
| |\ \ \ \ | | | |/ / | | |/| |
| | * | | Bug#43748: crash when non-super user tries to kill the replication threadsTatiana A. Nurnberg2009-03-251-0/+7
| | |/ /
| * | | merged 5.0-bugteam -> 5.1-bugteamGeorgi Kodinov2009-03-241-1/+1
| |\ \ \ | | |/ /
| | * | Bug#43461: invalid comparison with string literal in default.cDavi Arnaut2009-03-191-1/+1
| | * | Manual mergeKristofer Pettersson2009-03-061-1/+14
| | |\ \
| | | * | BUG#37051 Replication rules not evaluated correctlyHe Zhenxing2009-03-051-1/+5
| | * | | Bug#40363 Bug 20023 is not fixed on 5.0Kristofer Pettersson2009-03-051-0/+6
* | | | | bzr merge from guilhem's maria tree to our local 5.1Michael Widenius2009-04-251-6/+11
|\ \ \ \ \ | |_|_|_|/ |/| | | |
| * | | | merge of 5.1-main into 5.1-maria. MyISAM changes are propagated to Maria exceptGuilhem Bichot2009-04-011-1/+8
| |\ \ \ \ | | |/ / /
| | * | | BUG#41980 SBL, INSERT .. SELECT .. LIMIT = ERROR, even when @@SQL_LOG_BIN is 0 !Guangbao Ni2009-03-051-1/+3
| | * | | Merge mysql-5.0-bugteam -> mysql-5.1-bugteam.Alexey Kopytov2009-02-131-0/+5
| | |\ \ \ | | | | |/ | | | |/|
| | | * | Fix for bug #41868: crash or memory overrun with concat + upper,Alexey Kopytov2009-02-101-0/+5
| * | | | merge of 5.1-main into 5.1-maria; MyISAM changes are also ported to Maria.Guilhem Bichot2009-03-111-5/+3
| |\ \ \ \ | | |/ / /
| | * | | Bug#42634: % character in query can cause mysqld signal 11 segfaultDavi Arnaut2009-02-091-5/+3
| | * | | Merge mysql-5.0-bugteam -> mysql-5.1-bugteam.Alexey Kopytov2009-02-061-5/+0
| | |\ \ \
| | | * | | Temporarily reverted patch for bug #41868 as it was causing problems in PB.Alexey Kopytov2009-02-061-5/+0
| | * | | | Merge mysql-5.0-bugteam -> mysql-5.1-bugteam.Alexey Kopytov2009-02-051-0/+5
| | |\ \ \ \ | | | |/ / /
| | | * | | Fix for bug #41868: crash or memory overrun with concat + upper, date_formatAlexey Kopytov2009-02-031-0/+5
| | | |/ /
| | | * | Backport patch for Bug#31222 (com_% global status counters behave randomlyAlexander Nozdrin2009-01-151-0/+4
| | | |/
* | | | Added "pool-of-threads" handling (with libevent)Michael Widenius2009-03-131-0/+2
|/ / /
* | | merge of 5.1-main into 5.1-maria. Myisam->Maria change propagation will follow.Guilhem Bichot2009-02-121-1/+0
|\ \ \ | |/ /
| * | merge: 5.1 -> 5.1-rplLuis Soares2009-01-081-1/+1
| |\ \
| | * \ Merge main 5.1 into 5.1-buildJoerg Bruehe2008-12-101-2/+12
| | |\ \
| | * \ \ Merge from mysql-5.1.30-releaseunknown2008-11-271-1/+1
| | |\ \ \
| | | * | | Added "Sun Microsystems, Inc." to copyright headers on files modifiedBuild Team2008-11-101-1/+1
| * | | | | merge 5.1 --> 5.1-rplAlfranio Correia2008-12-131-2/+12
| |\ \ \ \ \ | | | |_|/ / | | |/| | |
| * | | | | merging 5.1 -> 5.1 rpl. 3 of 4 conflicts are resolved similarly to 6.0->6.0-r...Andrei Elkin2008-11-121-13/+31
| |\ \ \ \ \ | | | |/ / / | | |/| | |
| * | | | | Merging 5.1 main into 5.1-rplMats Kindahl2008-10-231-7/+18
| |\ \ \ \ \
| * \ \ \ \ \ Merging 5.1 main into 5.1-rpl.Mats Kindahl2008-10-061-0/+15
| |\ \ \ \ \ \
| * \ \ \ \ \ \ Merge 5.1 main -> 5.1-rplHe Zhenxing2008-09-061-0/+6
| |\ \ \ \ \ \ \
| * | | | | | | | Fixning compiler warnings. Fixing build failure for valgrind platform.Mats Kindahl2008-08-221-4/+6
| * | | | | | | | Bug #34707: Row based replication: slave creates table within wrong databaseMats Kindahl2008-08-191-1/+23
| * | | | | | | | post push fix for BUG#37051He Zhenxing2008-08-071-0/+1
| * | | | | | | | Auto mergeHe Zhenxing2008-08-061-1/+1
| |\ \ \ \ \ \ \ \
| * | | | | | | | | BUG#37051 Replication rules not evaluated correctlyHe Zhenxing2008-07-311-0/+2
* | | | | | | | | | post-review fixesSergei Golubchik2009-01-151-1/+3
* | | | | | | | | | Merge of 5.1-main into 5.1-maria. There were no changes to storage/myisam, my...Guilhem Bichot2008-12-101-86/+72
|\ \ \ \ \ \ \ \ \ \ | |_|_|_|_|_|_|/ / / |/| | | | | | | | |
| * | | | | | | | | Fixed warnings and errors discovered by pushbuild2Michael Widenius2008-12-041-1/+1
| * | | | | | | | | Merge with base MySQL-5.1-mariaMichael Widenius2008-12-031-17/+71
| |\ \ \ \ \ \ \ \ \
| | * \ \ \ \ \ \ \ \ Merge of 5.1-main into 5.1-maria. There were no changes to storage/myisam, or...Guilhem Bichot2008-11-211-17/+71
| | |\ \ \ \ \ \ \ \ \ | | | | |_|_|_|_|/ / / | | | |/| | | | | | |
| * | | | | | | | | | WL#3262 add mutex lock order checking to safemutex (also called safe_mutex_de...Michael Widenius2008-12-031-3/+43
| |/ / / / / / / / /
| * | | | | | | | | Backport of fix made in 6.0-maria in revision guilhem@mysql.com-2008102020241...Guilhem Bichot2008-10-241-2/+3
| * | | | | | | | | Merged 5.1 with maria 5.1Michael Widenius2008-10-101-6/+45
| |\ \ \ \ \ \ \ \ \ | | | |_|_|_|/ / / / | | |/| | | | | | |
| * | | | | | | | | wt: comments, OOM checks, test case for deadlock detectionSergei Golubchik2008-08-281-0/+4