summaryrefslogtreecommitdiff
path: root/storage/innobase/handler
Commit message (Expand)AuthorAgeFilesLines
* Merge into mysql-trunk-merge..Davi Arnaut2010-07-191-2/+22
|\
| * mergeGeorgi Kodinov2010-07-051-118/+84
| |\
| * | Port fix for bug #54044 from mysql-5.1-security to mysql-trunk-security:Jimmy Yang2010-06-241-2/+22
* | | WL#5486: Remove code for unsupported platformsDavi Arnaut2010-07-151-17/+2
* | | Bug#34043: Server loops excessively in _checkchunk() when safemalloc is enabledDavi Arnaut2010-07-081-18/+15
| |/ |/|
* | WL#5349 Change default storage engine to InnoDBMagne Mahre2010-06-171-3/+3
* | This change splits innodb_file_format_check into innodb_file_format_checkJimmy Yang2010-06-171-113/+80
* | Remove the unneccesary innobase_strcasecmp() inJimmy Yang2010-06-031-2/+1
|/
* Merge mysql-trunk-innodb -> mysql-trunk-bugfixingVasil Dimov2010-06-022-11/+89
|\
| * Port bug fix #53592 from mysql-5.1-innodb to mysql-trunk-innodb.Jimmy Yang2010-06-021-3/+81
| * Fix bug #54159 InnoDB: New warnings on Windows. Provide "signed/unsigned"Jimmy Yang2010-06-011-8/+8
* | BUG#50479 DDL stmt on row-only/stmt-only tables generate spurious binlog_formatAlfranio Correia2010-06-022-1/+10
|/
* Fix an assertion failure with UNIV_DEBUG is set. Initialize aJimmy Yang2010-05-271-14/+0
* Check in the support for Information Schema System Table Views. UsersJimmy Yang2010-05-253-4/+1680
* Merge from mysql-5.1-innodb:Marko Mäkelä2010-05-142-6/+25
* Check in patch for bug #53336, Improved InnoDB Transaction Reporting.Jimmy Yang2010-05-121-0/+308
* Merge from mysql-5.1-innodb:Marko Mäkelä2010-05-121-0/+2
* Merge mysql-trunk into mysql-trunk-innodbVasil Dimov2010-05-112-7/+0
|\
| * WL#5030: Splitting mysql_priv.hMats Kindahl2010-04-212-7/+0
* | Fix bug #53165, Setting innodb_change_buffering=DEFAULT produces incorrect re...Jimmy Yang2010-05-041-21/+58
* | Followup to vasil.dimov@oracle.com-20100504104629-0ovtc5lae2ghn7he :Vasil Dimov2010-05-041-1/+0
* | Merge from mysql-5.1-innodb:Vasil Dimov2010-05-041-3/+3
* | Merge from mysql-5.1-innodb:Vasil Dimov2010-05-041-11/+4
* | Fix whitespace.Sunny Bains2010-04-301-3/+3
* | Merge from mysql-trunk-innodb to local repositoryjyang2010-04-222-3/+15
|\ \
| * | Merge r3403..3414 from mysql-5.1-innodb:Vasil Dimov2010-04-222-2/+14
| * | Merge from innodb-branches-innodb+Vasil Dimov2010-04-221-1/+1
* | | Register newly added purge thread to performance schema tracking.jyang2010-04-221-1/+2
|/ /
* | Merge from innodb-branches-innodb+ (2)Vasil Dimov2010-04-192-24/+67
* | Replay 2661.581.1 and 3092.5.1 on top of storage/innobase.Vasil Dimov2010-04-141-19/+15
* | Replay c2996 on top of the new storage/innobaseVasil Dimov2010-04-134-7/+11
* | Import branches/innodb+ from SVN on top of storage/innobase.Vasil Dimov2010-04-125-366/+1159
|/
* WL#5030: Split and remove mysql_priv.hMats Kindahl2010-03-314-7/+11
* merge mysql-5.1-rep+2-delivery1 --> mysql-5.1-rpl-mergeAlfranio Correia2010-01-071-2/+10
|\
| * merge mysql-5.1-rep+3 --> mysql-5.1-rep+2-delivery1Alfranio Correia2009-12-171-16/+16
| |\
| | * mergin 5.1 -> rep+2 -> rep+3. create_table_from_dump issue will be merged on ...Andrei Elkin2009-11-302-17/+48
| | |\
| | * \ merging 5.1 main -> 5.1-rep+2 -> 5.1-rep+3; binlog_unsafe , rpl_mysql_upgrade...Andrei Elkin2009-11-101-19/+142
| | |\ \
| | * \ \ merged fixes for BUG#39934 to 5.1-rpl+3Sven Sandberg2009-09-301-15/+14
| | |\ \ \
| | | * | | BUG#39934: Slave stops for engine that only support row-based loggingSven Sandberg2009-07-221-4/+3
| | | * | | Merged fix for BUG#39934 up a few revisions.Sven Sandberg2009-07-141-15/+15
| | | |\ \ \
| | | | * | | BUG#39934: Slave stops for engine that only support row-based loggingSven Sandberg2009-07-141-15/+15
* | | | | | | Manual merge from mysql-trunk-merge.Alexander Nozdrin2009-12-161-3/+0
|\ \ \ \ \ \ \
| * \ \ \ \ \ \ Manual merge of mysql-5.1-bugteam into mysql-trunk-merge.Alexey Kopytov2009-12-111-3/+0
| |\ \ \ \ \ \ \
| | * | | | | | | Bug #38883: thd_security_context is not thread safe, crashes?Gleb Shchepa2009-12-031-6/+0
| | |/ / / / / /
* | | | | | | | Manual merge from mysql-trunk-merge.Alexander Nozdrin2009-12-123-84/+124
|\ \ \ \ \ \ \ \ | |/ / / / / / /
| * | | | | | | Manual merge from mysql-trunk.Alexander Nozdrin2009-12-111-1/+23
| |\ \ \ \ \ \ \
| * \ \ \ \ \ \ \ manual merge mysql-5.1-bugteam --> mysql-trunk-mergeGleb Shchepa2009-12-041-30/+0
| |\ \ \ \ \ \ \ \ | | | |/ / / / / / | | |/| | | | | |
| | * | | | | | | Bug #38883 (reopened): thd_security_context is not thread safe, crashes?Gleb Shchepa2009-12-011-29/+0
| * | | | | | | | Merge Innodb Plugin 1.0.6 from mysql-5.1-bugteam storage/innodb_plugin to mys...Satya B2009-12-023-54/+124
| |\ \ \ \ \ \ \ \ | | |/ / / / / / /
| | * | | | | | | Applying InnoDB snapshot 5.1-ss6242, part 8. Fixes BUG#47720Satya B2009-11-301-12/+17