Permalink
Please sign in to comment.
Browse files
Specify MySQL storage engine for mfdb temp tables.
Since MySQL 5.5 changes the default storage engine to InnoDB, and since many distros configure the InnoDB file path to refer to a directory on a file system with barriers enabled, any temporary tables written to disk will be written as InnoDB tables on the InnoDB file path, rather than using MyISAM tables, which can be stored on the tmpdir. This results in severe performance issues when using mythfilldatabase with Schedules Direct data. Therefore, specify the use of MyISAM storage engine for mythfilldatabase DataDirect temporary tables. See, also: https://bugs.launchpad.net/ubuntu/+source/mythtv/+bug/997367 (cherry picked from commit c06b706)
- Loading branch information...
0 comments on commit
4f55fd1