Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fix Bug#56443 remove last 'mysqld_show_column_type' remains | Konstantin Osipov | 2010-10-13 | 1 | -1/+0 |
* | Merge from mysql-5.5-bugteam to mysql-5.5-runtime | Jon Olav Hauglid | 2010-10-12 | 22 | -616/+259 |
|\ | |||||
| * | A follow up for the patch for Bug#45445, increase stack size | Dmitry Shulga | 2010-10-12 | 1 | -2/+3 |
| * | Remove NDB test suites from default-test-suites in MTR. | Alexander Nozdrin | 2010-10-12 | 1 | -1/+1 |
| * | Fix compilation warnings. | Alexander Nozdrin | 2010-10-12 | 3 | -3/+4 |
| * | Do not accept invalid INSTALL_LAYOUT parameter | Vladislav Vaintroub | 2010-10-11 | 1 | -1/+11 |
| * | Merge mysql-5.5-innodb -> mysql-5.5-bugteam | Vasil Dimov | 2010-10-11 | 3 | -3/+18 |
| |\ | |||||
| | * | Merge from mysql-5.1-innodb to mysql-5.5-innodb | Jimmy Yang | 2010-10-11 | 3 | -3/+18 |
| | |\ | |||||
| | | * | A more complete fix for bug #57345 btr_pcur_store_position abort for load | Jimmy Yang | 2010-10-11 | 3 | -2/+31 |
| | | * | Bug# 56982 Assertion Failure from ha_innobase::innobase_peek_autoinc() when a... | Sunny Bains | 2010-10-11 | 1 | -1/+5 |
| | | * | Enable partition_innodb_plugin after Bug#53307 has been fixed | Vasil Dimov | 2010-10-05 | 1 | -1/+0 |
| * | | | Automerged bzr bundle. | Luis Soares | 2010-10-11 | 2 | -4/+4 |
| |\ \ \ | |||||
| | * | | | Fix for crash in mysqld --verbose --help while initializing option | Luis Soares | 2010-10-11 | 2 | -4/+4 |
| * | | | | Merge mysql-5.5-innodb -> mysql-5.5-bugteam | Vasil Dimov | 2010-10-11 | 2 | -526/+0 |
| |\ \ \ \ | | |/ / / | |/| / / | | |/ / | |||||
| | * | | Adjust results files after innodb_file_per_table became 0. | Vasil Dimov | 2010-10-08 | 2 | -526/+0 |
| * | | | Null merge | unknown | 2010-10-11 | 0 | -0/+0 |
| |\ \ \ | |||||
| | * | | | Bug#56226 Table map set to 0 after altering MyISAM table | unknown | 2010-10-11 | 3 | -8/+73 |
| * | | | | Postfix for BUG#55375 | unknown | 2010-10-11 | 2 | -6/+37 |
| * | | | | null-merge mysql-5.1-bugteam --> mysql-5.5-bugteam | Alfranio Correia | 2010-10-10 | 0 | -0/+0 |
| |\ \ \ \ | | |/ / / | |||||
| | * | | | merge mysql-5.1-bugteam (local) --> mysql-5.1-bugteam | Alfranio Correia | 2010-10-10 | 1 | -0/+15 |
| | |\ \ \ | |||||
| | | * | | | BUG#57098 RBR breaks on changing user password on 5.1 master -> 5.5 slave | Alfranio Correia | 2010-10-06 | 1 | -0/+15 |
| * | | | | | Manual merge | unknown | 2010-10-09 | 7 | -70/+181 |
| |\ \ \ \ \ | | |/ / / / | |||||
| | * | | | | Bug#55375 Transaction bigger than max_binlog_cache_size crashes slave | unknown | 2010-10-09 | 5 | -52/+144 |
* | | | | | | Merged recent changes from mysql-5.5-bugteam into | Dmitry Lenev | 2010-10-08 | 32 | -211/+489 |
|\ \ \ \ \ \ | |/ / / / / | |||||
| * | | | | | Bug#45288: pb2 returns a lot of compilation warnings on linux | Davi Arnaut | 2010-10-08 | 4 | -7/+6 |
| * | | | | | The fix for | Alexander Barkov | 2010-10-08 | 1 | -2/+1 |
| * | | | | | Bug#42733: Type-punning warnings when compiling MySQL -- strict aliasing viol... | Davi Arnaut | 2010-10-08 | 1 | -9/+9 |
| * | | | | | Merging with mysql-5.5-bugteam. | Mats Kindahl | 2010-10-08 | 6 | -15/+55 |
| |\ \ \ \ \ | |||||
| | * | | | | | Bug#56822: Add a thread state for sessions waiting on the query cache lock | Davi Arnaut | 2010-10-08 | 3 | -13/+39 |
| | * | | | | | Bug#57209 valgrind + Assertion failed: dst > buf | Tor Didriksen | 2010-10-08 | 3 | -2/+16 |
| * | | | | | | WL#5363: Thread Pool Service Interface | Mats Kindahl | 2010-10-08 | 1 | -0/+7 |
| * | | | | | | Bug #57338: Extreneous server variable thread_pool_size | Mats Kindahl | 2010-10-08 | 1 | -9/+0 |
| |/ / / / / | |||||
| * | | | | | Fixed plugin_load_option failure, when example storage | Sergey Vojtovich | 2010-10-08 | 1 | -1/+1 |
| * | | | | | Bug#30025 Mysqld prints out warnings/errors being run with --no-defaults --help | Alexey Botchkov | 2010-10-08 | 1 | -0/+5 |
| * | | | | | Bug#35269 mysqlcheck behaves different depending on order of parameters | Alexey Botchkov | 2010-10-08 | 3 | -9/+95 |
| * | | | | | Bug#45288: pb2 returns a lot of compilation warnings on linux | Davi Arnaut | 2010-10-07 | 2 | -12/+13 |
| * | | | | | Bug#56822: Add a thread state for sessions waiting on the query cache lock | Davi Arnaut | 2010-10-07 | 1 | -10/+11 |
| * | | | | | BUG#54144: manual merged bzr bundle from bug report. | Luis Soares | 2010-10-08 | 5 | -37/+34 |
| |\ \ \ \ \ | |||||
| | * | | | | | BUG#54144: ER_SLAVE_HEARTBEAT_VALUE_OUT_OF_RANGE is hard coded | Luis Soares | 2010-10-07 | 5 | -37/+34 |
| * | | | | | | Bug#56822: Add a thread state for sessions waiting on the query cache lock | Davi Arnaut | 2010-10-07 | 3 | -95/+180 |
| * | | | | | | Auto-merged. | Evgeny Potemkin | 2010-10-07 | 351 | -28057/+15862 |
| |\ \ \ \ \ \ | |||||
| | * \ \ \ \ \ | Merge WL#5496 and WL#5341 to 5.5-bugteam. | Sergey Vojtovich | 2010-10-07 | 8 | -16/+59 |
| | |\ \ \ \ \ \ | |||||
| | | * | | | | | | WL#5496 - Plugin LOAD_OPTION in INFORMATION_SCHEMA.PLUGINS | Sergey Vojtovich | 2010-09-27 | 4 | -0/+16 |
| | | * | | | | | | WL#5341 - Sticky plugins | Sergey Vojtovich | 2010-09-27 | 6 | -16/+42 |
| | * | | | | | | | null-merge to 5.5-bugteam | Georgi Kodinov | 2010-10-07 | 0 | -0/+0 |
| | |\ \ \ \ \ \ \ | |||||
| | | * \ \ \ \ \ \ | merge | Georgi Kodinov | 2010-10-07 | 1 | -1/+1 |
| | | |\ \ \ \ \ \ \ | | | | |_|_|/ / / / | | | |/| | | | | | | |||||
| | | | * | | | | | | bumped the version to 5.1.53 | Georgi Kodinov | 2010-10-07 | 1 | -1/+1 |
| * | | | | | | | | | Bug#57095: Wrongly chosen expression cache type led to a wrong result. | Evgeny Potemkin | 2010-10-07 | 3 | -3/+27 |
* | | | | | | | | | | Fix for bug#57061 "User without privilege on routine can | Dmitry Lenev | 2010-10-07 | 11 | -94/+100 |
* | | | | | | | | | | Merge from mysql-5.5-bugteam to mysql-5.5-runtime | Jon Olav Hauglid | 2010-10-07 | 37 | -155/+438 |
|\ \ \ \ \ \ \ \ \ \ | | |/ / / / / / / / | |/| | | | | | | | |