diff --git a/lang/english-iso-8859-1.inc.php b/lang/english-iso-8859-1.inc.php index 8feb4cda9..129d0ace1 100644 --- a/lang/english-iso-8859-1.inc.php +++ b/lang/english-iso-8859-1.inc.php @@ -389,6 +389,18 @@ $strMoveTableOK = 'Table %s has been moved to %s.'; $strMoveTableSameNames = 'Can\'t move table to same one!'; $strMultilingual = 'multilingual'; $strMustSelectFile = 'You should select file which you want to insert.'; +$strMyISAMDataPointerSize = 'Data pointer size'; +$strMyISAMDataPointerSizeDesc = 'The default pointer size in bytes, to be used by CREATE TABLE for MyISAM tables when no MAX_ROWS option is specified.'; +$strMyISAMMaxExtraSortFileSize = 'Maximum size for temporary files on index creation'; +$strMyISAMMaxExtraSortFileSizeDesc = 'If the temporary file used for fast MyISAM index creation would be larger than using the key cache by the amount specified here, prefer the key cache method.'; +$strMyISAMMaxSortFileSize = 'Maximum size for temporary sort files'; +$strMyISAMMaxSortFileSizeDesc = 'The maximum size of the temporary file MySQL is allowed to use while re-creating a MyISAM index (during REPAIR TABLE, ALTER TABLE, or LOAD DATA INFILE).'; +$strMyISAMRecoverOptions = 'Automatic recovery mode'; +$strMyISAMRecoverOptionsDesc = 'The mode for automatic recovery of crashed MyISAM tables, as set via the --myisam-recover server startup option.'; +$strMyISAMRepairThreads = 'Repair threads'; +$strMyISAMRepairThreadsDesc = 'If this value is greater than 1, MyISAM table indexes are created in parallel (each index in its own thread) during the Repair by sorting process.'; +$strMyISAMSortBufferSize = 'Sort buffer size'; +$strMyISAMSortBufferSizeDesc = 'The buffer that is allocated when sorting MyISAM indexes during a REPAIR TABLE or when creating indexes with CREATE INDEX or ALTER TABLE.'; $strMySQLCharset = 'MySQL charset'; $strMySQLConnectionCollation = 'MySQL connection collation'; $strMySQLReloaded = 'MySQL reloaded.'; @@ -754,16 +766,4 @@ $strYes = 'Yes'; $strZeroRemovesTheLimit = 'Note: Setting these options to 0 (zero) removes the limit.'; $strZip = '"zipped"'; -$strMyISAMSortBufferSize = 'Sort buffer size'; -$strMyISAMSortBufferSizeDesc = 'The buffer that is allocated when sorting MyISAM indexes during a REPAIR TABLE or when creating indexes with CREATE INDEX or ALTER TABLE.'; -$strMyISAMDataPointerSize = 'Data pointer size'; -$strMyISAMDataPointerSizeDesc = 'The default pointer size in bytes, to be used by CREATE TABLE for MyISAM tables when no MAX_ROWS option is specified.'; -$strMyISAMRecoverOptions = 'Automatic recovery mode'; -$strMyISAMRecoverOptionsDesc = 'The mode for automatic recovery of crashed MyISAM tables, as set via the --myisam-recover server startup option.'; -$strMyISAMRepairThreads = 'Repair threads'; -$strMyISAMRepairThreadsDesc = 'If this value is greater than 1, MyISAM table indexes are created in parallel (each index in its own thread) during the Repair by sorting process.'; -$strMyISAMMaxSortFileSize = 'Maximum size for temporary sort files'; -$strMyISAMMaxSortFileSizeDesc = 'The maximum size of the temporary file MySQL is allowed to use while re-creating a MyISAM index (during REPAIR TABLE, ALTER TABLE, or LOAD DATA INFILE).'; -$strMyISAMMaxExtraSortFileSize = 'Maximum size for temporary files on index creation'; -$strMyISAMMaxExtraSortFileSizeDesc = 'If the temporary file used for fast MyISAM index creation would be larger than using the key cache by the amount specified here, prefer the key cache method.'; ?> diff --git a/lang/english-utf-8.inc.php b/lang/english-utf-8.inc.php index afcbc5926..c0e9faee0 100644 --- a/lang/english-utf-8.inc.php +++ b/lang/english-utf-8.inc.php @@ -390,6 +390,18 @@ $strMoveTableOK = 'Table %s has been moved to %s.'; $strMoveTableSameNames = 'Can\'t move table to same one!'; $strMultilingual = 'multilingual'; $strMustSelectFile = 'You should select file which you want to insert.'; +$strMyISAMDataPointerSize = 'Data pointer size'; +$strMyISAMDataPointerSizeDesc = 'The default pointer size in bytes, to be used by CREATE TABLE for MyISAM tables when no MAX_ROWS option is specified.'; +$strMyISAMMaxExtraSortFileSize = 'Maximum size for temporary files on index creation'; +$strMyISAMMaxExtraSortFileSizeDesc = 'If the temporary file used for fast MyISAM index creation would be larger than using the key cache by the amount specified here, prefer the key cache method.'; +$strMyISAMMaxSortFileSize = 'Maximum size for temporary sort files'; +$strMyISAMMaxSortFileSizeDesc = 'The maximum size of the temporary file MySQL is allowed to use while re-creating a MyISAM index (during REPAIR TABLE, ALTER TABLE, or LOAD DATA INFILE).'; +$strMyISAMRecoverOptions = 'Automatic recovery mode'; +$strMyISAMRecoverOptionsDesc = 'The mode for automatic recovery of crashed MyISAM tables, as set via the --myisam-recover server startup option.'; +$strMyISAMRepairThreads = 'Repair threads'; +$strMyISAMRepairThreadsDesc = 'If this value is greater than 1, MyISAM table indexes are created in parallel (each index in its own thread) during the Repair by sorting process.'; +$strMyISAMSortBufferSize = 'Sort buffer size'; +$strMyISAMSortBufferSizeDesc = 'The buffer that is allocated when sorting MyISAM indexes during a REPAIR TABLE or when creating indexes with CREATE INDEX or ALTER TABLE.'; $strMySQLCharset = 'MySQL charset'; $strMySQLConnectionCollation = 'MySQL connection collation'; $strMySQLReloaded = 'MySQL reloaded.'; @@ -755,16 +767,4 @@ $strYes = 'Yes'; $strZeroRemovesTheLimit = 'Note: Setting these options to 0 (zero) removes the limit.'; $strZip = '"zipped"'; -$strMyISAMSortBufferSize = 'Sort buffer size'; -$strMyISAMSortBufferSizeDesc = 'The buffer that is allocated when sorting MyISAM indexes during a REPAIR TABLE or when creating indexes with CREATE INDEX or ALTER TABLE.'; -$strMyISAMDataPointerSize = 'Data pointer size'; -$strMyISAMDataPointerSizeDesc = 'The default pointer size in bytes, to be used by CREATE TABLE for MyISAM tables when no MAX_ROWS option is specified.'; -$strMyISAMRecoverOptions = 'Automatic recovery mode'; -$strMyISAMRecoverOptionsDesc = 'The mode for automatic recovery of crashed MyISAM tables, as set via the --myisam-recover server startup option.'; -$strMyISAMRepairThreads = 'Repair threads'; -$strMyISAMRepairThreadsDesc = 'If this value is greater than 1, MyISAM table indexes are created in parallel (each index in its own thread) during the Repair by sorting process.'; -$strMyISAMMaxSortFileSize = 'Maximum size for temporary sort files'; -$strMyISAMMaxSortFileSizeDesc = 'The maximum size of the temporary file MySQL is allowed to use while re-creating a MyISAM index (during REPAIR TABLE, ALTER TABLE, or LOAD DATA INFILE).'; -$strMyISAMMaxExtraSortFileSize = 'Maximum size for temporary files on index creation'; -$strMyISAMMaxExtraSortFileSizeDesc = 'If the temporary file used for fast MyISAM index creation would be larger than using the key cache by the amount specified here, prefer the key cache method.'; ?>