summaryrefslogtreecommitdiff
path: root/sql/sql_class.cc
Commit message (Expand)AuthorAgeFilesLines
* A pre-requisite patch for the fix for Bug#52044.Konstantin Osipov2010-07-271-7/+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
| | |\ \ \ \
| * | \ \ \ \ Manual merge of mysql-5.1-bugteam to mysql-trunk-merge.Alexey Kopytov2010-04-301-0/+31
| |\ \ \ \ \ \ | | |/ / / / / | |/| | / / / | | | |/ / / | | |/| | |
| | * | | | BUG#39053 - UNISTALL PLUGIN does not allow the storage engineSergey Vojtovich2010-04-141-0/+31
| * | | | | Manual merge from mysql-trunk.Alexander Nozdrin2010-04-271-34/+134
| |\ \ \ \ \
| * \ \ \ \ \ Manual merge of mysql-5.1-bugteam toAlexey Kopytov2010-04-191-1/+13
| |\ \ \ \ \ \
| * \ \ \ \ \ \ Manual merge of mysql-5.1-bugteam into mysql-trunk-merge.Alexey Kopytov2010-04-031-0/+4
| |\ \ \ \ \ \ \ | | | |_|/ / / / | | |/| | | | |
| | * | | | | | Bug#48525: trigger changes "Column 'id' cannot be null" behaviourTatiana A. Nurnberg2010-03-291-0/+4
| | * | | | | | revert 48525Tatiana A. Nurnberg2010-02-221-4/+0
| | * | | | | | Bug#48525: trigger changes "Column 'id' cannot be null" behaviourTatiana A. Nurnberg2010-02-181-0/+4
* | | | | | | | manual merge from mysql-trunk-bugfixingJon Olav Hauglid2010-05-181-11/+4
|\ \ \ \ \ \ \ \ | | |_|_|_|_|/ / | |/| | | | | / | |_|_|_|_|_|/ |/| | | | | |
| * | | | | | Patch for Bug#21818 (Return value of ROW_COUNT() is incorrectAlexander Nozdrin2010-05-141-11/+4
| | |_|_|_|/ | |/| | | |
* | | | | | Clean-up, give better names, add comments toKonstantin Osipov2010-05-061-1/+1
|/ / / / /
* | | | | Post-merge fix for BUG#51894, BUG#53075Alfranio Correia2010-04-291-1/+1
| |_|_|/ |/| | |
* | | | BUG#53075 SBR: Strange warning around CONNECTION_IDAlfranio Correia2010-04-261-0/+1
* | | | BUG#51894 Replication failure with SBR on DROP TEMPORARY TABLE inside aAlfranio Correia2010-04-201-5/+72
* | | | auto-merge mysql-trunk-bugfixing (local) --> mysql-trunk-bugfixingAlfranio Correia2010-04-191-33/+65
|\ \ \ \ | |_|_|/ |/| | |
| * | | BUG#51291 Unfortunate effect around variable binlog_direct_non_transactional_...Alfranio Correia2010-04-011-1/+1
| * | | auto-merge mysql-trunk-bugfixing (local) --> mysql-trunk-bugfixingAlfranio Correia2010-03-311-33/+65
| |\ \ \ | | |/ / | |/| |
| | * | BUG#51291 Unfortunate effect around variable binlog_direct_non_transactional_...Alfranio Correia2010-03-311-15/+36
| | * | BUG#49019 Mixing self-logging eng. and regular eng. does not switch to row in...Alfranio Correia2010-02-221-26/+37