summaryrefslogtreecommitdiff
path: root/sql/sql_class.cc
Commit message (Expand)AuthorAgeFilesLines
* Merge mysql-5.1-innodb_plugin to mysql-5.1.Sergey Vojtovich2009-08-111-0/+6
|\
| * Merge 5.1-bugteam -> 5.1-innodb_plugin.Sergey Vojtovich2009-07-141-14/+26
| |\
| * | Backport WL#3653 to 5.1 to enable bundled innodb plugin.Vladislav Vaintroub2009-06-101-0/+6
* | | Bug# 30946: mysqldump silently ignores --default-character-setGleb Shchepa2009-07-311-0/+60
* | | Bug#46265: Can not disable warning about unsafe statements for binary loggingDavi Arnaut2009-07-311-1/+2
* | | Merge from 5.0Gleb Shchepa2009-07-241-6/+25
|\ \ \ | |_|/ |/| |
| * | Bug #38816: kill + flush tables with read lock + storedGleb Shchepa2009-07-241-6/+25
| * | merged 5.0-main -> 5.0-bugteamGeorgi Kodinov2009-05-151-0/+17
| |\ \
| | * | Pull 5.1 treatment of community features into 5.0.Chad MILLER2009-05-051-2/+2
| | * | Merge 5.0.80 release and 5.0 community. Version left at 5.0.80.Chad MILLER2009-04-141-2/+29
| | |\ \
| | * \ \ Merged from 5.0 (enterprise).Chad MILLER2008-12-171-3/+13
| | |\ \ \
| | * \ \ \ Merge from 5.0 trunk.Chad MILLER2008-07-141-0/+7
| | |\ \ \ \
| | * \ \ \ \ Merge chunk from trunk.Chad MILLER2008-07-101-7/+11
| | |\ \ \ \ \
| | * \ \ \ \ \ Merge bk-internal.mysql.com:/home/bk/mysql-5.0unknown2007-12-101-0/+17
| | |\ \ \ \ \ \
| | | * | | | | | Push history-limiting code until after the code that adds new unknown2007-11-141-0/+14
| | | * | | | | | Merge bk-internal.mysql.com:/home/bk/mysql-5.0unknown2007-09-101-0/+3
| | | |\ \ \ \ \ \
| | | | * \ \ \ \ \ Merge mysqldev@production.mysql.com:my/mysql-5.0-releaseunknown2007-07-021-0/+3
| | | | |\ \ \ \ \ \
| | | | | * \ \ \ \ \ Merge mysqldev@production.mysql.com:my/mysql-5.0-releaseunknown2007-04-261-0/+3
| | | | | |\ \ \ \ \ \
* | | | | | | | | | | | BUG#42851: Spurious "Statement is not safe to log in statementLuis Soares2009-06-271-1/+3
* | | | | | | | | | | | Bug #34002 uninitialized Rows_examined for some admin queriesStaale Smedseng2009-06-251-0/+1
* | | | | | | | | | | | Fix for a valgrind warning due to use of a uninitializedDavi Arnaut2009-06-081-1/+1
* | | | | | | | | | | | BUG#41948 Query_log_event constructor needlessly contortedHe Zhenxing2009-05-301-2/+2
* | | | | | | | | | | | Bug#44658 Create procedure makes server crash when user does not have ALL pri...Kristofer Pettersson2009-05-291-10/+19
| |_|_|_|_|_|_|_|_|_|/ |/| | | | | | | | | |
* | | | | | | | | | | Manual merge.Ramil Kalimullin2009-05-101-1/+1
|\ \ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / /
| * | | | | | | | | | Fix for bug#42009: SELECT into variable gives different results to direct SELECTRamil Kalimullin2009-05-101-1/+1
| |\ \ \ \ \ \ \ \ \ \ | | |_|_|_|_|_|_|_|_|/ | |/| | | | | | | | |
| | * | | | | | | | | Fix for bug#42009: SELECT into variable gives different results to direct SELECTRamil Kalimullin2009-02-241-1/+1
* | | | | | | | | | | BUG#42640 mysqld crashes when unsafe statements are executed (STRICT_TRANS_TA...Guangbao Ni2009-04-031-1/+5
* | | | | | | | | | | 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
| | |_|_|_|_|_|_|_|/ | |/| | | | | | | |
* | | | | | | | | | 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
* | | | | | | | | | 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
| |/ / / / / / / /
* | | | | | | | | 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