| Commit message (Expand) | Author | Age | Files | Lines |
* | Fix typo (CMAKE_SIZEOF_VOIDP=>CMAKE_SIZEOF_VOID_P) | Vladislav Vaintroub | 2010-03-08 | 1 | -1/+1 |
* | Fix typo | Vladislav Vaintroub | 2010-02-24 | 1 | -2/+2 |
* | Cleanup casing in MYSQL_ADD_PLUGIN, patch provided by Kent | Vladislav Vaintroub | 2010-02-01 | 1 | -1/+1 |
* | - another take on BUILD_CONFIG variable - use OPTION instead of SET for | Vladislav Vaintroub | 2010-01-20 | 1 | -15/+0 |
* | Do not run GCC atomic builtins tests on MSVC | Vladislav Vaintroub | 2010-01-18 | 1 | -1/+3 |
* | merge | Vladislav Vaintroub | 2010-01-18 | 1 | -2/+10 |
|\ |
|
| * | merge mysql-5.1-rep+2-delivery1 --> mysql-5.1-rpl-merge | Alfranio Correia | 2010-01-07 | 1 | -2/+10 |
| |\ |
|
| | * | merge mysql-5.1-rep+3 --> mysql-5.1-rep+2-delivery1 | Alfranio Correia | 2009-12-17 | 1 | -16/+16 |
| | |\ |
|
| | | * | mergin 5.1 -> rep+2 -> rep+3. create_table_from_dump issue will be merged on ... | Andrei Elkin | 2009-11-30 | 4 | -18/+50 |
| | | |\ |
|
| | | * \ | merging 5.1 main -> 5.1-rep+2 -> 5.1-rep+3; binlog_unsafe , rpl_mysql_upgrade... | Andrei Elkin | 2009-11-10 | 3 | -33/+143 |
| | | |\ \ |
|
| | | * \ \ | merged fixes for BUG#39934 to 5.1-rpl+3 | Sven Sandberg | 2009-09-30 | 1 | -15/+14 |
| | | |\ \ \ |
|
| | | | * | | | BUG#39934: Slave stops for engine that only support row-based logging | Sven Sandberg | 2009-07-22 | 1 | -4/+3 |
| | | | * | | | Merged fix for BUG#39934 up a few revisions. | Sven Sandberg | 2009-07-14 | 1 | -15/+15 |
| | | | |\ \ \ |
|
| | | | | * | | | BUG#39934: Slave stops for engine that only support row-based logging | Sven Sandberg | 2009-07-14 | 1 | -15/+15 |
| * | | | | | | | Bug#49834 - fixed a bug introduced by mismerge. | Vladislav Vaintroub | 2009-12-22 | 1 | -1/+6 |
| * | | | | | | | Auto-merge from mysql-next-mr. | Alexander Nozdrin | 2009-12-19 | 2 | -9/+1 |
| |\ \ \ \ \ \ \ |
|
| * \ \ \ \ \ \ \ | merge | Vladislav Vaintroub | 2009-12-18 | 1 | -7/+0 |
| |\ \ \ \ \ \ \ \ |
|
| | * | | | | | | | | Bug #49811: inconsistent usage of SAFEMALLOC in debug compilation on windows | Vladislav Vaintroub | 2009-12-18 | 1 | -7/+0 |
* | | | | | | | | | | just in case old linux is used, add _GNU_SOURCE preprocessor constant to be a... | Vladislav Vaintroub | 2010-01-18 | 1 | -1/+1 |
* | | | | | | | | | | storage/innobase/CMakeLists.txt: | Vladislav Vaintroub | 2010-01-16 | 1 | -47/+123 |
* | | | | | | | | | | merge | Vladislav Vaintroub | 2009-12-19 | 1 | -3/+0 |
|\ \ \ \ \ \ \ \ \ \
| | |_|/ / / / / / /
| |/| | | | | | | | |
|
| * | | | | | | | | | Manual merge from mysql-trunk-merge. | Alexander Nozdrin | 2009-12-16 | 2 | -9/+1 |
| |\ \ \ \ \ \ \ \ \
| | |/ / / / / / / /
| |/| | | | | | | | |
|
| | * | | | | | | | | Manual merge of mysql-5.1-bugteam into mysql-trunk-merge. | Alexey Kopytov | 2009-12-16 | 1 | -6/+1 |
| | |\ \ \ \ \ \ \ \ |
|
| | * \ \ \ \ \ \ \ \ | Manual merge of mysql-5.1-bugteam into mysql-trunk-merge. | Alexey Kopytov | 2009-12-11 | 1 | -3/+0 |
| | |\ \ \ \ \ \ \ \ \
| | | |/ / / / / / / /
| | | | / / / / / / /
| | | |/ / / / / / /
| | |/| | | | | | | |
|
| | | * | | | | | | | Bug #38883: thd_security_context is not thread safe, crashes? | Gleb Shchepa | 2009-12-03 | 1 | -6/+0 |
| | | |/ / / / / / |
|
* | | | | | | | | | merge | Vladislav Vaintroub | 2009-12-16 | 60 | -316/+1308 |
|\ \ \ \ \ \ \ \ \
| |/ / / / / / / / |
|
| * | | | | | | | | Manual merge from mysql-trunk-merge. | Alexander Nozdrin | 2009-12-12 | 60 | -316/+1308 |
| |\ \ \ \ \ \ \ \
| | |/ / / / / / / |
|
| | * | | | | | | | Manual merge from mysql-trunk. | Alexander Nozdrin | 2009-12-11 | 5 | -11/+33 |
| | |\ \ \ \ \ \ \ |
|
| | * \ \ \ \ \ \ \ | manual merge mysql-5.1-bugteam --> mysql-trunk-merge | Gleb Shchepa | 2009-12-04 | 6 | -71/+2 |
| | |\ \ \ \ \ \ \ \
| | | | |/ / / / / /
| | | |/| | | | | | |
|
| | | * | | | | | | | Bug #38883 (reopened): thd_security_context is not thread safe, crashes? | Gleb Shchepa | 2009-12-01 | 4 | -68/+2 |
| | * | | | | | | | | Merge Innodb Plugin 1.0.6 from mysql-5.1-bugteam storage/innodb_plugin to mys... | Satya B | 2009-12-02 | 58 | -251/+1312 |
| | |\ \ \ \ \ \ \ \
| | | |/ / / / / / / |
|
| | | * | | | | | | | Applying InnoDB snapshot 5.1-ss6242, part 8. Fixes BUG#47720 | Satya B | 2009-11-30 | 1 | -12/+17 |
| | | * | | | | | | | Applying InnoDB snapshot 5.1-ss6242, part 7. Fixes BUG#49032 | Satya B | 2009-11-30 | 3 | -11/+30 |
| | | * | | | | | | | Applying InnoDB snapshot 5.1-ss6242, part 5. Fixes BUG#45961 | Satya B | 2009-11-30 | 1 | -0/+24 |
| | | * | | | | | | | Applying InnoDB snapshot 5.1-ss6242, part 4. Fixes BUG#48526 | Satya B | 2009-11-30 | 1 | -0/+16 |
| | | * | | | | | | | Applying InnoDB snapshot 5.1-ss6242, part 3. Fixes BUG#48469 | Satya B | 2009-11-30 | 1 | -2/+9 |
| | | * | | | | | | | Applying InnoDB snapshot 5.1-ss6242, part 2. Fixes BUG#3139 | Satya B | 2009-11-30 | 2 | -1/+55 |
| | | * | | | | | | | Applying InnoDB snapshot 5.1-ss6242, part 1. Fixes BUG#32430 | Satya B | 2009-11-30 | 3 | -81/+153 |
| | | | |_|_|_|_|/
| | | |/| | | | | |
|
* | | | | | | | | | Cleanup, use MYSQL_INSTALL_TARGETS macro instead of INSTALL(TARGETS) combined... | Vladislav Vaintroub | 2009-12-12 | 1 | -2/+1 |
* | | | | | | | | | - Introduce MYSQL_ADD_PLUGIN that replaces MYSQL_STORAGE_ENGINE | Vladislav Vaintroub | 2009-12-01 | 1 | -13/+7 |
* | | | | | | | | | merge | Vladislav Vaintroub | 2009-11-25 | 4 | -29/+2 |
|\ \ \ \ \ \ \ \ \
| |/ / / / / / / / |
|
| * | | | | | | | | Backport of: | Konstantin Osipov | 2009-11-24 | 1 | -2/+2 |
| * | | | | | | | | Backport of: | Konstantin Osipov | 2009-11-23 | 4 | -27/+0 |
| | |_|/ / / / /
| |/| | | | | | |
|
* | | | | | | | | automerge | Vladislav Vaintroub | 2009-11-13 | 17 | -122/+294 |
|\ \ \ \ \ \ \ \
| |/ / / / / / / |
|
| * | | | | | | | Manual merge from mysql-trunk-merge. | Alexander Nozdrin | 2009-11-06 | 18 | -121/+285 |
| |\ \ \ \ \ \ \
| | |/ / / / / / |
|
| | * | | | | | | Merge of innodb-zip-ss6129 from 5.1 to mysql-trunk. | Sergey Vojtovich | 2009-11-05 | 18 | -121/+285 |
| | |\ \ \ \ \ \
| | | |/ / / / / |
|
| | | * | | | | | Applying InnoDB snashot 5.1-ss6129 | Sergey Vojtovich | 2009-11-02 | 1 | -2/+2 |
| | | * | | | | | Applying InnoDB snashot 5.1-ss6129 | Sergey Vojtovich | 2009-11-02 | 1 | -2/+2 |
| | | * | | | | | Applying InnoDB snashot 5.1-ss6129 | Sergey Vojtovich | 2009-11-02 | 1 | -1/+1 |
| | | * | | | | | Applying InnoDB snashot 5.1-ss6129 | Sergey Vojtovich | 2009-11-02 | 1 | -0/+1 |