summaryrefslogtreecommitdiff
path: root/sql/sql_class.cc
Commit message (Expand)AuthorAgeFilesLines
* Auto-merge from mysql-5.5-merge.Alexander Nozdrin2010-08-301-117/+14
|\
| * BUG#53452 Inconsistent behavior of binlog_direct_non_transactional_updates withAlfranio Correia2010-08-201-118/+10
| * Auto-merge from mysql-5.5.Alexander Nozdrin2010-08-181-2/+2
| |\
| * \ Merge mysql-5.5-bugfixing -> mysql-5.5-innodbVasil Dimov2010-08-181-101/+67
| |\ \
| * | | Fix bug #53496 Use Lock_time in slow query log output for InnoDB rowJimmy Yang2010-08-171-0/+5
* | | | Merging with mysql-5.5Mats Kindahl2010-08-231-2/+2
|\ \ \ \ | | |_|/ | |/| |
| * | | Auto-merge from mysql-5.5.Alexander Nozdrin2010-08-161-58/+64
| |\ \ \ | | | |/ | | |/|
| * | | mergeGeorgi Kodinov2010-08-051-2/+2
| |\ \ \
| | * \ \ Merge 5.1-bugteam -> 5.1-bug-42496Dmitry Shulga2010-07-231-0/+26
| | |\ \ \
| | * | | | Fixed bug #51855. Race condition in XA START. If several threadsDmitry Shulga2010-06-291-3/+7
* | | | | | Merging with mysql-5.5-stage.Mats Kindahl2010-08-161-2/+73
|\ \ \ \ \ \ | |_|_|_|/ / |/| | | | |
| * | | | | WL#5363: Thread Pool Service InterfaceMats Kindahl2010-06-071-2/+73
* | | | | | BUG#50312 Warnings for unsafe sub-statement not returned to clientAlfranio Correia2010-08-101-58/+64
| |/ / / / |/| | | |
* | | | | Auto-merge from mysql-trunk-bugfixing.Alexander Nozdrin2010-07-301-29/+1
* | | | | Auto-merge from mysql-trunk-bugfixing.Alexander Nozdrin2010-07-301-12/+0
|\ \ \ \ \
| * \ \ \ \ Merge trunk-bugfixing -> trunk-runtime.Konstantin Osipov2010-07-271-65/+0
| |\ \ \ \ \ | | | |_|_|/ | | |/| | |
| * | | | | Implement WL#5502 Remove dead 5.0 class Sensitive_cursor.Konstantin Osipov2010-07-271-5/+0
| * | | | | A pre-requisite patch for the fix for Bug#52044.Konstantin Osipov2010-07-271-7/+0
* | | | | | Rename select_send::abort() to select_send::abort_result_set()Alexander Nozdrin2010-07-281-2/+2
| |/ / / / |/| | | |
* | | | | WL#5498: Remove dead and unused source codeDavi Arnaut2010-07-231-65/+0
|/ / / /
* | | | Merge of mysql-trunk-bugfixing into mysql-trunk-merge.Davi Arnaut2010-07-151-164/+162
|\ \ \ \
| * | | | Bug#34043: Server loops excessively in _checkchunk() when safemalloc is enabledDavi Arnaut2010-07-081-9/+18
| * | | | BUG#53259 Unsafe statement binlogged in statement format w/MyIsam temp tablesAlfranio Correia2010-06-301-155/+144
* | | | | mergeGeorgi Kodinov2010-07-141-0/+6
|\ \ \ \ \ | | |_|_|/ | |/| | |
| * | | | Bug #53493 : add_to_status does not handle the longlong fields in STATUS_VARGeorgi Kodinov2010-07-141-0/+6
* | | | | Manul mergeunknown2010-07-041-0/+20
|\ \ \ \ \ | |/ / / /
| * | | | The following statements support the CURRENT_USER() where a user is needed.unknown2010-07-041-0/+20
| | |_|/ | |/| |
* | | | Merge of mysql-5.1-bugteam into mysql-trunk-merge.Davi Arnaut2010-06-281-12/+0
|\ \ \ \ | |/ / /
| * | | Revert Bug#48321 due to build breakage and failing tests.Davi Arnaut2010-06-281-1/+0
* | | | Manual mergeunknown2010-06-271-0/+12
|\ \ \ \ | |/ / / | | / / | |/ / |/| |
| * | The following statements support the CURRENT_USER() where a user is needed.unknown2010-06-271-0/+1
* | | Merge trunk-bugfixing -> trunk-runtimeKonstantin Osipov2010-06-171-0/+3
|\ \ \
| * \ \ Manual merge from mysql-5.1-bugteam to mysql-trunk-merge.Alexey Kopytov2010-06-111-0/+3
| |\ \ \ | | |/ /
* | | | WL#5419 "LOCK_open scalability: make tdc_refresh_version Konstantin Osipov2010-06-111-1/+1
* | | | Bug#20837 Apparent change of isolation level during transactionMagne Mahre2010-06-081-2/+2
|\ \ \ \ | |/ / / |/| | |
| * | | Draft patch that fixes and a sketches test cases for:Konstantin Osipov2010-05-071-2/+2
* | | | Bug#53445: Build with -Wall and fix warnings that it generatesDavi Arnaut2010-05-311-3/+7
* | | | BUG#50479 DDL stmt on row-only/stmt-only tables generate spurious binlog_formatAlfranio Correia2010-06-021-2/+9
* | | | auto-merge mysql-trunk-bugfixing (local) --> mysql-trunk-bugfixing.merge Alfranio Correia2010-06-011-3/+11
|\ \ \ \
| * | | | BUG#53437 @@session.sql_bin_log support in substatements is incorrectAlfranio Correia2010-05-271-3/+11
* | | | | Auto-merge from mysql-trunk.Alexander Nozdrin2010-05-281-6/+59
|\ \ \ \ \ | |/ / / / |/| | | |
| * | | | Manual merge from mysql-trunk.Alexander Nozdrin2010-05-201-11/+4
| |\ \ \ \
| * \ \ \ \ Manual merge from mysql-5.1-bugteam to mysql-trunk-merge.Alexey Kopytov2010-05-111-2/+0
| |\ \ \ \ \ | | | |_|/ / | | |/| | |
| | * | | | Bug#53189 Table map version unused and can be removedHe Zhenxing2010-05-081-2/+0
| * | | | | Manual merge of mysql-5.1-bugteam to mysql-trunk-merge.Alexey Kopytov2010-05-091-2/+23
| |\ \ \ \ \ | | |/ / / /
| | * | | | Bug #53088: mysqldump with -T & --default-character-set setGleb Shchepa2010-05-071-2/+23
| * | | | | Manual merge of mysql-5.1-bugteam to mysql-trunk-merge.Alexey Kopytov2010-05-071-2/+1
| |\ \ \ \ \ | | |/ / / /
| | * | | | Bug#50373 --secure-file-priv=""Kristofer Pettersson2010-05-031-2/+1
| * | | | | Manual merge of local mysql-trunk-merge with bk-internal.Alexey Kopytov2010-05-071-1/+1
| |\ \ \ \ \
| | * \ \ \ \ Manual merge from mysql-trunk.Alexander Nozdrin2010-05-071-1/+1
| | |\ \ \ \ \