summaryrefslogtreecommitdiff
path: root/mysql-test/t/partition_binlog_stmt.test
Commit message (Collapse)AuthorAgeFilesLines
* Create 'main' test directory and move 't' and 'r' thereMichael Widenius2018-03-291-27/+0
|
* Fix test failure when the mysql-test/ directory is not writable.unknown2010-11-241-3/+4
|
* Bug#51851: Server with SBR locks mutex twice onMattias Jonsson2010-10-011-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+.