Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Automatic merge with 5.1 | Michael Widenius | 2010-10-06 | 4 | -12/+24 |
|\ | |||||
| * | merge | Sergei Golubchik | 2010-09-28 | 1 | -2/+1 |
| |\ | |||||
| * | | Fixed bug #57024. | Igor Babaev | 2010-09-26 | 2 | -11/+21 |
| * | | Merge | Igor Babaev | 2010-09-23 | 1 | -0/+1 |
| |\ \ | |||||
| | * | | Fixed bug #53161. | Igor Babaev | 2010-09-20 | 1 | -0/+1 |
| * | | | Merge | Igor Babaev | 2010-09-20 | 1 | -1/+2 |
| |\ \ \ | | |/ / | |/| | | |||||
| | * | | Fixed bug #56862 (lp bug #640419). | Igor Babaev | 2010-09-19 | 1 | -1/+2 |
* | | | | Automatic merge | Michael Widenius | 2010-10-01 | 35 | -150/+167 |
|\ \ \ \ | |||||
| * | | | | mysqld: Move --skip-new to --safe and remove old usage of --skip-new | Michael Widenius | 2010-09-24 | 1 | -11/+4 |
| * | | | | Change some my_bool in C++ classes and a few functions to bool to detect wron... | Michael Widenius | 2010-09-24 | 28 | -121/+159 |
| * | | | | Fix usage of mysqld option --new, --old, --safe and --skip_new to not disable... | Michael Widenius | 2010-09-23 | 8 | -18/+4 |
* | | | | | merged | Sergei Golubchik | 2010-09-21 | 1 | -2/+1 |
|\ \ \ \ \ | | |_|_|/ | |/| | | | |||||
| * | | | | fix for MySQL Bug#44797 - plugins w/o command-line options have no disabling ... | Sergei Golubchik | 2010-09-21 | 1 | -2/+1 |
| | |/ / | |/| | | |||||
* | | | | merge with 5.1 | Sergei Golubchik | 2010-09-16 | 4 | -4/+17 |
|\ \ \ \ | |/ / / | |||||
| * | | | Automatic merge | Michael Widenius | 2010-09-15 | 1 | -0/+6 |
| |\ \ \ | |||||
| | * | | | mysqltest now gives error messages with error code for my_delete, my_rename, ... | Michael Widenius | 2010-09-15 | 1 | -0/+6 |
| | | |/ | | |/| | |||||
| * | | | Merge: fix valgrind failure in Unique class | Sergey Petrunya | 2010-09-14 | 1 | -1/+1 |
| |\ \ \ | |||||
| | * | | | Fix valgrind failure with Unique class | Sergey Petrunya | 2010-09-14 | 1 | -1/+1 |
| * | | | | merged | Sergei Golubchik | 2010-09-13 | 1 | -5/+0 |
| |\ \ \ \ | | |_|/ / | |/| | | | |||||
| * | | | | Merge | Igor Babaev | 2010-09-12 | 2 | -2/+5 |
| |\ \ \ \ | |||||
| | * | | | | Fixed bug #49600. | Igor Babaev | 2010-09-11 | 2 | -2/+5 |
| | | |/ / | | |/| | | |||||
| * | | | | Fixed bug #49322. | Igor Babaev | 2010-09-09 | 1 | -1/+5 |
| |/ / / | |||||
* | | | | rename maria to aria | Sergei Golubchik | 2010-09-12 | 6 | -20/+20 |
* | | | | restore shifted error numbers | Sergei Golubchik | 2010-09-12 | 1 | -8/+7 |
* | | | | merge with 5.1 | Sergei Golubchik | 2010-09-11 | 58 | -422/+865 |
|\ \ \ \ | | |/ / | |/| / | |_|/ |/| | | |||||
| * | | to simpliy and unify the code | Sergei Golubchik | 2010-09-11 | 1 | -5/+0 |
| |/ | |||||
| * | Automatic merge with 5.1-release (5.1.50) | Michael Widenius | 2010-09-09 | 21 | -77/+116 |
| |\ | |||||
| | * | Give a more precise warning why something fails. | Michael Widenius | 2010-09-08 | 1 | -2/+1 |
| | * | Automatic merge | Michael Widenius | 2010-09-07 | 1 | -10/+14 |
| | |\ | |||||
| | * | | Added --skip-bdb as a compatibility option for old config files | Michael Widenius | 2010-09-07 | 1 | -0/+8 |
| | * | | Enable archive tables to work with mysql_upgrade / repair | Michael Widenius | 2010-09-03 | 2 | -1/+5 |
| | * | | Fix that one can run mysql_upgrade with long table names | Michael Widenius | 2010-09-03 | 19 | -71/+100 |
| | * | | Fixed bugs (mostly on sparc) that caused crashes in mysql-test-run | Michael Widenius | 2010-09-03 | 1 | -3/+2 |
| * | | | Write message to stderr if recovery is not likely to succeed because we don't... | Michael Widenius | 2010-09-09 | 1 | -1/+1 |
| | |/ | |/| | |||||
| * | | Fixed recovery bug where bitmap pages would not be correctly updated after pr... | Michael Widenius | 2010-09-07 | 1 | -2/+3 |
| * | | Fixed bug that 'maria_read_log -a' didn't set max_trid when reparing tables. | Michael Widenius | 2010-09-06 | 1 | -10/+13 |
| |/ | |||||
| * | Merge with MySQL 5.1.50 | Michael Widenius | 2010-08-27 | 51 | -320/+736 |
| |\ | |||||
| | * | auto-merge mysql-5.1-security (local) --> mysql-5.1-security | Alfranio Correia | 2010-08-03 | 3 | -1/+26 |
| | |\ | |||||
| | | * | BUG#55625 RBR breaks on failing 'CREATE TABLE' | Alfranio Correia | 2010-08-02 | 3 | -1/+26 |
| | * | | merge mysql-5.1-bugteam into mysql-5.1-security | Georgi Kodinov | 2010-08-02 | 16 | -45/+105 |
| | |\ \ | |||||
| | | * | | Bug#45288: pb2 returns a lot of compilation warnings on linux | Davi Arnaut | 2010-07-30 | 1 | -3/+0 |
| | | * | | Automerge mysql-5.1-bugteam into mysql-5.1-bugteam latest. | Luis Soares | 2010-07-30 | 1 | -8/+0 |
| | | |\ \ | |||||
| | | | * | | Revert patch for BUG#34283. Causing lots of test failures in PB2, | Luis Soares | 2010-07-30 | 1 | -8/+0 |
| | | * | | | Bug #55188: GROUP BY, GROUP_CONCAT and TEXT - inconsistent results | Georgi Kodinov | 2010-07-30 | 2 | -2/+5 |
| | | |/ / | |||||
| | | * | | Bug#54041: MySQL 5.0.92 fails when tests from Connector/C suite run | Davi Arnaut | 2010-07-30 | 1 | -2/+2 |
| | | * | | Bug #34283 mysqlbinlog leaves tmpfile after termination if binlog contains l... | unknown | 2010-07-30 | 1 | -0/+8 |
| | | |/ | |||||
| | | * | BUG#49124 Security issue with /*!-versioned */ SQL statements on Slave | unknown | 2010-07-29 | 7 | -17/+42 |
| | | * | merged BUG#55322 to 5.1-bugteam | Sven Sandberg | 2010-07-26 | 1 | -0/+5 |
| | | |\ | |||||
| | | | * | BUG#55322: SHOW BINLOG EVENTS increases @@SESSION.MAX_ALLOWED_PACKET | Sven Sandberg | 2010-07-20 | 1 | -0/+5 |
| | | * | | Merge 5.1-bugteam -> 5.1-bug-42496 | Dmitry Shulga | 2010-07-23 | 43 | -391/+641 |
| | | |\ \ |