| Commit message (Expand) | Author | Age | Files | Lines |
* | Fix myisam checksum patch to check for HA_OPTION_CHECKSUM after it was set, n... | Sergei Golubchik | 2010-03-12 | 1 | -7/+7 |
* | Fix for Bug #534626 MyISAM table created in MariaDB not readable by MySQL | Michael Widenius | 2010-03-10 | 1 | -0/+7 |
* | Fix some compiler warnings seen in Buildbot. | unknown | 2010-03-10 | 6 | -5/+11 |
* | Automerge MySQL 5.1.44 merge into latest MariaDB trunk. | unknown | 2010-03-10 | 22 | -235/+425 |
|\ |
|
| * | Merge MySQL 5.1.44 into MariaDB. | unknown | 2010-03-04 | 22 | -235/+425 |
| |\ |
|
| | * | Fix for valgrind warning: check whether pointer was initialized. | Davi Arnaut | 2010-02-02 | 1 | -1/+1 |
| | * | Applying InnoDB snapshot, fixes BUG#46193. | Sergey Vojtovich | 2010-01-22 | 2 | -103/+131 |
| | * | Applying InnoDB snapshot | Sergey Vojtovich | 2010-01-22 | 2 | -5/+5 |
| | * | Applying InnoDB snapshot, fixes BUG#49238. | Sergey Vojtovich | 2010-01-22 | 1 | -9/+23 |
| | * | Apply patch on behalf of Magnus: | Davi Arnaut | 2010-01-20 | 1 | -1/+1 |
| | * | Apply patch on behalf of the NDB team: | Davi Arnaut | 2010-01-20 | 5 | -18/+18 |
| | * | merge mysql-5.0-bugteam to mysql-5.1-bugteam | Satya B | 2009-12-24 | 1 | -1/+0 |
| | * | Applying InnoDB snapshot 5.1-ss6344, Fixes BUG#47814 | Satya B | 2009-12-23 | 7 | -60/+193 |
| | * | Applying InnoDB snapshot 5.1-ss6344, part 2. Fixes BUG#41609 but does | Satya B | 2009-12-21 | 4 | -21/+31 |
| | * | merge mysql-5.0-bugteam to mysql-5.1-bugteam | Satya B | 2009-12-17 | 3 | -2/+43 |
| | * | Fix for BUG#49502 - CMake error compiling 5.1 on Windows | Satya B | 2009-12-14 | 1 | -1/+1 |
| | * | merging with mysql-5.1-bugteam | V Narayanan | 2009-12-11 | 1 | -1/+1 |
| | |\ |
|
| | | * | Bug#49329 example (and other) engines use wrong collation for open tables hash | V Narayanan | 2009-12-11 | 1 | -1/+1 |
| | * | | Bug#49521 SHOW CREATE TABLE on IBMDB2I tables has incorrect fk constraint format | V Narayanan | 2009-12-11 | 1 | -27/+1 |
| | |/ |
|
| | * | Bug #38883: thd_security_context is not thread safe, crashes? | Gleb Shchepa | 2009-12-03 | 2 | -9/+0 |
* | | | Added count of my_sync calls (to SHOW STATUS) | Michael Widenius | 2010-03-09 | 6 | -44/+100 |
|/ / |
|
* | | Fix for LPBUG#516148 Test maria.maria3 fails when --without-maria-tmp-tables ... | Michael Widenius | 2010-02-12 | 1 | -1/+1 |
* | | When one does a drop table, the indexes are not flushed to disk before drop a... | Michael Widenius | 2010-02-10 | 11 | -9/+33 |
* | | Patch set contributed by Alex Budovski (MCA) | Michael Widenius | 2010-01-29 | 1 | -0/+1 |
* | | Fixed compiler warnings & failing test cases | Michael Widenius | 2010-01-28 | 3 | -10/+10 |
* | | Merge with fixes for compiler warnings and 2 fixed test cases | Michael Widenius | 2010-01-28 | 10 | -21/+26 |
|\ \ |
|
| * | | Fixed some compiler warnings and errors in test suite found by buildbot | Michael Widenius | 2010-01-27 | 7 | -15/+19 |
|/ / |
|
* | | Fixed race condition when innobase_shutdown_for_mysql() was called before par... | Michael Widenius | 2010-01-17 | 2 | -4/+8 |
* | | Fix freed-twice error in XtraDB (from InnoDB plugin 1.0.6). | unknown | 2010-01-17 | 1 | -1/+1 |
* | | Apply to XtraDB MySQL/build-in innodb patches for Bug#49032 and Bug#47720. | unknown | 2010-01-15 | 2 | -15/+39 |
* | | Fix crashes by taking kernel mutex when calling srv_table_reserve_slot() duri... | unknown | 2010-01-15 | 1 | -4/+3 |
* | | After-merge fix for XtraDB 9: missing DBUG_RETURN. | unknown | 2010-01-15 | 1 | -1/+1 |
* | | Merge XtraDB 9 with MariaDB 5.1.42. | unknown | 2010-01-15 | 79 | -502/+1654 |
|\ \ |
|
| * \ | Merge with MySQL 5.1.42 | Michael Widenius | 2010-01-15 | 80 | -512/+1663 |
| |\ \
| | |/ |
|
| | * | merge to mysql-5.1-bugteam | Satya B | 2009-12-01 | 10 | -139/+4 |
| | |\ |
|
| | | * | Bug #38883 (reopened): thd_security_context is not thread safe, crashes? | Gleb Shchepa | 2009-12-01 | 10 | -139/+4 |
| | * | | Addition to Innodb Plugin 1.0.6 snapshot | Satya B | 2009-12-01 | 1 | -11/+1 |
| | |/ |
|
| | * | Applying InnoDB Plugin 1.0.6 snapshot, Fixes BUG#48469 | Satya B | 2009-11-30 | 5 | -7/+38 |
| | * | Applying InnoDB Plugin 1.0.6 snapshot, part 9. Fixes BUG#48526, BUG#48317 | Satya B | 2009-11-30 | 4 | -3/+54 |
| | * | Applying InnoDB Plugin 1.0.6 snapshot, part 8. Fixes BUG#48782 | Satya B | 2009-11-30 | 5 | -38/+31 |
| | * | Applying InnoDB Plugin 1.0.6 snapshot, part 6. Add Testcase for BUG#46676 | Satya B | 2009-11-30 | 5 | -7/+52 |
| | * | Applying InnoDB Plugin 1.0.6 snapshot, part 5. | Satya B | 2009-11-30 | 3 | -1/+19 |
| | * | Applying InnoDB Plugin 1.0.6 snapshot, part 4. Fixes BUG#3139 | Satya B | 2009-11-30 | 2 | -1/+54 |
| | * | Applying InnoDB Plugin 1.0.6 snapshot, part 3. Fixes BUG#47167 | Satya B | 2009-11-30 | 1 | -27/+45 |
| | * | Applying InnoDB Plugin 1.0.6 snapshot, part 2. Fixes BUG#32430 | Satya B | 2009-11-30 | 3 | -7/+25 |
| | * | Applying InnoDB Plugin 1.0.6 snapshot,part 1. Fixes BUG#45992 and BUG#46656 | Satya B | 2009-11-30 | 48 | -158/+1002 |
| | * | 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 |