Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge with 5.1-release. | Michael Widenius | 2010-12-06 | 1 | -21/+86 |
|\ | |||||
| * | merge with 5.1 | Michael Widenius | 2010-11-30 | 1 | -21/+86 |
| |\ | |||||
| | * | Merge with MySQL 5.1.53 | Michael Widenius | 2010-11-25 | 1 | -2/+8 |
| | |\ | |||||
| | | * | merging. | Alexey Botchkov | 2010-10-15 | 1 | -2/+6 |
| | | |\ | |||||
| | | | * | Bug#55146 Assertion `m_part_spec.start_part == m_part_spec.end_part' in ... | Alexey Botchkov | 2010-08-12 | 1 | -2/+6 |
| | | * | | merge | Mattias Jonsson | 2010-10-15 | 1 | -0/+2 |
| | | |\ \ | |||||
| | | | * | | Bug#56287: mysql5.1.50 crash when using Partition datetime in sub in query | Mattias Jonsson | 2010-09-16 | 1 | -0/+2 |
| | * | | | | Merge with MySQL 5.1.52 | Michael Widenius | 2010-11-23 | 1 | -19/+78 |
| | |\ \ \ \ | | | |/ / / | |||||
| | | * | | | merge | Mattias Jonsson | 2010-10-01 | 1 | -7/+11 |
| | | |\ \ \ | |||||
| | | | * | | | Bug#55458: Partitioned MyISAM table gets crashed by multi-table update | Mattias Jonsson | 2010-09-30 | 1 | -7/+11 |
| | | * | | | | merge | Mattias Jonsson | 2010-10-01 | 1 | -0/+17 |
| | | |\ \ \ \ | |||||
| | | | * | | | | Bug#51851: Server with SBR locks mutex twice on | Mattias Jonsson | 2010-10-01 | 1 | -0/+17 |
| | | | | |/ / | | | | |/| | | |||||
| | | * | | | | merge | Mattias Jonsson | 2010-09-10 | 1 | -15/+52 |
| | | |\ \ \ \ | | | | |/ / / | | | |/| / / | | | | |/ / | |||||
| | | | * | | Bug#55458: Partitioned MyISAM table gets crashed by multi-table update | Mattias Jonsson | 2010-09-07 | 1 | -12/+28 |
| | | | * | | Bug#55458: Partitioned MyISAM table gets crashed by multi-table update | Mattias Jonsson | 2010-08-10 | 1 | -3/+24 |
| | | | |/ | |||||
* | | | | | Added TRASH() to table->record[0] to find out if we access not initialzed data. | Michael Widenius | 2010-11-27 | 1 | -0/+7 |
* | | | | | Code cleanup to get fewer reallocs() during execution. | Michael Widenius | 2010-11-24 | 1 | -2/+4 |
* | | | | | 5.2 merge | Sergei Golubchik | 2010-10-28 | 1 | -1/+6 |
|\ \ \ \ \ | |/ / / / | |||||
| * | | | | merge with 5.1 | Sergei Golubchik | 2010-10-25 | 1 | -1/+6 |
| |\ \ \ \ | | |/ / / | |||||
| | * | | | 5.1.51 merge | Sergei Golubchik | 2010-10-19 | 1 | -1/+6 |
| | |\ \ \ | | | |/ / | |||||
| | | * | | merge | Mattias Jonsson | 2010-08-19 | 1 | -1/+6 |
| | | |\ \ | | | | |/ | | | |/| | |||||
| | | | * | Bug#46086: crash when dropping a partitioned table | Mattias Jonsson | 2010-07-08 | 1 | -1/+6 |
* | | | | | Merge 5.2->5.3 | Sergey Petrunya | 2010-10-10 | 1 | -8/+72 |
|\ \ \ \ \ | |/ / / / | |||||
| * | | | | merge with 5.1 | Sergei Golubchik | 2010-09-11 | 1 | -1/+53 |
| |\ \ \ \ | | |/ / / | |||||
| | * | | | Fix that one can run mysql_upgrade with long table names | Michael Widenius | 2010-09-03 | 1 | -1/+1 |
| | * | | | Merge with MySQL 5.1.50 | Michael Widenius | 2010-08-27 | 1 | -0/+52 |
| | |\ \ \ | | | |/ / | |||||
| | | * | | Bug#52455: Subpar INSERT ON DUPLICATE KEY UPDATE performance with many partit... | Mattias Jonsson | 2010-07-09 | 1 | -0/+52 |
| | | |/ | |||||
| * | | | Merge with MariaDB 5.1.49 | Michael Widenius | 2010-08-05 | 1 | -2/+15 |
| |\ \ \ | | |/ / | |||||
| | * | | Merge with MySQL 5.1.49 | Michael Widenius | 2010-08-02 | 1 | -2/+15 |
| | |\ \ | | | |/ | |||||
| | | * | Bug#49161: Out of memory; restart server and try again (needed 2 bytes) | Mattias Jonsson | 2010-05-25 | 1 | -1/+1 |
| | | * | merge into mysql-5.1-bugteam | Mattias Jonsson | 2010-05-21 | 1 | -1/+10 |
| | | |\ | |||||
| | | * | | Bug#50561: ALTER PARTITIONS does not have adequate lock, breaks with | Mattias Jonsson | 2010-03-17 | 1 | -0/+4 |
| * | | | | merge with 5.1 | Sergei Golubchik | 2010-07-25 | 1 | -4/+3 |
| |\ \ \ \ | | |/ / / | |||||
| | * | | | restore the unintentinally broken ABI | Sergei Golubchik | 2010-07-23 | 1 | -4/+3 |
| * | | | | Fix for LP#588251: doStartTableScan() result not checked. | Michael Widenius | 2010-07-17 | 1 | -1/+1 |
* | | | | | Improved speed of thr_alarm from O(N) to O(1). thr_alarm is used to handle ti... | Michael Widenius | 2010-07-16 | 1 | -7/+7 |
|/ / / / | |||||
* | | | | few small MySQL bugs/issues that impact the engines, as discussed in the SE s... | Sergei Golubchik | 2010-06-05 | 1 | -39/+8 |
* | | | | merge 5.1->5.2 | Sergei Golubchik | 2010-06-01 | 1 | -7/+42 |
|\ \ \ \ | |/ / / | |||||
| * | | | Merge MySQL 5.1.46 into MariaDB. | unknown | 2010-04-28 | 1 | -7/+42 |
| |\ \ \ | | |/ / | |||||
| | * | | merged | Mattias Jonsson | 2010-03-12 | 1 | -1/+14 |
| | |\ \ | |||||
| | | * | | Bug#50392: insert_id is not reset for partitioned tables | Mattias Jonsson | 2010-03-04 | 1 | -1/+14 |
| | * | | | merge | Mattias Jonsson | 2010-03-11 | 1 | -0/+1 |
| | |\ \ \ | | | |/ / | | |/| | | |||||
| | | * | | Bug#48229: group by performance issue of partitioned table | Mattias Jonsson | 2010-03-04 | 1 | -0/+1 |
| | * | | | Manual merge (moved the check for log_table before name lock) | Mattias Jonsson | 2010-02-12 | 1 | -6/+27 |
| | |\ \ \ | |||||
| | | * | | | Bug#42438: Crash ha_partition::change_table_ptr | Mattias Jonsson | 2010-02-01 | 1 | -6/+27 |
| | | | |/ | | | |/| | |||||
* | | | | | A temporary solution to make CREATE TABLE attributes | Sergei Golubchik | 2010-05-11 | 1 | -3/+1 |
* | | | | | MWL#43 CREATE TABLE options (by Sanja) | Sergei Golubchik | 2010-04-08 | 1 | -1/+6 |
* | | | | | Maria WL#61 | unknown | 2010-04-01 | 1 | -0/+17 |
* | | | | | merged | Sergei Golubchik | 2010-03-15 | 1 | -69/+138 |
|\ \ \ \ \ | |/ / / / | |||||
| * | | | | Merge MySQL 5.1.44 into MariaDB. | unknown | 2010-03-04 | 1 | -69/+138 |
| |\ \ \ \ | | |/ / / |