diff --git a/ChangeLog b/ChangeLog index 32a420eac..3cf8393d6 100755 --- a/ChangeLog +++ b/ChangeLog @@ -5,6 +5,14 @@ phpMyAdmin - Changelog $Id$ $Source$ +2005-03-05 Alexander M. Turek + * server_engines.php, lang/*.inc.php, libraries/storage_engines.lib.php + libraries/engines/berkeleydb.lib.php, libraries/engines/bdb.lib.php, + libraries/engines/innobase.lib.php, libraries/innodb.lib.php, + libraries/engines/myisam.lib.php: + - Moved engine-specific settings into plugins; + - Added a few InnoDB variables. To be continued. :-) + 2005-03-04 Marc Delisle * Documentation.html, libraries/common.lib.php: new FAQ 2.8 about Missing parameters, and when the error happens, show a link to FAQ diff --git a/lang/afrikaans-iso-8859-1.inc.php b/lang/afrikaans-iso-8859-1.inc.php index 52f8aa830..817809ea4 100644 --- a/lang/afrikaans-iso-8859-1.inc.php +++ b/lang/afrikaans-iso-8859-1.inc.php @@ -783,4 +783,7 @@ $strMyISAMMaxExtraSortFileSize = 'Maximum size for temporary files on index crea $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.'; //to translate $strLongOperation = 'This operation could be long. Proceed anyway?'; //to translate $strVersionInformation = 'Version information'; //to translate +$strInnoDBDataHomeDir = 'Data home directory'; //to translate +$strInnoDBDataHomeDirDesc = 'The common part of the directory path for all InnoDB data files.'; //to translate +$strInnoDBDataFilePath = 'Data files'; //to translate ?> diff --git a/lang/afrikaans-utf-8.inc.php b/lang/afrikaans-utf-8.inc.php index 21432b699..98388467b 100644 --- a/lang/afrikaans-utf-8.inc.php +++ b/lang/afrikaans-utf-8.inc.php @@ -784,4 +784,7 @@ $strMyISAMMaxExtraSortFileSize = 'Maximum size for temporary files on index crea $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.'; //to translate $strLongOperation = 'This operation could be long. Proceed anyway?'; //to translate $strVersionInformation = 'Version information'; //to translate +$strInnoDBDataHomeDir = 'Data home directory'; //to translate +$strInnoDBDataHomeDirDesc = 'The common part of the directory path for all InnoDB data files.'; //to translate +$strInnoDBDataFilePath = 'Data files'; //to translate ?> diff --git a/lang/albanian-iso-8859-1.inc.php b/lang/albanian-iso-8859-1.inc.php index d36ed116f..0a00d57f9 100644 --- a/lang/albanian-iso-8859-1.inc.php +++ b/lang/albanian-iso-8859-1.inc.php @@ -773,4 +773,7 @@ $strMyISAMMaxExtraSortFileSize = 'Maximum size for temporary files on index crea $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.'; //to translate $strLongOperation = 'This operation could be long. Proceed anyway?'; //to translate $strVersionInformation = 'Version information'; //to translate +$strInnoDBDataHomeDir = 'Data home directory'; //to translate +$strInnoDBDataHomeDirDesc = 'The common part of the directory path for all InnoDB data files.'; //to translate +$strInnoDBDataFilePath = 'Data files'; //to translate ?> diff --git a/lang/albanian-utf-8.inc.php b/lang/albanian-utf-8.inc.php index b27a70f0f..a1fe18ce7 100644 --- a/lang/albanian-utf-8.inc.php +++ b/lang/albanian-utf-8.inc.php @@ -774,4 +774,7 @@ $strMyISAMMaxExtraSortFileSize = 'Maximum size for temporary files on index crea $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.'; //to translate $strLongOperation = 'This operation could be long. Proceed anyway?'; //to translate $strVersionInformation = 'Version information'; //to translate +$strInnoDBDataHomeDir = 'Data home directory'; //to translate +$strInnoDBDataHomeDirDesc = 'The common part of the directory path for all InnoDB data files.'; //to translate +$strInnoDBDataFilePath = 'Data files'; //to translate ?> diff --git a/lang/arabic-utf-8.inc.php b/lang/arabic-utf-8.inc.php index 732a2b500..86537685b 100644 --- a/lang/arabic-utf-8.inc.php +++ b/lang/arabic-utf-8.inc.php @@ -777,4 +777,7 @@ $strMyISAMMaxExtraSortFileSize = 'Maximum size for temporary files on index crea $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.'; //to translate $strLongOperation = 'This operation could be long. Proceed anyway?'; //to translate $strVersionInformation = 'Version information'; //to translate +$strInnoDBDataHomeDir = 'Data home directory'; //to translate +$strInnoDBDataHomeDirDesc = 'The common part of the directory path for all InnoDB data files.'; //to translate +$strInnoDBDataFilePath = 'Data files'; //to translate ?> diff --git a/lang/arabic-windows-1256.inc.php b/lang/arabic-windows-1256.inc.php index 607b311c9..66aaf1c03 100644 --- a/lang/arabic-windows-1256.inc.php +++ b/lang/arabic-windows-1256.inc.php @@ -776,4 +776,7 @@ $strMyISAMMaxExtraSortFileSize = 'Maximum size for temporary files on index crea $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.'; //to translate $strLongOperation = 'This operation could be long. Proceed anyway?'; //to translate $strVersionInformation = 'Version information'; //to translate +$strInnoDBDataHomeDir = 'Data home directory'; //to translate +$strInnoDBDataHomeDirDesc = 'The common part of the directory path for all InnoDB data files.'; //to translate +$strInnoDBDataFilePath = 'Data files'; //to translate ?> diff --git a/lang/azerbaijani-iso-8859-9.inc.php b/lang/azerbaijani-iso-8859-9.inc.php index 3224173ae..1aef771be 100644 --- a/lang/azerbaijani-iso-8859-9.inc.php +++ b/lang/azerbaijani-iso-8859-9.inc.php @@ -772,4 +772,7 @@ $strMyISAMMaxExtraSortFileSize = 'Maximum size for temporary files on index crea $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.'; //to translate $strLongOperation = 'This operation could be long. Proceed anyway?'; //to translate $strVersionInformation = 'Version information'; //to translate +$strInnoDBDataHomeDir = 'Data home directory'; //to translate +$strInnoDBDataHomeDirDesc = 'The common part of the directory path for all InnoDB data files.'; //to translate +$strInnoDBDataFilePath = 'Data files'; //to translate ?> diff --git a/lang/azerbaijani-utf-8.inc.php b/lang/azerbaijani-utf-8.inc.php index adc4e41a8..bc0311c50 100644 --- a/lang/azerbaijani-utf-8.inc.php +++ b/lang/azerbaijani-utf-8.inc.php @@ -773,4 +773,7 @@ $strMyISAMMaxExtraSortFileSize = 'Maximum size for temporary files on index crea $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.'; //to translate $strLongOperation = 'This operation could be long. Proceed anyway?'; //to translate $strVersionInformation = 'Version information'; //to translate +$strInnoDBDataHomeDir = 'Data home directory'; //to translate +$strInnoDBDataHomeDirDesc = 'The common part of the directory path for all InnoDB data files.'; //to translate +$strInnoDBDataFilePath = 'Data files'; //to translate ?> diff --git a/lang/basque-iso-8859-1.inc.php b/lang/basque-iso-8859-1.inc.php index 0aebf8261..3e41b6661 100644 --- a/lang/basque-iso-8859-1.inc.php +++ b/lang/basque-iso-8859-1.inc.php @@ -775,4 +775,7 @@ $strMyISAMMaxExtraSortFileSize = 'Maximum size for temporary files on index crea $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.'; //to translate $strLongOperation = 'This operation could be long. Proceed anyway?'; //to translate $strVersionInformation = 'Version information'; //to translate +$strInnoDBDataHomeDir = 'Data home directory'; //to translate +$strInnoDBDataHomeDirDesc = 'The common part of the directory path for all InnoDB data files.'; //to translate +$strInnoDBDataFilePath = 'Data files'; //to translate ?> diff --git a/lang/basque-utf-8.inc.php b/lang/basque-utf-8.inc.php index 094f30cbd..568c2e2ff 100644 --- a/lang/basque-utf-8.inc.php +++ b/lang/basque-utf-8.inc.php @@ -776,4 +776,7 @@ $strMyISAMMaxExtraSortFileSize = 'Maximum size for temporary files on index crea $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.'; //to translate $strLongOperation = 'This operation could be long. Proceed anyway?'; //to translate $strVersionInformation = 'Version information'; //to translate +$strInnoDBDataHomeDir = 'Data home directory'; //to translate +$strInnoDBDataHomeDirDesc = 'The common part of the directory path for all InnoDB data files.'; //to translate +$strInnoDBDataFilePath = 'Data files'; //to translate ?> diff --git a/lang/bosnian-utf-8.inc.php b/lang/bosnian-utf-8.inc.php index 320d8d743..ca784b020 100644 --- a/lang/bosnian-utf-8.inc.php +++ b/lang/bosnian-utf-8.inc.php @@ -782,4 +782,7 @@ $strMyISAMMaxExtraSortFileSize = 'Maximum size for temporary files on index crea $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.'; //to translate $strLongOperation = 'This operation could be long. Proceed anyway?'; //to translate $strVersionInformation = 'Version information'; //to translate +$strInnoDBDataHomeDir = 'Data home directory'; //to translate +$strInnoDBDataHomeDirDesc = 'The common part of the directory path for all InnoDB data files.'; //to translate +$strInnoDBDataFilePath = 'Data files'; //to translate ?> diff --git a/lang/bosnian-windows-1250.inc.php b/lang/bosnian-windows-1250.inc.php index f0f049e19..e71be97e0 100644 --- a/lang/bosnian-windows-1250.inc.php +++ b/lang/bosnian-windows-1250.inc.php @@ -781,4 +781,7 @@ $strMyISAMMaxExtraSortFileSize = 'Maximum size for temporary files on index crea $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.'; //to translate $strLongOperation = 'This operation could be long. Proceed anyway?'; //to translate $strVersionInformation = 'Version information'; //to translate +$strInnoDBDataHomeDir = 'Data home directory'; //to translate +$strInnoDBDataHomeDirDesc = 'The common part of the directory path for all InnoDB data files.'; //to translate +$strInnoDBDataFilePath = 'Data files'; //to translate ?> diff --git a/lang/brazilian_portuguese-iso-8859-1.inc.php b/lang/brazilian_portuguese-iso-8859-1.inc.php index 7694332a8..c2766dff6 100644 --- a/lang/brazilian_portuguese-iso-8859-1.inc.php +++ b/lang/brazilian_portuguese-iso-8859-1.inc.php @@ -797,4 +797,7 @@ $strMyISAMMaxExtraSortFileSize = 'Maximum size for temporary files on index crea $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.'; //to translate $strLongOperation = 'This operation could be long. Proceed anyway?'; //to translate $strVersionInformation = 'Version information'; //to translate +$strInnoDBDataHomeDir = 'Data home directory'; //to translate +$strInnoDBDataHomeDirDesc = 'The common part of the directory path for all InnoDB data files.'; //to translate +$strInnoDBDataFilePath = 'Data files'; //to translate ?> diff --git a/lang/brazilian_portuguese-utf-8.inc.php b/lang/brazilian_portuguese-utf-8.inc.php index 498fe7065..b007f5439 100644 --- a/lang/brazilian_portuguese-utf-8.inc.php +++ b/lang/brazilian_portuguese-utf-8.inc.php @@ -798,4 +798,7 @@ $strMyISAMMaxExtraSortFileSize = 'Maximum size for temporary files on index crea $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.'; //to translate $strLongOperation = 'This operation could be long. Proceed anyway?'; //to translate $strVersionInformation = 'Version information'; //to translate +$strInnoDBDataHomeDir = 'Data home directory'; //to translate +$strInnoDBDataHomeDirDesc = 'The common part of the directory path for all InnoDB data files.'; //to translate +$strInnoDBDataFilePath = 'Data files'; //to translate ?> diff --git a/lang/bulgarian-koi8-r.inc.php b/lang/bulgarian-koi8-r.inc.php index 3cd35dce0..df7a3af59 100644 --- a/lang/bulgarian-koi8-r.inc.php +++ b/lang/bulgarian-koi8-r.inc.php @@ -782,4 +782,7 @@ $strMyISAMMaxExtraSortFileSize = 'Maximum size for temporary files on index crea $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.'; //to translate $strLongOperation = 'This operation could be long. Proceed anyway?'; //to translate $strVersionInformation = 'Version information'; //to translate +$strInnoDBDataHomeDir = 'Data home directory'; //to translate +$strInnoDBDataHomeDirDesc = 'The common part of the directory path for all InnoDB data files.'; //to translate +$strInnoDBDataFilePath = 'Data files'; //to translate ?> diff --git a/lang/bulgarian-utf-8.inc.php b/lang/bulgarian-utf-8.inc.php index ead9cb891..f986aca5a 100644 --- a/lang/bulgarian-utf-8.inc.php +++ b/lang/bulgarian-utf-8.inc.php @@ -783,4 +783,7 @@ $strMyISAMMaxExtraSortFileSize = 'Maximum size for temporary files on index crea $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.'; //to translate $strLongOperation = 'This operation could be long. Proceed anyway?'; //to translate $strVersionInformation = 'Version information'; //to translate +$strInnoDBDataHomeDir = 'Data home directory'; //to translate +$strInnoDBDataHomeDirDesc = 'The common part of the directory path for all InnoDB data files.'; //to translate +$strInnoDBDataFilePath = 'Data files'; //to translate ?> diff --git a/lang/bulgarian-windows-1251.inc.php b/lang/bulgarian-windows-1251.inc.php index 2b3725aa3..da38ac354 100644 --- a/lang/bulgarian-windows-1251.inc.php +++ b/lang/bulgarian-windows-1251.inc.php @@ -782,4 +782,7 @@ $strMyISAMMaxExtraSortFileSize = 'Maximum size for temporary files on index crea $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.'; //to translate $strLongOperation = 'This operation could be long. Proceed anyway?'; //to translate $strVersionInformation = 'Version information'; //to translate +$strInnoDBDataHomeDir = 'Data home directory'; //to translate +$strInnoDBDataHomeDirDesc = 'The common part of the directory path for all InnoDB data files.'; //to translate +$strInnoDBDataFilePath = 'Data files'; //to translate ?> diff --git a/lang/catalan-iso-8859-1.inc.php b/lang/catalan-iso-8859-1.inc.php index e320a7b41..d6130129f 100644 --- a/lang/catalan-iso-8859-1.inc.php +++ b/lang/catalan-iso-8859-1.inc.php @@ -768,4 +768,7 @@ $strMyISAMMaxExtraSortFileSize = 'Maximum size for temporary files on index crea $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.'; //to translate $strLongOperation = 'This operation could be long. Proceed anyway?'; //to translate $strVersionInformation = 'Version information'; //to translate +$strInnoDBDataHomeDir = 'Data home directory'; //to translate +$strInnoDBDataHomeDirDesc = 'The common part of the directory path for all InnoDB data files.'; //to translate +$strInnoDBDataFilePath = 'Data files'; //to translate ?> diff --git a/lang/catalan-utf-8.inc.php b/lang/catalan-utf-8.inc.php index 1dde712fc..a3459c772 100644 --- a/lang/catalan-utf-8.inc.php +++ b/lang/catalan-utf-8.inc.php @@ -769,4 +769,7 @@ $strMyISAMMaxExtraSortFileSize = 'Maximum size for temporary files on index crea $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.'; //to translate $strLongOperation = 'This operation could be long. Proceed anyway?'; //to translate $strVersionInformation = 'Version information'; //to translate +$strInnoDBDataHomeDir = 'Data home directory'; //to translate +$strInnoDBDataHomeDirDesc = 'The common part of the directory path for all InnoDB data files.'; //to translate +$strInnoDBDataFilePath = 'Data files'; //to translate ?> diff --git a/lang/chinese_simplified-gb2312.inc.php b/lang/chinese_simplified-gb2312.inc.php index 5d9cfbada..f03fc1f26 100644 --- a/lang/chinese_simplified-gb2312.inc.php +++ b/lang/chinese_simplified-gb2312.inc.php @@ -774,4 +774,7 @@ $strMyISAMMaxExtraSortFileSize = 'Maximum size for temporary files on index crea $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.'; //to translate $strLongOperation = 'This operation could be long. Proceed anyway?'; //to translate $strVersionInformation = 'Version information'; //to translate +$strInnoDBDataHomeDir = 'Data home directory'; //to translate +$strInnoDBDataHomeDirDesc = 'The common part of the directory path for all InnoDB data files.'; //to translate +$strInnoDBDataFilePath = 'Data files'; //to translate ?> diff --git a/lang/chinese_simplified-utf-8.inc.php b/lang/chinese_simplified-utf-8.inc.php index 7a01775e4..28ae7dd3c 100644 --- a/lang/chinese_simplified-utf-8.inc.php +++ b/lang/chinese_simplified-utf-8.inc.php @@ -775,4 +775,7 @@ $strMyISAMMaxExtraSortFileSize = 'Maximum size for temporary files on index crea $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.'; //to translate $strLongOperation = 'This operation could be long. Proceed anyway?'; //to translate $strVersionInformation = 'Version information'; //to translate +$strInnoDBDataHomeDir = 'Data home directory'; //to translate +$strInnoDBDataHomeDirDesc = 'The common part of the directory path for all InnoDB data files.'; //to translate +$strInnoDBDataFilePath = 'Data files'; //to translate ?> diff --git a/lang/chinese_traditional-big5.inc.php b/lang/chinese_traditional-big5.inc.php index 0c6086468..b6435638f 100644 --- a/lang/chinese_traditional-big5.inc.php +++ b/lang/chinese_traditional-big5.inc.php @@ -774,4 +774,7 @@ $strMyISAMMaxExtraSortFileSize = 'Maximum size for temporary files on index crea $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.'; //to translate $strLongOperation = 'This operation could be long. Proceed anyway?'; //to translate $strVersionInformation = 'Version information'; //to translate +$strInnoDBDataHomeDir = 'Data home directory'; //to translate +$strInnoDBDataHomeDirDesc = 'The common part of the directory path for all InnoDB data files.'; //to translate +$strInnoDBDataFilePath = 'Data files'; //to translate ?> diff --git a/lang/chinese_traditional-utf-8.inc.php b/lang/chinese_traditional-utf-8.inc.php index 0984dd7cf..96014d6a1 100644 --- a/lang/chinese_traditional-utf-8.inc.php +++ b/lang/chinese_traditional-utf-8.inc.php @@ -775,4 +775,7 @@ $strMyISAMMaxExtraSortFileSize = 'Maximum size for temporary files on index crea $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.'; //to translate $strLongOperation = 'This operation could be long. Proceed anyway?'; //to translate $strVersionInformation = 'Version information'; //to translate +$strInnoDBDataHomeDir = 'Data home directory'; //to translate +$strInnoDBDataHomeDirDesc = 'The common part of the directory path for all InnoDB data files.'; //to translate +$strInnoDBDataFilePath = 'Data files'; //to translate ?> diff --git a/lang/croatian-iso-8859-2.inc.php b/lang/croatian-iso-8859-2.inc.php index db721e046..e3be0d8fe 100644 --- a/lang/croatian-iso-8859-2.inc.php +++ b/lang/croatian-iso-8859-2.inc.php @@ -796,4 +796,7 @@ $strMyISAMMaxExtraSortFileSize = 'Maximum size for temporary files on index crea $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.'; //to translate $strLongOperation = 'This operation could be long. Proceed anyway?'; //to translate $strVersionInformation = 'Version information'; //to translate +$strInnoDBDataHomeDir = 'Data home directory'; //to translate +$strInnoDBDataHomeDirDesc = 'The common part of the directory path for all InnoDB data files.'; //to translate +$strInnoDBDataFilePath = 'Data files'; //to translate ?> diff --git a/lang/croatian-utf-8.inc.php b/lang/croatian-utf-8.inc.php index 6d26b3b81..4eb8744c5 100644 --- a/lang/croatian-utf-8.inc.php +++ b/lang/croatian-utf-8.inc.php @@ -797,4 +797,7 @@ $strMyISAMMaxExtraSortFileSize = 'Maximum size for temporary files on index crea $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.'; //to translate $strLongOperation = 'This operation could be long. Proceed anyway?'; //to translate $strVersionInformation = 'Version information'; //to translate +$strInnoDBDataHomeDir = 'Data home directory'; //to translate +$strInnoDBDataHomeDirDesc = 'The common part of the directory path for all InnoDB data files.'; //to translate +$strInnoDBDataFilePath = 'Data files'; //to translate ?> diff --git a/lang/croatian-windows-1250.inc.php b/lang/croatian-windows-1250.inc.php index a34ae821a..71bb27d81 100644 --- a/lang/croatian-windows-1250.inc.php +++ b/lang/croatian-windows-1250.inc.php @@ -796,4 +796,7 @@ $strMyISAMMaxExtraSortFileSize = 'Maximum size for temporary files on index crea $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.'; //to translate $strLongOperation = 'This operation could be long. Proceed anyway?'; //to translate $strVersionInformation = 'Version information'; //to translate +$strInnoDBDataHomeDir = 'Data home directory'; //to translate +$strInnoDBDataHomeDirDesc = 'The common part of the directory path for all InnoDB data files.'; //to translate +$strInnoDBDataFilePath = 'Data files'; //to translate ?> diff --git a/lang/czech-iso-8859-2.inc.php b/lang/czech-iso-8859-2.inc.php index 3ed75702c..c595924bd 100644 --- a/lang/czech-iso-8859-2.inc.php +++ b/lang/czech-iso-8859-2.inc.php @@ -774,4 +774,7 @@ $strMyISAMMaxExtraSortFileSize = 'Maximum size for temporary files on index crea $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.'; //to translate $strLongOperation = 'This operation could be long. Proceed anyway?'; //to translate $strVersionInformation = 'Version information'; //to translate +$strInnoDBDataHomeDir = 'Data home directory'; //to translate +$strInnoDBDataHomeDirDesc = 'The common part of the directory path for all InnoDB data files.'; //to translate +$strInnoDBDataFilePath = 'Data files'; //to translate ?> diff --git a/lang/czech-utf-8.inc.php b/lang/czech-utf-8.inc.php index a506d1e7b..574148652 100644 --- a/lang/czech-utf-8.inc.php +++ b/lang/czech-utf-8.inc.php @@ -775,4 +775,7 @@ $strMyISAMMaxExtraSortFileSize = 'Maximum size for temporary files on index crea $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.'; //to translate $strLongOperation = 'This operation could be long. Proceed anyway?'; //to translate $strVersionInformation = 'Version information'; //to translate +$strInnoDBDataHomeDir = 'Data home directory'; //to translate +$strInnoDBDataHomeDirDesc = 'The common part of the directory path for all InnoDB data files.'; //to translate +$strInnoDBDataFilePath = 'Data files'; //to translate ?> diff --git a/lang/czech-windows-1250.inc.php b/lang/czech-windows-1250.inc.php index 0d172b8f6..d51c80bd0 100644 --- a/lang/czech-windows-1250.inc.php +++ b/lang/czech-windows-1250.inc.php @@ -774,4 +774,7 @@ $strMyISAMMaxExtraSortFileSize = 'Maximum size for temporary files on index crea $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.'; //to translate $strLongOperation = 'This operation could be long. Proceed anyway?'; //to translate $strVersionInformation = 'Version information'; //to translate +$strInnoDBDataHomeDir = 'Data home directory'; //to translate +$strInnoDBDataHomeDirDesc = 'The common part of the directory path for all InnoDB data files.'; //to translate +$strInnoDBDataFilePath = 'Data files'; //to translate ?> diff --git a/lang/danish-iso-8859-1.inc.php b/lang/danish-iso-8859-1.inc.php index 2efe4b670..0f96343fc 100644 --- a/lang/danish-iso-8859-1.inc.php +++ b/lang/danish-iso-8859-1.inc.php @@ -770,4 +770,7 @@ $strMyISAMMaxExtraSortFileSize = 'Maximum size for temporary files on index crea $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.'; //to translate $strLongOperation = 'This operation could be long. Proceed anyway?'; //to translate $strVersionInformation = 'Version information'; //to translate +$strInnoDBDataHomeDir = 'Data home directory'; //to translate +$strInnoDBDataHomeDirDesc = 'The common part of the directory path for all InnoDB data files.'; //to translate +$strInnoDBDataFilePath = 'Data files'; //to translate ?> diff --git a/lang/danish-utf-8.inc.php b/lang/danish-utf-8.inc.php index c0383fdd4..83f2f1816 100644 --- a/lang/danish-utf-8.inc.php +++ b/lang/danish-utf-8.inc.php @@ -771,4 +771,7 @@ $strMyISAMMaxExtraSortFileSize = 'Maximum size for temporary files on index crea $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.'; //to translate $strLongOperation = 'This operation could be long. Proceed anyway?'; //to translate $strVersionInformation = 'Version information'; //to translate +$strInnoDBDataHomeDir = 'Data home directory'; //to translate +$strInnoDBDataHomeDirDesc = 'The common part of the directory path for all InnoDB data files.'; //to translate +$strInnoDBDataFilePath = 'Data files'; //to translate ?> diff --git a/lang/dutch-iso-8859-1.inc.php b/lang/dutch-iso-8859-1.inc.php index 36ebf241a..c4bbbcf8d 100644 --- a/lang/dutch-iso-8859-1.inc.php +++ b/lang/dutch-iso-8859-1.inc.php @@ -772,4 +772,7 @@ $strMyISAMMaxExtraSortFileSize = 'Maximum size for temporary files on index crea $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.'; //to translate $strLongOperation = 'This operation could be long. Proceed anyway?'; //to translate $strVersionInformation = 'Version information'; //to translate +$strInnoDBDataHomeDir = 'Data home directory'; //to translate +$strInnoDBDataHomeDirDesc = 'The common part of the directory path for all InnoDB data files.'; //to translate +$strInnoDBDataFilePath = 'Data files'; //to translate ?> diff --git a/lang/dutch-utf-8.inc.php b/lang/dutch-utf-8.inc.php index da9caa7bb..41ef55bbf 100644 --- a/lang/dutch-utf-8.inc.php +++ b/lang/dutch-utf-8.inc.php @@ -773,4 +773,7 @@ $strMyISAMMaxExtraSortFileSize = 'Maximum size for temporary files on index crea $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.'; //to translate $strLongOperation = 'This operation could be long. Proceed anyway?'; //to translate $strVersionInformation = 'Version information'; //to translate +$strInnoDBDataHomeDir = 'Data home directory'; //to translate +$strInnoDBDataHomeDirDesc = 'The common part of the directory path for all InnoDB data files.'; //to translate +$strInnoDBDataFilePath = 'Data files'; //to translate ?> diff --git a/lang/english-iso-8859-1.inc.php b/lang/english-iso-8859-1.inc.php index 91c9ef3a1..6f49fbd30 100644 --- a/lang/english-iso-8859-1.inc.php +++ b/lang/english-iso-8859-1.inc.php @@ -314,6 +314,9 @@ $strIndexWarningPrimary = 'PRIMARY and INDEX keys should not both be set for col $strIndexWarningTable = 'Problems with indexes of table `%s`'; $strIndexWarningUnique = 'UNIQUE and INDEX keys should not both be set for column `%s`'; $strIndexes = 'Indexes'; +$strInnoDBDataFilePath = 'Data files'; +$strInnoDBDataHomeDir = 'Data home directory'; +$strInnoDBDataHomeDirDesc = 'The common part of the directory path for all InnoDB data files.'; $strInnodbStat = 'InnoDB Status'; $strInsecureMySQL = 'Your configuration file contains settings (root with no password) that correspond to the default MySQL privileged account. Your MySQL server is running with this default, is open to intrusion, and you really should fix this security hole.'; $strInsert = 'Insert'; @@ -743,6 +746,7 @@ $strValidateSQL = 'Validate SQL'; $strValidatorError = 'The SQL validator could not be initialized. Please check if you have installed the necessary php extensions as described in the %sdocumentation%s.'; $strValue = 'Value'; $strVar = 'Variable'; +$strVersionInformation = 'Version information'; $strView = 'View'; $strViewDump = 'View dump (schema) of table'; $strViewDumpDB = 'View dump (schema) of database'; @@ -767,5 +771,4 @@ $strYes = 'Yes'; $strZeroRemovesTheLimit = 'Note: Setting these options to 0 (zero) removes the limit.'; $strZip = '"zipped"'; -$strVersionInformation = 'Version information'; //to translate ?> diff --git a/lang/english-utf-8.inc.php b/lang/english-utf-8.inc.php index 7cc281425..532ed92cd 100644 --- a/lang/english-utf-8.inc.php +++ b/lang/english-utf-8.inc.php @@ -315,6 +315,9 @@ $strIndexWarningPrimary = 'PRIMARY and INDEX keys should not both be set for col $strIndexWarningTable = 'Problems with indexes of table `%s`'; $strIndexWarningUnique = 'UNIQUE and INDEX keys should not both be set for column `%s`'; $strIndexes = 'Indexes'; +$strInnoDBDataFilePath = 'Data files'; +$strInnoDBDataHomeDir = 'Data home directory'; +$strInnoDBDataHomeDirDesc = 'The common part of the directory path for all InnoDB data files.'; $strInnodbStat = 'InnoDB Status'; $strInsecureMySQL = 'Your configuration file contains settings (root with no password) that correspond to the default MySQL privileged account. Your MySQL server is running with this default, is open to intrusion, and you really should fix this security hole.'; $strInsert = 'Insert'; @@ -744,6 +747,7 @@ $strValidateSQL = 'Validate SQL'; $strValidatorError = 'The SQL validator could not be initialized. Please check if you have installed the necessary php extensions as described in the %sdocumentation%s.'; $strValue = 'Value'; $strVar = 'Variable'; +$strVersionInformation = 'Version information'; $strView = 'View'; $strViewDump = 'View dump (schema) of table'; $strViewDumpDB = 'View dump (schema) of database'; @@ -768,5 +772,4 @@ $strYes = 'Yes'; $strZeroRemovesTheLimit = 'Note: Setting these options to 0 (zero) removes the limit.'; $strZip = '"zipped"'; -$strVersionInformation = 'Version information'; //to translate ?> diff --git a/lang/estonian-iso-8859-1.inc.php b/lang/estonian-iso-8859-1.inc.php index d83884d5b..ce4c6dea2 100644 --- a/lang/estonian-iso-8859-1.inc.php +++ b/lang/estonian-iso-8859-1.inc.php @@ -773,4 +773,7 @@ $strMbExtensionMissing = 'Ei leitud mbstring PHP extension was not found and you $strVersionInformation = 'Version information'; //to translate +$strInnoDBDataHomeDir = 'Data home directory'; //to translate +$strInnoDBDataHomeDirDesc = 'The common part of the directory path for all InnoDB data files.'; //to translate +$strInnoDBDataFilePath = 'Data files'; //to translate ?> diff --git a/lang/estonian-utf-8.inc.php b/lang/estonian-utf-8.inc.php index a5220a039..099f21ace 100644 --- a/lang/estonian-utf-8.inc.php +++ b/lang/estonian-utf-8.inc.php @@ -774,4 +774,7 @@ $strMbExtensionMissing = 'Ei leitud mbstring PHP extension was not found and you $strVersionInformation = 'Version information'; //to translate +$strInnoDBDataHomeDir = 'Data home directory'; //to translate +$strInnoDBDataHomeDirDesc = 'The common part of the directory path for all InnoDB data files.'; //to translate +$strInnoDBDataFilePath = 'Data files'; //to translate ?> diff --git a/lang/finnish-iso-8859-1.inc.php b/lang/finnish-iso-8859-1.inc.php index f100fd048..830d5ca6e 100644 --- a/lang/finnish-iso-8859-1.inc.php +++ b/lang/finnish-iso-8859-1.inc.php @@ -793,4 +793,7 @@ $strMyISAMMaxExtraSortFileSize = 'Maximum size for temporary files on index crea $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.'; //to translate $strLongOperation = 'This operation could be long. Proceed anyway?'; //to translate $strVersionInformation = 'Version information'; //to translate +$strInnoDBDataHomeDir = 'Data home directory'; //to translate +$strInnoDBDataHomeDirDesc = 'The common part of the directory path for all InnoDB data files.'; //to translate +$strInnoDBDataFilePath = 'Data files'; //to translate ?> diff --git a/lang/finnish-utf-8.inc.php b/lang/finnish-utf-8.inc.php index f8ea10453..823171c87 100644 --- a/lang/finnish-utf-8.inc.php +++ b/lang/finnish-utf-8.inc.php @@ -794,4 +794,7 @@ $strMyISAMMaxExtraSortFileSize = 'Maximum size for temporary files on index crea $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.'; //to translate $strLongOperation = 'This operation could be long. Proceed anyway?'; //to translate $strVersionInformation = 'Version information'; //to translate +$strInnoDBDataHomeDir = 'Data home directory'; //to translate +$strInnoDBDataHomeDirDesc = 'The common part of the directory path for all InnoDB data files.'; //to translate +$strInnoDBDataFilePath = 'Data files'; //to translate ?> diff --git a/lang/french-iso-8859-1.inc.php b/lang/french-iso-8859-1.inc.php index 1bf743ca6..d02e9bcde 100644 --- a/lang/french-iso-8859-1.inc.php +++ b/lang/french-iso-8859-1.inc.php @@ -770,4 +770,7 @@ $strYes = 'Oui'; $strZeroRemovesTheLimit = 'Note: Une valeur de 0 (zero) enlève la limite.'; $strZip = '"zippé"'; +$strInnoDBDataHomeDir = 'Data home directory'; //to translate +$strInnoDBDataHomeDirDesc = 'The common part of the directory path for all InnoDB data files.'; //to translate +$strInnoDBDataFilePath = 'Data files'; //to translate ?> diff --git a/lang/french-utf-8.inc.php b/lang/french-utf-8.inc.php index 356b57553..a1f3e8a76 100644 --- a/lang/french-utf-8.inc.php +++ b/lang/french-utf-8.inc.php @@ -771,4 +771,7 @@ $strYes = 'Oui'; $strZeroRemovesTheLimit = 'Note: Une valeur de 0 (zero) enlève la limite.'; $strZip = '"zippé"'; +$strInnoDBDataHomeDir = 'Data home directory'; //to translate +$strInnoDBDataHomeDirDesc = 'The common part of the directory path for all InnoDB data files.'; //to translate +$strInnoDBDataFilePath = 'Data files'; //to translate ?> diff --git a/lang/galician-iso-8859-1.inc.php b/lang/galician-iso-8859-1.inc.php index cdff4aa4f..e33efac9b 100644 --- a/lang/galician-iso-8859-1.inc.php +++ b/lang/galician-iso-8859-1.inc.php @@ -784,4 +784,7 @@ $strStorageEngines = 'Storage Engines'; //to translate $strVersionInformation = 'Version information'; //to translate +$strInnoDBDataHomeDir = 'Data home directory'; //to translate +$strInnoDBDataHomeDirDesc = 'The common part of the directory path for all InnoDB data files.'; //to translate +$strInnoDBDataFilePath = 'Data files'; //to translate ?> diff --git a/lang/galician-utf-8.inc.php b/lang/galician-utf-8.inc.php index 350b476e5..f36fd8ead 100644 --- a/lang/galician-utf-8.inc.php +++ b/lang/galician-utf-8.inc.php @@ -785,4 +785,7 @@ $strStorageEngines = 'Storage Engines'; //to translate $strVersionInformation = 'Version information'; //to translate +$strInnoDBDataHomeDir = 'Data home directory'; //to translate +$strInnoDBDataHomeDirDesc = 'The common part of the directory path for all InnoDB data files.'; //to translate +$strInnoDBDataFilePath = 'Data files'; //to translate ?> diff --git a/lang/georgian-utf-8.inc.php b/lang/georgian-utf-8.inc.php index 5ff330d96..63a92521e 100644 --- a/lang/georgian-utf-8.inc.php +++ b/lang/georgian-utf-8.inc.php @@ -797,4 +797,7 @@ $strMyISAMMaxExtraSortFileSize = 'Maximum size for temporary files on index crea $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.'; //to translate $strLongOperation = 'This operation could be long. Proceed anyway?'; //to translate $strVersionInformation = 'Version information'; //to translate +$strInnoDBDataHomeDir = 'Data home directory'; //to translate +$strInnoDBDataHomeDirDesc = 'The common part of the directory path for all InnoDB data files.'; //to translate +$strInnoDBDataFilePath = 'Data files'; //to translate ?> diff --git a/lang/german-iso-8859-1.inc.php b/lang/german-iso-8859-1.inc.php index 0b106d6fb..f7d35349b 100644 --- a/lang/german-iso-8859-1.inc.php +++ b/lang/german-iso-8859-1.inc.php @@ -776,4 +776,7 @@ $strMyISAMMaxExtraSortFileSize = 'Maximum size for temporary files on index crea $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.'; //to translate $strLongOperation = 'This operation could be long. Proceed anyway?'; //to translate $strVersionInformation = 'Version information'; //to translate +$strInnoDBDataHomeDir = 'Data home directory'; //to translate +$strInnoDBDataHomeDirDesc = 'The common part of the directory path for all InnoDB data files.'; //to translate +$strInnoDBDataFilePath = 'Data files'; //to translate ?> diff --git a/lang/german-utf-8.inc.php b/lang/german-utf-8.inc.php index be42e6622..ce0d21ed6 100644 --- a/lang/german-utf-8.inc.php +++ b/lang/german-utf-8.inc.php @@ -777,4 +777,7 @@ $strMyISAMMaxExtraSortFileSize = 'Maximum size for temporary files on index crea $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.'; //to translate $strLongOperation = 'This operation could be long. Proceed anyway?'; //to translate $strVersionInformation = 'Version information'; //to translate +$strInnoDBDataHomeDir = 'Data home directory'; //to translate +$strInnoDBDataHomeDirDesc = 'The common part of the directory path for all InnoDB data files.'; //to translate +$strInnoDBDataFilePath = 'Data files'; //to translate ?> diff --git a/lang/greek-iso-8859-7.inc.php b/lang/greek-iso-8859-7.inc.php index fedabe5d9..4aed4e3a9 100644 --- a/lang/greek-iso-8859-7.inc.php +++ b/lang/greek-iso-8859-7.inc.php @@ -777,4 +777,7 @@ $strMyISAMMaxExtraSortFileSize = 'Maximum size for temporary files on index crea $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.'; //to translate $strLongOperation = 'This operation could be long. Proceed anyway?'; //to translate $strVersionInformation = 'Version information'; //to translate +$strInnoDBDataHomeDir = 'Data home directory'; //to translate +$strInnoDBDataHomeDirDesc = 'The common part of the directory path for all InnoDB data files.'; //to translate +$strInnoDBDataFilePath = 'Data files'; //to translate ?> diff --git a/lang/greek-utf-8.inc.php b/lang/greek-utf-8.inc.php index fead61be0..8b570c773 100644 --- a/lang/greek-utf-8.inc.php +++ b/lang/greek-utf-8.inc.php @@ -778,4 +778,7 @@ $strMyISAMMaxExtraSortFileSize = 'Maximum size for temporary files on index crea $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.'; //to translate $strLongOperation = 'This operation could be long. Proceed anyway?'; //to translate $strVersionInformation = 'Version information'; //to translate +$strInnoDBDataHomeDir = 'Data home directory'; //to translate +$strInnoDBDataHomeDirDesc = 'The common part of the directory path for all InnoDB data files.'; //to translate +$strInnoDBDataFilePath = 'Data files'; //to translate ?> diff --git a/lang/hebrew-iso-8859-8-i.inc.php b/lang/hebrew-iso-8859-8-i.inc.php index d33283bac..e55911b27 100644 --- a/lang/hebrew-iso-8859-8-i.inc.php +++ b/lang/hebrew-iso-8859-8-i.inc.php @@ -793,4 +793,7 @@ $strMyISAMMaxExtraSortFileSize = 'Maximum size for temporary files on index crea $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.'; //to translate $strLongOperation = 'This operation could be long. Proceed anyway?'; //to translate $strVersionInformation = 'Version information'; //to translate +$strInnoDBDataHomeDir = 'Data home directory'; //to translate +$strInnoDBDataHomeDirDesc = 'The common part of the directory path for all InnoDB data files.'; //to translate +$strInnoDBDataFilePath = 'Data files'; //to translate ?> diff --git a/lang/hebrew-utf-8.inc.php b/lang/hebrew-utf-8.inc.php index e7645ed71..ff3b58470 100644 --- a/lang/hebrew-utf-8.inc.php +++ b/lang/hebrew-utf-8.inc.php @@ -794,4 +794,7 @@ $strMyISAMMaxExtraSortFileSize = 'Maximum size for temporary files on index crea $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.'; //to translate $strLongOperation = 'This operation could be long. Proceed anyway?'; //to translate $strVersionInformation = 'Version information'; //to translate +$strInnoDBDataHomeDir = 'Data home directory'; //to translate +$strInnoDBDataHomeDirDesc = 'The common part of the directory path for all InnoDB data files.'; //to translate +$strInnoDBDataFilePath = 'Data files'; //to translate ?> diff --git a/lang/hindi-utf-8.inc.php b/lang/hindi-utf-8.inc.php index 84a6a9706..69d4c9ca4 100644 --- a/lang/hindi-utf-8.inc.php +++ b/lang/hindi-utf-8.inc.php @@ -801,4 +801,7 @@ $strMyISAMMaxExtraSortFileSize = 'Maximum size for temporary files on index crea $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.'; //to translate $strLongOperation = 'This operation could be long. Proceed anyway?'; //to translate $strVersionInformation = 'Version information'; //to translate +$strInnoDBDataHomeDir = 'Data home directory'; //to translate +$strInnoDBDataHomeDirDesc = 'The common part of the directory path for all InnoDB data files.'; //to translate +$strInnoDBDataFilePath = 'Data files'; //to translate ?> diff --git a/lang/hungarian-iso-8859-2.inc.php b/lang/hungarian-iso-8859-2.inc.php index 41c89398e..68cf50993 100644 --- a/lang/hungarian-iso-8859-2.inc.php +++ b/lang/hungarian-iso-8859-2.inc.php @@ -775,4 +775,7 @@ $strMyISAMMaxExtraSortFileSize = 'Maximum size for temporary files on index crea $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.'; //to translate $strLongOperation = 'This operation could be long. Proceed anyway?'; //to translate $strVersionInformation = 'Version information'; //to translate +$strInnoDBDataHomeDir = 'Data home directory'; //to translate +$strInnoDBDataHomeDirDesc = 'The common part of the directory path for all InnoDB data files.'; //to translate +$strInnoDBDataFilePath = 'Data files'; //to translate ?> diff --git a/lang/hungarian-utf-8.inc.php b/lang/hungarian-utf-8.inc.php index 910558e98..18f6cc5dc 100644 --- a/lang/hungarian-utf-8.inc.php +++ b/lang/hungarian-utf-8.inc.php @@ -776,4 +776,7 @@ $strMyISAMMaxExtraSortFileSize = 'Maximum size for temporary files on index crea $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.'; //to translate $strLongOperation = 'This operation could be long. Proceed anyway?'; //to translate $strVersionInformation = 'Version information'; //to translate +$strInnoDBDataHomeDir = 'Data home directory'; //to translate +$strInnoDBDataHomeDirDesc = 'The common part of the directory path for all InnoDB data files.'; //to translate +$strInnoDBDataFilePath = 'Data files'; //to translate ?> diff --git a/lang/indonesian-iso-8859-1.inc.php b/lang/indonesian-iso-8859-1.inc.php index a3c4268fc..b86b7572f 100644 --- a/lang/indonesian-iso-8859-1.inc.php +++ b/lang/indonesian-iso-8859-1.inc.php @@ -768,4 +768,7 @@ $strMyISAMMaxExtraSortFileSize = 'Maximum size for temporary files on index crea $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.'; //to translate $strLongOperation = 'This operation could be long. Proceed anyway?'; //to translate $strVersionInformation = 'Version information'; //to translate +$strInnoDBDataHomeDir = 'Data home directory'; //to translate +$strInnoDBDataHomeDirDesc = 'The common part of the directory path for all InnoDB data files.'; //to translate +$strInnoDBDataFilePath = 'Data files'; //to translate ?> diff --git a/lang/indonesian-utf-8.inc.php b/lang/indonesian-utf-8.inc.php index 2d234ce42..640846eb9 100644 --- a/lang/indonesian-utf-8.inc.php +++ b/lang/indonesian-utf-8.inc.php @@ -769,4 +769,7 @@ $strMyISAMMaxExtraSortFileSize = 'Maximum size for temporary files on index crea $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.'; //to translate $strLongOperation = 'This operation could be long. Proceed anyway?'; //to translate $strVersionInformation = 'Version information'; //to translate +$strInnoDBDataHomeDir = 'Data home directory'; //to translate +$strInnoDBDataHomeDirDesc = 'The common part of the directory path for all InnoDB data files.'; //to translate +$strInnoDBDataFilePath = 'Data files'; //to translate ?> diff --git a/lang/italian-iso-8859-1.inc.php b/lang/italian-iso-8859-1.inc.php index 228879e28..20cf56f5e 100644 --- a/lang/italian-iso-8859-1.inc.php +++ b/lang/italian-iso-8859-1.inc.php @@ -776,4 +776,7 @@ $strLongOperation = 'This operation could be long. Proceed anyway?'; //to trans $strVersionInformation = 'Version information'; //to translate +$strInnoDBDataHomeDir = 'Data home directory'; //to translate +$strInnoDBDataHomeDirDesc = 'The common part of the directory path for all InnoDB data files.'; //to translate +$strInnoDBDataFilePath = 'Data files'; //to translate ?> diff --git a/lang/italian-utf-8.inc.php b/lang/italian-utf-8.inc.php index 0e6e5e8c4..166803ba7 100644 --- a/lang/italian-utf-8.inc.php +++ b/lang/italian-utf-8.inc.php @@ -777,4 +777,7 @@ $strLongOperation = 'This operation could be long. Proceed anyway?'; //to trans $strVersionInformation = 'Version information'; //to translate +$strInnoDBDataHomeDir = 'Data home directory'; //to translate +$strInnoDBDataHomeDirDesc = 'The common part of the directory path for all InnoDB data files.'; //to translate +$strInnoDBDataFilePath = 'Data files'; //to translate ?> diff --git a/lang/japanese-euc.inc.php b/lang/japanese-euc.inc.php index bc3a8e114..4a9f06b42 100644 --- a/lang/japanese-euc.inc.php +++ b/lang/japanese-euc.inc.php @@ -793,4 +793,7 @@ $strMyISAMMaxExtraSortFileSize = 'Maximum size for temporary files on index crea $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.'; //to translate $strLongOperation = 'This operation could be long. Proceed anyway?'; //to translate $strVersionInformation = 'Version information'; //to translate +$strInnoDBDataHomeDir = 'Data home directory'; //to translate +$strInnoDBDataHomeDirDesc = 'The common part of the directory path for all InnoDB data files.'; //to translate +$strInnoDBDataFilePath = 'Data files'; //to translate ?> diff --git a/lang/japanese-sjis.inc.php b/lang/japanese-sjis.inc.php index 2bcdf9b1f..59c0db6fd 100644 --- a/lang/japanese-sjis.inc.php +++ b/lang/japanese-sjis.inc.php @@ -793,4 +793,7 @@ $strMyISAMMaxExtraSortFileSize = 'Maximum size for temporary files on index crea $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.'; //to translate $strLongOperation = 'This operation could be long. Proceed anyway?'; //to translate $strVersionInformation = 'Version information'; //to translate +$strInnoDBDataHomeDir = 'Data home directory'; //to translate +$strInnoDBDataHomeDirDesc = 'The common part of the directory path for all InnoDB data files.'; //to translate +$strInnoDBDataFilePath = 'Data files'; //to translate ?> diff --git a/lang/japanese-utf-8.inc.php b/lang/japanese-utf-8.inc.php index db901a5ce..19badbd73 100644 --- a/lang/japanese-utf-8.inc.php +++ b/lang/japanese-utf-8.inc.php @@ -794,4 +794,7 @@ $strMyISAMMaxExtraSortFileSize = 'Maximum size for temporary files on index crea $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.'; //to translate $strLongOperation = 'This operation could be long. Proceed anyway?'; //to translate $strVersionInformation = 'Version information'; //to translate +$strInnoDBDataHomeDir = 'Data home directory'; //to translate +$strInnoDBDataHomeDirDesc = 'The common part of the directory path for all InnoDB data files.'; //to translate +$strInnoDBDataFilePath = 'Data files'; //to translate ?> diff --git a/lang/korean-euc-kr.inc.php b/lang/korean-euc-kr.inc.php index 445e7cc56..6bd4742d4 100644 --- a/lang/korean-euc-kr.inc.php +++ b/lang/korean-euc-kr.inc.php @@ -791,4 +791,7 @@ $strMyISAMMaxExtraSortFileSize = 'Maximum size for temporary files on index crea $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.'; //to translate $strLongOperation = 'This operation could be long. Proceed anyway?'; //to translate $strVersionInformation = 'Version information'; //to translate +$strInnoDBDataHomeDir = 'Data home directory'; //to translate +$strInnoDBDataHomeDirDesc = 'The common part of the directory path for all InnoDB data files.'; //to translate +$strInnoDBDataFilePath = 'Data files'; //to translate ?> diff --git a/lang/korean-utf-8.inc.php b/lang/korean-utf-8.inc.php index 182f68573..76dae6e46 100644 --- a/lang/korean-utf-8.inc.php +++ b/lang/korean-utf-8.inc.php @@ -792,4 +792,7 @@ $strMyISAMMaxExtraSortFileSize = 'Maximum size for temporary files on index crea $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.'; //to translate $strLongOperation = 'This operation could be long. Proceed anyway?'; //to translate $strVersionInformation = 'Version information'; //to translate +$strInnoDBDataHomeDir = 'Data home directory'; //to translate +$strInnoDBDataHomeDirDesc = 'The common part of the directory path for all InnoDB data files.'; //to translate +$strInnoDBDataFilePath = 'Data files'; //to translate ?> diff --git a/lang/latvian-utf-8.inc.php b/lang/latvian-utf-8.inc.php index f9174749f..8e6cda2fc 100644 --- a/lang/latvian-utf-8.inc.php +++ b/lang/latvian-utf-8.inc.php @@ -779,4 +779,7 @@ $strMyISAMMaxExtraSortFileSize = 'Maximum size for temporary files on index crea $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.'; //to translate $strLongOperation = 'This operation could be long. Proceed anyway?'; //to translate $strVersionInformation = 'Version information'; //to translate +$strInnoDBDataHomeDir = 'Data home directory'; //to translate +$strInnoDBDataHomeDirDesc = 'The common part of the directory path for all InnoDB data files.'; //to translate +$strInnoDBDataFilePath = 'Data files'; //to translate ?> diff --git a/lang/latvian-windows-1257.inc.php b/lang/latvian-windows-1257.inc.php index 2758f4467..df6b92f45 100644 --- a/lang/latvian-windows-1257.inc.php +++ b/lang/latvian-windows-1257.inc.php @@ -778,4 +778,7 @@ $strMyISAMMaxExtraSortFileSize = 'Maximum size for temporary files on index crea $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.'; //to translate $strLongOperation = 'This operation could be long. Proceed anyway?'; //to translate $strVersionInformation = 'Version information'; //to translate +$strInnoDBDataHomeDir = 'Data home directory'; //to translate +$strInnoDBDataHomeDirDesc = 'The common part of the directory path for all InnoDB data files.'; //to translate +$strInnoDBDataFilePath = 'Data files'; //to translate ?> diff --git a/lang/lithuanian-utf-8.inc.php b/lang/lithuanian-utf-8.inc.php index 4f7e44580..36f84f8a1 100644 --- a/lang/lithuanian-utf-8.inc.php +++ b/lang/lithuanian-utf-8.inc.php @@ -769,4 +769,7 @@ $strMyISAMMaxExtraSortFileSize = 'Maximum size for temporary files on index crea $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.'; //to translate $strLongOperation = 'This operation could be long. Proceed anyway?'; //to translate $strVersionInformation = 'Version information'; //to translate +$strInnoDBDataHomeDir = 'Data home directory'; //to translate +$strInnoDBDataHomeDirDesc = 'The common part of the directory path for all InnoDB data files.'; //to translate +$strInnoDBDataFilePath = 'Data files'; //to translate ?> diff --git a/lang/lithuanian-windows-1257.inc.php b/lang/lithuanian-windows-1257.inc.php index 7fe3c205a..f964d0d5c 100644 --- a/lang/lithuanian-windows-1257.inc.php +++ b/lang/lithuanian-windows-1257.inc.php @@ -768,4 +768,7 @@ $strMyISAMMaxExtraSortFileSize = 'Maximum size for temporary files on index crea $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.'; //to translate $strLongOperation = 'This operation could be long. Proceed anyway?'; //to translate $strVersionInformation = 'Version information'; //to translate +$strInnoDBDataHomeDir = 'Data home directory'; //to translate +$strInnoDBDataHomeDirDesc = 'The common part of the directory path for all InnoDB data files.'; //to translate +$strInnoDBDataFilePath = 'Data files'; //to translate ?> diff --git a/lang/malay-iso-8859-1.inc.php b/lang/malay-iso-8859-1.inc.php index face9f0ff..c8511f61c 100644 --- a/lang/malay-iso-8859-1.inc.php +++ b/lang/malay-iso-8859-1.inc.php @@ -792,4 +792,7 @@ $strMyISAMMaxExtraSortFileSize = 'Maximum size for temporary files on index crea $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.'; //to translate $strLongOperation = 'This operation could be long. Proceed anyway?'; //to translate $strVersionInformation = 'Version information'; //to translate +$strInnoDBDataHomeDir = 'Data home directory'; //to translate +$strInnoDBDataHomeDirDesc = 'The common part of the directory path for all InnoDB data files.'; //to translate +$strInnoDBDataFilePath = 'Data files'; //to translate ?> diff --git a/lang/malay-utf-8.inc.php b/lang/malay-utf-8.inc.php index 14a9f8506..ac344ed48 100644 --- a/lang/malay-utf-8.inc.php +++ b/lang/malay-utf-8.inc.php @@ -793,4 +793,7 @@ $strMyISAMMaxExtraSortFileSize = 'Maximum size for temporary files on index crea $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.'; //to translate $strLongOperation = 'This operation could be long. Proceed anyway?'; //to translate $strVersionInformation = 'Version information'; //to translate +$strInnoDBDataHomeDir = 'Data home directory'; //to translate +$strInnoDBDataHomeDirDesc = 'The common part of the directory path for all InnoDB data files.'; //to translate +$strInnoDBDataFilePath = 'Data files'; //to translate ?> diff --git a/lang/norwegian-iso-8859-1.inc.php b/lang/norwegian-iso-8859-1.inc.php index 33c1cff83..4fd01b3ef 100644 --- a/lang/norwegian-iso-8859-1.inc.php +++ b/lang/norwegian-iso-8859-1.inc.php @@ -777,4 +777,7 @@ $strMyISAMMaxExtraSortFileSize = 'Maximum size for temporary files on index crea $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.'; //to translate $strLongOperation = 'This operation could be long. Proceed anyway?'; //to translate $strVersionInformation = 'Version information'; //to translate +$strInnoDBDataHomeDir = 'Data home directory'; //to translate +$strInnoDBDataHomeDirDesc = 'The common part of the directory path for all InnoDB data files.'; //to translate +$strInnoDBDataFilePath = 'Data files'; //to translate ?> diff --git a/lang/norwegian-utf-8.inc.php b/lang/norwegian-utf-8.inc.php index 1175fd7d3..fa39e8cb6 100644 --- a/lang/norwegian-utf-8.inc.php +++ b/lang/norwegian-utf-8.inc.php @@ -778,4 +778,7 @@ $strMyISAMMaxExtraSortFileSize = 'Maximum size for temporary files on index crea $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.'; //to translate $strLongOperation = 'This operation could be long. Proceed anyway?'; //to translate $strVersionInformation = 'Version information'; //to translate +$strInnoDBDataHomeDir = 'Data home directory'; //to translate +$strInnoDBDataHomeDirDesc = 'The common part of the directory path for all InnoDB data files.'; //to translate +$strInnoDBDataFilePath = 'Data files'; //to translate ?> diff --git a/lang/persian-utf-8.inc.php b/lang/persian-utf-8.inc.php index dc8b3b026..b1f1dd07f 100644 --- a/lang/persian-utf-8.inc.php +++ b/lang/persian-utf-8.inc.php @@ -798,4 +798,7 @@ $strMyISAMMaxExtraSortFileSize = 'Maximum size for temporary files on index crea $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.'; //to translate $strLongOperation = 'This operation could be long. Proceed anyway?'; //to translate $strVersionInformation = 'Version information'; //to translate +$strInnoDBDataHomeDir = 'Data home directory'; //to translate +$strInnoDBDataHomeDirDesc = 'The common part of the directory path for all InnoDB data files.'; //to translate +$strInnoDBDataFilePath = 'Data files'; //to translate ?> diff --git a/lang/persian-windows-1256.inc.php b/lang/persian-windows-1256.inc.php index 7df259b8c..e9cc91b93 100644 --- a/lang/persian-windows-1256.inc.php +++ b/lang/persian-windows-1256.inc.php @@ -797,4 +797,7 @@ $strMyISAMMaxExtraSortFileSize = 'Maximum size for temporary files on index crea $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.'; //to translate $strLongOperation = 'This operation could be long. Proceed anyway?'; //to translate $strVersionInformation = 'Version information'; //to translate +$strInnoDBDataHomeDir = 'Data home directory'; //to translate +$strInnoDBDataHomeDirDesc = 'The common part of the directory path for all InnoDB data files.'; //to translate +$strInnoDBDataFilePath = 'Data files'; //to translate ?> diff --git a/lang/polish-iso-8859-2.inc.php b/lang/polish-iso-8859-2.inc.php index 86668abf0..58256e41b 100644 --- a/lang/polish-iso-8859-2.inc.php +++ b/lang/polish-iso-8859-2.inc.php @@ -768,4 +768,7 @@ $strMyISAMMaxExtraSortFileSize = 'Maximum size for temporary files on index crea $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.'; //to translate $strLongOperation = 'This operation could be long. Proceed anyway?'; //to translate $strVersionInformation = 'Version information'; //to translate +$strInnoDBDataHomeDir = 'Data home directory'; //to translate +$strInnoDBDataHomeDirDesc = 'The common part of the directory path for all InnoDB data files.'; //to translate +$strInnoDBDataFilePath = 'Data files'; //to translate ?> diff --git a/lang/polish-utf-8.inc.php b/lang/polish-utf-8.inc.php index cd8752724..868f267e3 100644 --- a/lang/polish-utf-8.inc.php +++ b/lang/polish-utf-8.inc.php @@ -769,4 +769,7 @@ $strMyISAMMaxExtraSortFileSize = 'Maximum size for temporary files on index crea $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.'; //to translate $strLongOperation = 'This operation could be long. Proceed anyway?'; //to translate $strVersionInformation = 'Version information'; //to translate +$strInnoDBDataHomeDir = 'Data home directory'; //to translate +$strInnoDBDataHomeDirDesc = 'The common part of the directory path for all InnoDB data files.'; //to translate +$strInnoDBDataFilePath = 'Data files'; //to translate ?> diff --git a/lang/portuguese-iso-8859-1.inc.php b/lang/portuguese-iso-8859-1.inc.php index 06d01d11e..5c808fda8 100644 --- a/lang/portuguese-iso-8859-1.inc.php +++ b/lang/portuguese-iso-8859-1.inc.php @@ -788,4 +788,7 @@ $strMyISAMMaxExtraSortFileSize = 'Maximum size for temporary files on index crea $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.'; //to translate $strLongOperation = 'This operation could be long. Proceed anyway?'; //to translate $strVersionInformation = 'Version information'; //to translate +$strInnoDBDataHomeDir = 'Data home directory'; //to translate +$strInnoDBDataHomeDirDesc = 'The common part of the directory path for all InnoDB data files.'; //to translate +$strInnoDBDataFilePath = 'Data files'; //to translate ?> diff --git a/lang/portuguese-utf-8.inc.php b/lang/portuguese-utf-8.inc.php index 273a94c31..d8948381b 100644 --- a/lang/portuguese-utf-8.inc.php +++ b/lang/portuguese-utf-8.inc.php @@ -789,4 +789,7 @@ $strMyISAMMaxExtraSortFileSize = 'Maximum size for temporary files on index crea $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.'; //to translate $strLongOperation = 'This operation could be long. Proceed anyway?'; //to translate $strVersionInformation = 'Version information'; //to translate +$strInnoDBDataHomeDir = 'Data home directory'; //to translate +$strInnoDBDataHomeDirDesc = 'The common part of the directory path for all InnoDB data files.'; //to translate +$strInnoDBDataFilePath = 'Data files'; //to translate ?> diff --git a/lang/romanian-iso-8859-1.inc.php b/lang/romanian-iso-8859-1.inc.php index 194056e00..11a084e27 100644 --- a/lang/romanian-iso-8859-1.inc.php +++ b/lang/romanian-iso-8859-1.inc.php @@ -773,4 +773,7 @@ $strMySQLConnectionCollation = 'MySQL connection collation'; //to translate $strPasswordHashing = 'Password Hashing'; //to translate +$strInnoDBDataHomeDir = 'Data home directory'; //to translate +$strInnoDBDataHomeDirDesc = 'The common part of the directory path for all InnoDB data files.'; //to translate +$strInnoDBDataFilePath = 'Data files'; //to translate ?> diff --git a/lang/romanian-utf-8.inc.php b/lang/romanian-utf-8.inc.php index 8928daa63..c0a4e0eac 100644 --- a/lang/romanian-utf-8.inc.php +++ b/lang/romanian-utf-8.inc.php @@ -774,4 +774,7 @@ $strMySQLConnectionCollation = 'MySQL connection collation'; //to translate $strPasswordHashing = 'Password Hashing'; //to translate +$strInnoDBDataHomeDir = 'Data home directory'; //to translate +$strInnoDBDataHomeDirDesc = 'The common part of the directory path for all InnoDB data files.'; //to translate +$strInnoDBDataFilePath = 'Data files'; //to translate ?> diff --git a/lang/russian-cp-866.inc.php b/lang/russian-cp-866.inc.php index d83539804..7b9df3747 100644 --- a/lang/russian-cp-866.inc.php +++ b/lang/russian-cp-866.inc.php @@ -776,4 +776,7 @@ $strMyISAMMaxExtraSortFileSize = 'Maximum size for temporary files on index crea $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.'; //to translate $strLongOperation = 'This operation could be long. Proceed anyway?'; //to translate $strVersionInformation = 'Version information'; //to translate +$strInnoDBDataHomeDir = 'Data home directory'; //to translate +$strInnoDBDataHomeDirDesc = 'The common part of the directory path for all InnoDB data files.'; //to translate +$strInnoDBDataFilePath = 'Data files'; //to translate ?> diff --git a/lang/russian-koi8-r.inc.php b/lang/russian-koi8-r.inc.php index 04dcf1f02..1e8594bc4 100644 --- a/lang/russian-koi8-r.inc.php +++ b/lang/russian-koi8-r.inc.php @@ -776,4 +776,7 @@ $strMyISAMMaxExtraSortFileSize = 'Maximum size for temporary files on index crea $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.'; //to translate $strLongOperation = 'This operation could be long. Proceed anyway?'; //to translate $strVersionInformation = 'Version information'; //to translate +$strInnoDBDataHomeDir = 'Data home directory'; //to translate +$strInnoDBDataHomeDirDesc = 'The common part of the directory path for all InnoDB data files.'; //to translate +$strInnoDBDataFilePath = 'Data files'; //to translate ?> diff --git a/lang/russian-utf-8.inc.php b/lang/russian-utf-8.inc.php index c5f95a556..0e41a208c 100644 --- a/lang/russian-utf-8.inc.php +++ b/lang/russian-utf-8.inc.php @@ -777,4 +777,7 @@ $strMyISAMMaxExtraSortFileSize = 'Maximum size for temporary files on index crea $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.'; //to translate $strLongOperation = 'This operation could be long. Proceed anyway?'; //to translate $strVersionInformation = 'Version information'; //to translate +$strInnoDBDataHomeDir = 'Data home directory'; //to translate +$strInnoDBDataHomeDirDesc = 'The common part of the directory path for all InnoDB data files.'; //to translate +$strInnoDBDataFilePath = 'Data files'; //to translate ?> diff --git a/lang/russian-windows-1251.inc.php b/lang/russian-windows-1251.inc.php index be1e7fd2f..6598de3cb 100644 --- a/lang/russian-windows-1251.inc.php +++ b/lang/russian-windows-1251.inc.php @@ -776,4 +776,7 @@ $strMyISAMMaxExtraSortFileSize = 'Maximum size for temporary files on index crea $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.'; //to translate $strLongOperation = 'This operation could be long. Proceed anyway?'; //to translate $strVersionInformation = 'Version information'; //to translate +$strInnoDBDataHomeDir = 'Data home directory'; //to translate +$strInnoDBDataHomeDirDesc = 'The common part of the directory path for all InnoDB data files.'; //to translate +$strInnoDBDataFilePath = 'Data files'; //to translate ?> diff --git a/lang/serbian_cyrillic-utf-8.inc.php b/lang/serbian_cyrillic-utf-8.inc.php index 869e321e3..a495d9be9 100644 --- a/lang/serbian_cyrillic-utf-8.inc.php +++ b/lang/serbian_cyrillic-utf-8.inc.php @@ -784,4 +784,7 @@ $strStorageEngines = 'Storage Engines'; //to translate $strVersionInformation = 'Version information'; //to translate +$strInnoDBDataHomeDir = 'Data home directory'; //to translate +$strInnoDBDataHomeDirDesc = 'The common part of the directory path for all InnoDB data files.'; //to translate +$strInnoDBDataFilePath = 'Data files'; //to translate ?> diff --git a/lang/serbian_cyrillic-windows-1251.inc.php b/lang/serbian_cyrillic-windows-1251.inc.php index 4dfd6900a..94be7ec07 100644 --- a/lang/serbian_cyrillic-windows-1251.inc.php +++ b/lang/serbian_cyrillic-windows-1251.inc.php @@ -783,4 +783,7 @@ $strStorageEngines = 'Storage Engines'; //to translate $strVersionInformation = 'Version information'; //to translate +$strInnoDBDataHomeDir = 'Data home directory'; //to translate +$strInnoDBDataHomeDirDesc = 'The common part of the directory path for all InnoDB data files.'; //to translate +$strInnoDBDataFilePath = 'Data files'; //to translate ?> diff --git a/lang/serbian_latin-utf-8.inc.php b/lang/serbian_latin-utf-8.inc.php index e1ff7dbbe..2d6d850f0 100644 --- a/lang/serbian_latin-utf-8.inc.php +++ b/lang/serbian_latin-utf-8.inc.php @@ -784,4 +784,7 @@ $strStorageEngines = 'Storage Engines'; //to translate $strVersionInformation = 'Version information'; //to translate +$strInnoDBDataHomeDir = 'Data home directory'; //to translate +$strInnoDBDataHomeDirDesc = 'The common part of the directory path for all InnoDB data files.'; //to translate +$strInnoDBDataFilePath = 'Data files'; //to translate ?> diff --git a/lang/serbian_latin-windows-1250.inc.php b/lang/serbian_latin-windows-1250.inc.php index 67915cf94..663ceeeef 100644 --- a/lang/serbian_latin-windows-1250.inc.php +++ b/lang/serbian_latin-windows-1250.inc.php @@ -783,4 +783,7 @@ $strStorageEngines = 'Storage Engines'; //to translate $strVersionInformation = 'Version information'; //to translate +$strInnoDBDataHomeDir = 'Data home directory'; //to translate +$strInnoDBDataHomeDirDesc = 'The common part of the directory path for all InnoDB data files.'; //to translate +$strInnoDBDataFilePath = 'Data files'; //to translate ?> diff --git a/lang/slovak-iso-8859-2.inc.php b/lang/slovak-iso-8859-2.inc.php index aa199e79e..5e4d8a80a 100644 --- a/lang/slovak-iso-8859-2.inc.php +++ b/lang/slovak-iso-8859-2.inc.php @@ -770,4 +770,7 @@ $strMyISAMMaxExtraSortFileSize = 'Maximum size for temporary files on index crea $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.'; //to translate $strLongOperation = 'This operation could be long. Proceed anyway?'; //to translate $strVersionInformation = 'Version information'; //to translate +$strInnoDBDataHomeDir = 'Data home directory'; //to translate +$strInnoDBDataHomeDirDesc = 'The common part of the directory path for all InnoDB data files.'; //to translate +$strInnoDBDataFilePath = 'Data files'; //to translate ?> diff --git a/lang/slovak-utf-8.inc.php b/lang/slovak-utf-8.inc.php index 60be0875f..af72ff47e 100644 --- a/lang/slovak-utf-8.inc.php +++ b/lang/slovak-utf-8.inc.php @@ -771,4 +771,7 @@ $strMyISAMMaxExtraSortFileSize = 'Maximum size for temporary files on index crea $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.'; //to translate $strLongOperation = 'This operation could be long. Proceed anyway?'; //to translate $strVersionInformation = 'Version information'; //to translate +$strInnoDBDataHomeDir = 'Data home directory'; //to translate +$strInnoDBDataHomeDirDesc = 'The common part of the directory path for all InnoDB data files.'; //to translate +$strInnoDBDataFilePath = 'Data files'; //to translate ?> diff --git a/lang/slovak-windows-1250.inc.php b/lang/slovak-windows-1250.inc.php index a8ab3818e..bf0757e9b 100644 --- a/lang/slovak-windows-1250.inc.php +++ b/lang/slovak-windows-1250.inc.php @@ -770,4 +770,7 @@ $strMyISAMMaxExtraSortFileSize = 'Maximum size for temporary files on index crea $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.'; //to translate $strLongOperation = 'This operation could be long. Proceed anyway?'; //to translate $strVersionInformation = 'Version information'; //to translate +$strInnoDBDataHomeDir = 'Data home directory'; //to translate +$strInnoDBDataHomeDirDesc = 'The common part of the directory path for all InnoDB data files.'; //to translate +$strInnoDBDataFilePath = 'Data files'; //to translate ?> diff --git a/lang/slovenian-iso-8859-2.inc.php b/lang/slovenian-iso-8859-2.inc.php index 6f28bf4b9..2c1369f59 100644 --- a/lang/slovenian-iso-8859-2.inc.php +++ b/lang/slovenian-iso-8859-2.inc.php @@ -770,4 +770,7 @@ $strMyISAMMaxExtraSortFileSize = 'Maximum size for temporary files on index crea $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.'; //to translate $strLongOperation = 'This operation could be long. Proceed anyway?'; //to translate $strVersionInformation = 'Version information'; //to translate +$strInnoDBDataHomeDir = 'Data home directory'; //to translate +$strInnoDBDataHomeDirDesc = 'The common part of the directory path for all InnoDB data files.'; //to translate +$strInnoDBDataFilePath = 'Data files'; //to translate ?> diff --git a/lang/slovenian-utf-8.inc.php b/lang/slovenian-utf-8.inc.php index dc7a5035d..ed026777e 100644 --- a/lang/slovenian-utf-8.inc.php +++ b/lang/slovenian-utf-8.inc.php @@ -771,4 +771,7 @@ $strMyISAMMaxExtraSortFileSize = 'Maximum size for temporary files on index crea $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.'; //to translate $strLongOperation = 'This operation could be long. Proceed anyway?'; //to translate $strVersionInformation = 'Version information'; //to translate +$strInnoDBDataHomeDir = 'Data home directory'; //to translate +$strInnoDBDataHomeDirDesc = 'The common part of the directory path for all InnoDB data files.'; //to translate +$strInnoDBDataFilePath = 'Data files'; //to translate ?> diff --git a/lang/slovenian-windows-1250.inc.php b/lang/slovenian-windows-1250.inc.php index d74a7f4fd..042f6fd86 100644 --- a/lang/slovenian-windows-1250.inc.php +++ b/lang/slovenian-windows-1250.inc.php @@ -770,4 +770,7 @@ $strMyISAMMaxExtraSortFileSize = 'Maximum size for temporary files on index crea $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.'; //to translate $strLongOperation = 'This operation could be long. Proceed anyway?'; //to translate $strVersionInformation = 'Version information'; //to translate +$strInnoDBDataHomeDir = 'Data home directory'; //to translate +$strInnoDBDataHomeDirDesc = 'The common part of the directory path for all InnoDB data files.'; //to translate +$strInnoDBDataFilePath = 'Data files'; //to translate ?> diff --git a/lang/spanish-iso-8859-1.inc.php b/lang/spanish-iso-8859-1.inc.php index 6f1c2a5c8..d86359f3b 100644 --- a/lang/spanish-iso-8859-1.inc.php +++ b/lang/spanish-iso-8859-1.inc.php @@ -768,4 +768,7 @@ $strMyISAMMaxExtraSortFileSize = 'Maximum size for temporary files on index crea $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.'; //to translate $strLongOperation = 'This operation could be long. Proceed anyway?'; //to translate $strVersionInformation = 'Version information'; //to translate +$strInnoDBDataHomeDir = 'Data home directory'; //to translate +$strInnoDBDataHomeDirDesc = 'The common part of the directory path for all InnoDB data files.'; //to translate +$strInnoDBDataFilePath = 'Data files'; //to translate ?> diff --git a/lang/spanish-utf-8.inc.php b/lang/spanish-utf-8.inc.php index 1b06e4027..9c92af064 100644 --- a/lang/spanish-utf-8.inc.php +++ b/lang/spanish-utf-8.inc.php @@ -769,4 +769,7 @@ $strMyISAMMaxExtraSortFileSize = 'Maximum size for temporary files on index crea $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.'; //to translate $strLongOperation = 'This operation could be long. Proceed anyway?'; //to translate $strVersionInformation = 'Version information'; //to translate +$strInnoDBDataHomeDir = 'Data home directory'; //to translate +$strInnoDBDataHomeDirDesc = 'The common part of the directory path for all InnoDB data files.'; //to translate +$strInnoDBDataFilePath = 'Data files'; //to translate ?> diff --git a/lang/swedish-iso-8859-1.inc.php b/lang/swedish-iso-8859-1.inc.php index 00d2a2743..e83fd6d36 100644 --- a/lang/swedish-iso-8859-1.inc.php +++ b/lang/swedish-iso-8859-1.inc.php @@ -772,4 +772,7 @@ $strMyISAMMaxExtraSortFileSize = 'Maximum size for temporary files on index crea $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.'; //to translate $strLongOperation = 'This operation could be long. Proceed anyway?'; //to translate $strVersionInformation = 'Version information'; //to translate +$strInnoDBDataHomeDir = 'Data home directory'; //to translate +$strInnoDBDataHomeDirDesc = 'The common part of the directory path for all InnoDB data files.'; //to translate +$strInnoDBDataFilePath = 'Data files'; //to translate ?> diff --git a/lang/swedish-utf-8.inc.php b/lang/swedish-utf-8.inc.php index ce1a8291e..0ad626dcc 100644 --- a/lang/swedish-utf-8.inc.php +++ b/lang/swedish-utf-8.inc.php @@ -773,4 +773,7 @@ $strMyISAMMaxExtraSortFileSize = 'Maximum size for temporary files on index crea $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.'; //to translate $strLongOperation = 'This operation could be long. Proceed anyway?'; //to translate $strVersionInformation = 'Version information'; //to translate +$strInnoDBDataHomeDir = 'Data home directory'; //to translate +$strInnoDBDataHomeDirDesc = 'The common part of the directory path for all InnoDB data files.'; //to translate +$strInnoDBDataFilePath = 'Data files'; //to translate ?> diff --git a/lang/thai-tis-620.inc.php b/lang/thai-tis-620.inc.php index f1ac3ad3a..382530f20 100644 --- a/lang/thai-tis-620.inc.php +++ b/lang/thai-tis-620.inc.php @@ -793,4 +793,7 @@ $strMyISAMMaxExtraSortFileSize = 'Maximum size for temporary files on index crea $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.'; //to translate $strLongOperation = 'This operation could be long. Proceed anyway?'; //to translate $strVersionInformation = 'Version information'; //to translate +$strInnoDBDataHomeDir = 'Data home directory'; //to translate +$strInnoDBDataHomeDirDesc = 'The common part of the directory path for all InnoDB data files.'; //to translate +$strInnoDBDataFilePath = 'Data files'; //to translate ?> diff --git a/lang/thai-utf-8.inc.php b/lang/thai-utf-8.inc.php index c203f0a76..97cd21fa1 100644 --- a/lang/thai-utf-8.inc.php +++ b/lang/thai-utf-8.inc.php @@ -794,4 +794,7 @@ $strMyISAMMaxExtraSortFileSize = 'Maximum size for temporary files on index crea $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.'; //to translate $strLongOperation = 'This operation could be long. Proceed anyway?'; //to translate $strVersionInformation = 'Version information'; //to translate +$strInnoDBDataHomeDir = 'Data home directory'; //to translate +$strInnoDBDataHomeDirDesc = 'The common part of the directory path for all InnoDB data files.'; //to translate +$strInnoDBDataFilePath = 'Data files'; //to translate ?> diff --git a/lang/turkish-iso-8859-9.inc.php b/lang/turkish-iso-8859-9.inc.php index 930291edf..920911183 100644 --- a/lang/turkish-iso-8859-9.inc.php +++ b/lang/turkish-iso-8859-9.inc.php @@ -782,4 +782,7 @@ $strMyISAMMaxExtraSortFileSize = 'Maximum size for temporary files on index crea $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.'; //to translate $strLongOperation = 'This operation could be long. Proceed anyway?'; //to translate $strVersionInformation = 'Version information'; //to translate +$strInnoDBDataHomeDir = 'Data home directory'; //to translate +$strInnoDBDataHomeDirDesc = 'The common part of the directory path for all InnoDB data files.'; //to translate +$strInnoDBDataFilePath = 'Data files'; //to translate ?> diff --git a/lang/turkish-utf-8.inc.php b/lang/turkish-utf-8.inc.php index c1fae52b2..e69ceb5ce 100644 --- a/lang/turkish-utf-8.inc.php +++ b/lang/turkish-utf-8.inc.php @@ -783,4 +783,7 @@ $strMyISAMMaxExtraSortFileSize = 'Maximum size for temporary files on index crea $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.'; //to translate $strLongOperation = 'This operation could be long. Proceed anyway?'; //to translate $strVersionInformation = 'Version information'; //to translate +$strInnoDBDataHomeDir = 'Data home directory'; //to translate +$strInnoDBDataHomeDirDesc = 'The common part of the directory path for all InnoDB data files.'; //to translate +$strInnoDBDataFilePath = 'Data files'; //to translate ?> diff --git a/lang/ukrainian-utf-8.inc.php b/lang/ukrainian-utf-8.inc.php index e85d79c8c..9036b53b9 100644 --- a/lang/ukrainian-utf-8.inc.php +++ b/lang/ukrainian-utf-8.inc.php @@ -774,4 +774,7 @@ $strMyISAMMaxExtraSortFileSize = 'Maximum size for temporary files on index crea $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.'; //to translate $strLongOperation = 'This operation could be long. Proceed anyway?'; //to translate $strVersionInformation = 'Version information'; //to translate +$strInnoDBDataHomeDir = 'Data home directory'; //to translate +$strInnoDBDataHomeDirDesc = 'The common part of the directory path for all InnoDB data files.'; //to translate +$strInnoDBDataFilePath = 'Data files'; //to translate ?> diff --git a/lang/ukrainian-windows-1251.inc.php b/lang/ukrainian-windows-1251.inc.php index 680cacdbe..ba54b18f6 100644 --- a/lang/ukrainian-windows-1251.inc.php +++ b/lang/ukrainian-windows-1251.inc.php @@ -773,4 +773,7 @@ $strMyISAMMaxExtraSortFileSize = 'Maximum size for temporary files on index crea $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.'; //to translate $strLongOperation = 'This operation could be long. Proceed anyway?'; //to translate $strVersionInformation = 'Version information'; //to translate +$strInnoDBDataHomeDir = 'Data home directory'; //to translate +$strInnoDBDataHomeDirDesc = 'The common part of the directory path for all InnoDB data files.'; //to translate +$strInnoDBDataFilePath = 'Data files'; //to translate ?> diff --git a/libraries/storage_engines.lib.php b/libraries/storage_engines.lib.php index a0f92c4f1..fab807619 100644 --- a/libraries/storage_engines.lib.php +++ b/libraries/storage_engines.lib.php @@ -97,4 +97,157 @@ function PMA_generateEnginesDropdown($name = 'engine', $id = NULL, $offerUnavail return $output; } +/** + * Abstract Storage Engine Class + */ +define('PMA_ENGINE_SUPPORT_NO', 0); +define('PMA_ENGINE_SUPPORT_DISABLED', 1); +define('PMA_ENGINE_SUPPORT_YES', 2); +define('PMA_ENGINE_SUPPORT_DEFAULT', 3); +class PMA_StorageEngine { + var $engine = 'dummy'; + var $title = 'PMA Dummy Engine Class'; + var $comment = 'If you read this text inside phpMyAdmin, something went wrong...'; + var $support = PMA_ENGINE_SUPPORT_NO; + + /** + * public static final PMA_StorageEngine getEngine () + * + * Loads the corresponding engine plugin, if available. + * + * @param String The engine ID + * + * @return Object The engine plugin + */ + function getEngine ($engine) { + $engine = str_replace('/', '', str_replace('.', '', $engine)); + if (file_exists('./libraries/engines/' . $engine . '.lib.php') && include_once('./libraries/engines/' . $engine . '.lib.php')) { + $class_name = 'PMA_StorageEngine_' . $engine; + $engine_object = new $class_name($engine); + } else { + $engine_object = new PMA_StorageEngine($engine); + } + return $engine_object; + } + + /** + * Constructor + * + * @param String The engine ID + */ + function PMA_StorageEngine ($engine) { + global $mysql_storage_engines; + + if (!empty($mysql_storage_engines[$engine])) { + $this->engine = $engine; + $this->title = $mysql_storage_engines[$engine]['Engine']; + $this->comment = $mysql_storage_engines[$engine]['Comment']; + switch ($mysql_storage_engines[$engine]['Support']) { + case 'DEFAULT': + $this->support = PMA_ENGINE_SUPPORT_DEFAULT; + break; + case 'YES': + $this->support = PMA_ENGINE_SUPPORT_YES; + break; + case 'DISABLED': + $this->support = PMA_ENGINE_SUPPORT_DISABLED; + break; + case 'NO': + default: + $this->support = PMA_ENGINE_SUPPORT_NO; + } + } + } + + /** + * public String getTitle () + * + * Reveals the engine's title + * + * @return String The title + */ + function getTitle () { + return $this->title; + } + + /** + * public String getComment () + * + * Fetches the server's comment about this engine + * + * @return String The comment + */ + function getComment () { + return $this->comment; + } + + /** + * public String getSupportInformationMessage () + * + * @return String The localized message. + */ + function getSupportInformationMessage () { + switch ($this->support) { + case PMA_ENGINE_SUPPORT_DEFAULT: + $message = $GLOBALS['strDefaultEngine']; + break; + case PMA_ENGINE_SUPPORT_YES: + $message = $GLOBALS['strEngineAvailable']; + break; + case PMA_ENGINE_SUPPORT_DISABLED: + $message = $GLOBALS['strEngineUnsupported']; + break; + case PMA_ENGINE_SUPPORT_NO: + default: + $message = $GLOBALS['strEngineUnavailable']; + } + return sprintf($message, htmlspecialchars($this->title)); + } + + /** + * public String[][] getVariables () + * + * Generates a list of MySQL variables that provide information about this + * engine. This function should be overridden when extending this class + * for a particular engine. + * + * @return Array The list of variables. + */ + function getVariables () { + return array(); + } + + /** + * public String getVariablesLikePattern () + */ + function getVariablesLikePattern () { + return FALSE; + } + + /** + * public String[] getInfoPages () + * + * Returns a list of available information pages with labels + * + * @return Array The list + */ + function getInfoPages () { + return array(); + } + + /** + * public String getPage () + * + * Generates the requested information page + * + * @param String The page ID + * + * @return String The page + * boolean or FALSE on error. + */ + function getPage($id) { + return FALSE; + } +} + ?> diff --git a/server_engines.php b/server_engines.php index b62c25c34..0b3142aac 100644 --- a/server_engines.php +++ b/server_engines.php @@ -32,11 +32,9 @@ require('./server_links.inc.php'); define('PMA_ENGINE_DETAILS_TYPE_PLAINTEXT', 0); define('PMA_ENGINE_DETAILS_TYPE_SIZE', 1); define('PMA_ENGINE_DETAILS_TYPE_NUMERIC', 2); //Has no effect yet... -function PMA_generateEngineDetails($variables, $life = NULL, $indent = 0) { +function PMA_generateEngineDetails($variables, $like = NULL, $indent = 0) { global $cfg; - if (empty($variables)) return ''; - $spaces = ''; for ($i = 0; $i < $indent; $i++) { $spaces .= ' '; @@ -45,20 +43,24 @@ function PMA_generateEngineDetails($variables, $life = NULL, $indent = 0) { /** * Get the variables! */ - $sql_query = 'SHOW ' - . (PMA_MYSQL_INT_VERSION >= 40102 ? 'GLOBAL ' : '') - . 'VARIABLES' - . (empty($like) ? '' : ' LIKE \'' . $like . '\'') - . ';'; - $res = PMA_DBI_query($sql_query); - $mysql_vars = array(); - while ($row = PMA_DBI_fetch_row($res)) { - if (isset($variables[$row[0]])) $mysql_vars[$row[0]] = $row[1]; + if (!empty($variables)) { + $sql_query = 'SHOW ' + . (PMA_MYSQL_INT_VERSION >= 40102 ? 'GLOBAL ' : '') + . 'VARIABLES' + . (empty($like) ? '' : ' LIKE \'' . $like . '\'') + . ';'; + $res = PMA_DBI_query($sql_query); + $mysql_vars = array(); + while ($row = PMA_DBI_fetch_row($res)) { + if (isset($variables[$row[0]])) $mysql_vars[$row[0]] = $row[1]; + } + PMA_DBI_free_result($res); + unset($res, $row, $sql_query); } - PMA_DBI_free_result($res); - unset($res, $row, $sql_query); - if (empty($mysql_vars)) return ''; + if (empty($mysql_vars)) return $spaces . '

' . "\n" + . $spaces . ' ' . $GLOBALS['strNoDetailsForEngine'] . "\n" + . $spaces . '

' . "\n"; $dt_table = $spaces . '' . "\n"; $useBgcolorOne = TRUE; @@ -168,107 +170,54 @@ if (empty($engine) || empty($mysql_storage_engines[$engine])) { * Displays details about a given Storage Engine */ + $engine_plugin = PMA_StorageEngine::getEngine($engine); echo '

' . "\n" . ($cfg['MainPageIconic'] ? '' : '' ) - . ' ' . htmlspecialchars($mysql_storage_engines[$engine]['Engine']) . "\n" - . '

' . "\n\n" - . '

' . "\n" - . ' ' . "\n" - . ' ' . htmlspecialchars($mysql_storage_engines[$engine]['Comment']) . "\n" - . ' ' . "\n" - . '

' . "\n"; - switch ($mysql_storage_engines[$engine]['Support']) { - case 'DEFAULT': - echo '

' - . ' ' . sprintf($strDefaultEngine, htmlspecialchars($mysql_storage_engines[$engine]['Engine'])) . "\n" - . '

' . "\n"; - break; - case 'YES': - echo '

' . "\n" - . ' ' . sprintf($strEngineAvailable, htmlspecialchars($mysql_storage_engines[$engine]['Engine'])) . "\n" - . '

' . "\n"; - break; - case 'NO': - echo '

' . "\n" - . ' ' . sprintf($strEngineUnsupported, htmlspecialchars($mysql_storage_engines[$engine]['Engine'])) . "\n" - . '

' . "\n"; - break; - case 'DISABLED': - echo '

' . "\n" - . ' ' . sprintf($strEngineDisabled, htmlspecialchars($mysql_storage_engines[$engine]['Engine'])) . "\n" - . '

' . "\n"; - break; + . ' ' . htmlspecialchars($engine_plugin->getTitle()) . "\n" + . '' . "\n\n"; + if (PMA_MYSQL_INT_VERSION >= 40102) { + echo '

' . "\n" + . ' ' . "\n" + . ' ' . htmlspecialchars($engine_plugin->getComment()) . "\n" + . ' ' . "\n" + . '

' . "\n\n"; } - - switch ($engine) { - case 'bdb': - case 'berkeleydb': - $variables = array( - 'version_bdb' => array( - 'title' => $strVersionInformation - ) - ); - echo PMA_generateEngineDetails($variables, 'version_bdb'); - break; - - case 'innodb': - case 'innobase': - echo '

' . "\n" - . ' ' . $strInnodbStat . "\n" - . '

' . "\n\n"; - $res = PMA_DBI_query('SHOW INNODB STATUS;'); - $row = PMA_DBI_fetch_row($res); - echo '
' . "\n"
-	        . htmlspecialchars($row[0]) . "\n"
-	        . '
' . "\n"; - PMA_DBI_free_result($res); - unset($res, $row); - break; - - case 'myisam': - $variables = array( - 'myisam_data_pointer_size' => array( - 'title' => $strMyISAMDataPointerSize, - 'desc' => $strMyISAMDataPointerSizeDesc, - 'type' => PMA_ENGINE_DETAILS_TYPE_SIZE - ), - 'myisam_recover_options' => array( - 'title' => $strMyISAMRecoverOptions, - 'desc' => $strMyISAMRecoverOptionsDesc - ), - 'myisam_max_sort_file_size' => array( - 'title' => $strMyISAMMaxSortFileSize, - 'desc' => $strMyISAMMaxSortFileSizeDesc, - 'type' => PMA_ENGINE_DETAILS_TYPE_SIZE - ), - 'myisam_max_extra_sort_file_size' => array( - 'title' => $strMyISAMMaxExtraSortFileSize, - 'desc' => $strMyISAMMaxExtraSortFileSizeDesc, - 'type' => PMA_ENGINE_DETAILS_TYPE_SIZE - ), - 'myisam_repair_threads' => array( - 'title' => $strMyISAMRepairThreads, - 'desc' => $strMyISAMRepairThreadsDesc, - 'type' => PMA_ENGINE_DETAILS_TYPE_NUMERIC - ), - 'myisam_sort_buffer_size' => array( - 'title' => $strMyISAMSortBufferSize, - 'desc' => $strMyISAMSortBufferSizeDesc, - 'type' => PMA_ENGINE_DETAILS_TYPE_SIZE - ) - ); - echo PMA_generateEngineDetails($variables, 'myisam\\_%'); - break; - - default: - echo '

' . "\n" - . ' ' . $strNoDetailsForEngine . "\n" - . '

' . "\n"; - break; + $infoPages = $engine_plugin->getInfoPages(); + if (!empty($infoPages) && is_array($infoPages)) { + $common_url = './server_engines.php?' . PMA_generate_common_url() . '&engine=' . urlencode($engine); + echo '

' . "\n" + . ' [' . "\n"; + if (empty($page)) { + echo ' ' . $strServerTabVariables . '' . "\n"; + } else { + echo ' ' . $strServerTabVariables . '' . "\n"; + } + foreach ($infoPages as $current => $label) { + echo ' |' . "\n"; + if (isset($page) && $page == $current) { + echo ' ' . $label . '' . "\n"; + } else { + echo ' ' . $label . '' . "\n"; + } + } + unset($current, $label); + echo ' ]' . "\n" + . '

' . "\n\n"; + } + unset($infoPages, $page_output); + if (!empty($page)) { + $page_output = $engine_plugin->getPage($page); + } + if (!empty($page_output)) { + echo $page_output; + } else { + echo '

' . "\n" + . ' ' . $engine_plugin->getSupportInformationMessage() . "\n" + . '

' . "\n" + . PMA_generateEngineDetails($engine_plugin->getVariables(), $engine_plugin->getVariablesLikePattern()); } } - /** * Sends the footer */