Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Create 'main' test directory and move 't' and 'r' there | Michael Widenius | 2018-03-29 | 1 | -27/+0 |
| | |||||
* | Fix test failure when the mysql-test/ directory is not writable. | unknown | 2010-11-24 | 1 | -3/+4 |
| | |||||
* | Bug#51851: Server with SBR locks mutex twice on | Mattias Jonsson | 2010-10-01 | 1 | -0/+26 |
LOAD DATA into partitioned MyISAM table Problem was that both partitioning and myisam used the same table_share->mutex for different protections (auto inc and repair). Solved by adding a specific mutex for the partitioning auto_increment. Also adding destroying the ha_data structure in free_table_share (which is to be propagated into 5.5). This is a 5.1 ONLY patch, already fixed in 5.5+. |