diff --git a/ChangeLog b/ChangeLog index c8e935a46..8e17442f2 100755 --- a/ChangeLog +++ b/ChangeLog @@ -5,6 +5,11 @@ phpMyAdmin - Changelog $Id$ $Source$ +2003-08-25 Marc Delisle + * tbl_relations.php3, tbl_properties_table_info.php3, /lang: + InnoDB relations (for now, same db, only one index column, and + no ON DELETE or ON UPDATE clauses) + 2003-08-25 Alexander M. Turek * tbl_rename.php3: After renaming a table, move back to tbl_properties_operations.php3 instead of tbl_properties.php3. diff --git a/lang/afrikaans-iso-8859-1.inc.php3 b/lang/afrikaans-iso-8859-1.inc.php3 index 4f3bb5ab9..64f4c4e22 100644 --- a/lang/afrikaans-iso-8859-1.inc.php3 +++ b/lang/afrikaans-iso-8859-1.inc.php3 @@ -707,4 +707,7 @@ $strThai = 'Thai'; //to translate $strUseThisValue = 'Use this value'; //to translate $strWindowNotFound = 'The target browser window could not be updated. Maybe you have closed the parent window or your browser is blocking cross-window updates of your security settings'; //to translate $strBrowseForeignValues = 'Browse foreign values'; //to translate +$strInternalRelations = 'Internal relations'; //to translate +$strInternalNotNecessary = '* An internal relation is not necessary when it exists also in InnoDB.'; //to translate +$strUpgradeMySQL = 'You should upgrade to MySQL %s or later.'; //to translate ?> diff --git a/lang/afrikaans-utf-8.inc.php3 b/lang/afrikaans-utf-8.inc.php3 index 1e9490653..c9a94d1f4 100644 --- a/lang/afrikaans-utf-8.inc.php3 +++ b/lang/afrikaans-utf-8.inc.php3 @@ -708,4 +708,7 @@ $strThai = 'Thai'; //to translate $strUseThisValue = 'Use this value'; //to translate $strWindowNotFound = 'The target browser window could not be updated. Maybe you have closed the parent window or your browser is blocking cross-window updates of your security settings'; //to translate $strBrowseForeignValues = 'Browse foreign values'; //to translate +$strInternalRelations = 'Internal relations'; //to translate +$strInternalNotNecessary = '* An internal relation is not necessary when it exists also in InnoDB.'; //to translate +$strUpgradeMySQL = 'You should upgrade to MySQL %s or later.'; //to translate ?> diff --git a/lang/albanian-iso-8859-1.inc.php3 b/lang/albanian-iso-8859-1.inc.php3 index b70f26509..32787cdc8 100644 --- a/lang/albanian-iso-8859-1.inc.php3 +++ b/lang/albanian-iso-8859-1.inc.php3 @@ -699,4 +699,7 @@ $strThai = 'Thai'; //to translate $strUseThisValue = 'Use this value'; //to translate $strWindowNotFound = 'The target browser window could not be updated. Maybe you have closed the parent window or your browser is blocking cross-window updates of your security settings'; //to translate $strBrowseForeignValues = 'Browse foreign values'; //to translate +$strInternalRelations = 'Internal relations'; //to translate +$strInternalNotNecessary = '* An internal relation is not necessary when it exists also in InnoDB.'; //to translate +$strUpgradeMySQL = 'You should upgrade to MySQL %s or later.'; //to translate ?> diff --git a/lang/albanian-utf-8.inc.php3 b/lang/albanian-utf-8.inc.php3 index 23c96f632..c97c18451 100644 --- a/lang/albanian-utf-8.inc.php3 +++ b/lang/albanian-utf-8.inc.php3 @@ -700,4 +700,7 @@ $strThai = 'Thai'; //to translate $strUseThisValue = 'Use this value'; //to translate $strWindowNotFound = 'The target browser window could not be updated. Maybe you have closed the parent window or your browser is blocking cross-window updates of your security settings'; //to translate $strBrowseForeignValues = 'Browse foreign values'; //to translate +$strInternalRelations = 'Internal relations'; //to translate +$strInternalNotNecessary = '* An internal relation is not necessary when it exists also in InnoDB.'; //to translate +$strUpgradeMySQL = 'You should upgrade to MySQL %s or later.'; //to translate ?> diff --git a/lang/arabic-utf-8.inc.php3 b/lang/arabic-utf-8.inc.php3 index 99ce8e980..284d4ee79 100644 --- a/lang/arabic-utf-8.inc.php3 +++ b/lang/arabic-utf-8.inc.php3 @@ -723,4 +723,7 @@ $strThai = 'Thai'; //to translate $strUseThisValue = 'Use this value'; //to translate $strWindowNotFound = 'The target browser window could not be updated. Maybe you have closed the parent window or your browser is blocking cross-window updates of your security settings'; //to translate $strBrowseForeignValues = 'Browse foreign values'; //to translate +$strInternalRelations = 'Internal relations'; //to translate +$strInternalNotNecessary = '* An internal relation is not necessary when it exists also in InnoDB.'; //to translate +$strUpgradeMySQL = 'You should upgrade to MySQL %s or later.'; //to translate ?> diff --git a/lang/arabic-windows-1256.inc.php3 b/lang/arabic-windows-1256.inc.php3 index c2485eac8..46c0c96e8 100644 --- a/lang/arabic-windows-1256.inc.php3 +++ b/lang/arabic-windows-1256.inc.php3 @@ -722,4 +722,7 @@ $strThai = 'Thai'; //to translate $strUseThisValue = 'Use this value'; //to translate $strWindowNotFound = 'The target browser window could not be updated. Maybe you have closed the parent window or your browser is blocking cross-window updates of your security settings'; //to translate $strBrowseForeignValues = 'Browse foreign values'; //to translate +$strInternalRelations = 'Internal relations'; //to translate +$strInternalNotNecessary = '* An internal relation is not necessary when it exists also in InnoDB.'; //to translate +$strUpgradeMySQL = 'You should upgrade to MySQL %s or later.'; //to translate ?> diff --git a/lang/brazilian_portuguese-iso-8859-1.inc.php3 b/lang/brazilian_portuguese-iso-8859-1.inc.php3 index 714a2d3ac..a6cf86544 100644 --- a/lang/brazilian_portuguese-iso-8859-1.inc.php3 +++ b/lang/brazilian_portuguese-iso-8859-1.inc.php3 @@ -721,4 +721,7 @@ $strThai = 'Thai'; //to translate $strUseThisValue = 'Use this value'; //to translate $strWindowNotFound = 'The target browser window could not be updated. Maybe you have closed the parent window or your browser is blocking cross-window updates of your security settings'; //to translate $strBrowseForeignValues = 'Browse foreign values'; //to translate +$strInternalRelations = 'Internal relations'; //to translate +$strInternalNotNecessary = '* An internal relation is not necessary when it exists also in InnoDB.'; //to translate +$strUpgradeMySQL = 'You should upgrade to MySQL %s or later.'; //to translate ?> diff --git a/lang/brazilian_portuguese-utf-8.inc.php3 b/lang/brazilian_portuguese-utf-8.inc.php3 index e23da7574..317c26549 100644 --- a/lang/brazilian_portuguese-utf-8.inc.php3 +++ b/lang/brazilian_portuguese-utf-8.inc.php3 @@ -722,4 +722,7 @@ $strThai = 'Thai'; //to translate $strUseThisValue = 'Use this value'; //to translate $strWindowNotFound = 'The target browser window could not be updated. Maybe you have closed the parent window or your browser is blocking cross-window updates of your security settings'; //to translate $strBrowseForeignValues = 'Browse foreign values'; //to translate +$strInternalRelations = 'Internal relations'; //to translate +$strInternalNotNecessary = '* An internal relation is not necessary when it exists also in InnoDB.'; //to translate +$strUpgradeMySQL = 'You should upgrade to MySQL %s or later.'; //to translate ?> diff --git a/lang/bulgarian-koi8-r.inc.php3 b/lang/bulgarian-koi8-r.inc.php3 index a9b8b6b9f..05fffa560 100644 --- a/lang/bulgarian-koi8-r.inc.php3 +++ b/lang/bulgarian-koi8-r.inc.php3 @@ -702,4 +702,7 @@ $strToggleScratchboard = 'toggle scratchboard'; //to translate $strUseThisValue = 'Use this value'; //to translate $strWindowNotFound = 'The target browser window could not be updated. Maybe you have closed the parent window or your browser is blocking cross-window updates of your security settings'; //to translate $strBrowseForeignValues = 'Browse foreign values'; //to translate +$strInternalRelations = 'Internal relations'; //to translate +$strInternalNotNecessary = '* An internal relation is not necessary when it exists also in InnoDB.'; //to translate +$strUpgradeMySQL = 'You should upgrade to MySQL %s or later.'; //to translate ?> diff --git a/lang/bulgarian-utf-8.inc.php3 b/lang/bulgarian-utf-8.inc.php3 index 2a8c2f253..4f74568ec 100644 --- a/lang/bulgarian-utf-8.inc.php3 +++ b/lang/bulgarian-utf-8.inc.php3 @@ -703,4 +703,7 @@ $strToggleScratchboard = 'toggle scratchboard'; //to translate $strUseThisValue = 'Use this value'; //to translate $strWindowNotFound = 'The target browser window could not be updated. Maybe you have closed the parent window or your browser is blocking cross-window updates of your security settings'; //to translate $strBrowseForeignValues = 'Browse foreign values'; //to translate +$strInternalRelations = 'Internal relations'; //to translate +$strInternalNotNecessary = '* An internal relation is not necessary when it exists also in InnoDB.'; //to translate +$strUpgradeMySQL = 'You should upgrade to MySQL %s or later.'; //to translate ?> diff --git a/lang/bulgarian-windows-1251.inc.php3 b/lang/bulgarian-windows-1251.inc.php3 index 70b0b2e7b..6a0dd0324 100644 --- a/lang/bulgarian-windows-1251.inc.php3 +++ b/lang/bulgarian-windows-1251.inc.php3 @@ -702,4 +702,7 @@ $strToggleScratchboard = 'toggle scratchboard'; //to translate $strUseThisValue = 'Use this value'; //to translate $strWindowNotFound = 'The target browser window could not be updated. Maybe you have closed the parent window or your browser is blocking cross-window updates of your security settings'; //to translate $strBrowseForeignValues = 'Browse foreign values'; //to translate +$strInternalRelations = 'Internal relations'; //to translate +$strInternalNotNecessary = '* An internal relation is not necessary when it exists also in InnoDB.'; //to translate +$strUpgradeMySQL = 'You should upgrade to MySQL %s or later.'; //to translate ?> diff --git a/lang/catalan-iso-8859-1.inc.php3 b/lang/catalan-iso-8859-1.inc.php3 index 3f91965ea..19156f666 100644 --- a/lang/catalan-iso-8859-1.inc.php3 +++ b/lang/catalan-iso-8859-1.inc.php3 @@ -694,4 +694,7 @@ $strZeroRemovesTheLimit = 'Nota: Establint aquestes opcions a 0 (zero) treu el l $strZip = '"comprimit amb zip"'; // To translate +$strInternalRelations = 'Internal relations'; //to translate +$strInternalNotNecessary = '* An internal relation is not necessary when it exists also in InnoDB.'; //to translate +$strUpgradeMySQL = 'You should upgrade to MySQL %s or later.'; //to translate ?> diff --git a/lang/catalan-utf-8.inc.php3 b/lang/catalan-utf-8.inc.php3 index d2a7b6451..b655e68b7 100644 --- a/lang/catalan-utf-8.inc.php3 +++ b/lang/catalan-utf-8.inc.php3 @@ -695,4 +695,7 @@ $strZeroRemovesTheLimit = 'Nota: Establint aquestes opcions a 0 (zero) treu el l $strZip = '"comprimit amb zip"'; // To translate +$strInternalRelations = 'Internal relations'; //to translate +$strInternalNotNecessary = '* An internal relation is not necessary when it exists also in InnoDB.'; //to translate +$strUpgradeMySQL = 'You should upgrade to MySQL %s or later.'; //to translate ?> diff --git a/lang/chinese_big5-utf-8.inc.php3 b/lang/chinese_big5-utf-8.inc.php3 index 0f87241fd..78ebf8475 100644 --- a/lang/chinese_big5-utf-8.inc.php3 +++ b/lang/chinese_big5-utf-8.inc.php3 @@ -705,4 +705,7 @@ $strUseThisValue = 'Use this value'; //to translate $strWindowNotFound = 'The target browser window could not be updated. Maybe you have closed the parent window or your browser is blocking cross-window updates of your security settings'; //to translate +$strInternalRelations = 'Internal relations'; //to translate +$strInternalNotNecessary = '* An internal relation is not necessary when it exists also in InnoDB.'; //to translate +$strUpgradeMySQL = 'You should upgrade to MySQL %s or later.'; //to translate ?> diff --git a/lang/chinese_big5.inc.php3 b/lang/chinese_big5.inc.php3 index c35176e91..f718c1cb1 100644 --- a/lang/chinese_big5.inc.php3 +++ b/lang/chinese_big5.inc.php3 @@ -704,4 +704,7 @@ $strUseThisValue = 'Use this value'; //to translate $strWindowNotFound = 'The target browser window could not be updated. Maybe you have closed the parent window or your browser is blocking cross-window updates of your security settings'; //to translate +$strInternalRelations = 'Internal relations'; //to translate +$strInternalNotNecessary = '* An internal relation is not necessary when it exists also in InnoDB.'; //to translate +$strUpgradeMySQL = 'You should upgrade to MySQL %s or later.'; //to translate ?> diff --git a/lang/chinese_gb-utf-8.inc.php3 b/lang/chinese_gb-utf-8.inc.php3 index d063d3cd9..230b7b923 100644 --- a/lang/chinese_gb-utf-8.inc.php3 +++ b/lang/chinese_gb-utf-8.inc.php3 @@ -699,4 +699,7 @@ $strZip = '"zipped"'; $strUseThisValue = 'Use this value'; //to translate $strWindowNotFound = 'The target browser window could not be updated. Maybe you have closed the parent window or your browser is blocking cross-window updates of your security settings'; //to translate $strBrowseForeignValues = 'Browse foreign values'; //to translate +$strInternalRelations = 'Internal relations'; //to translate +$strInternalNotNecessary = '* An internal relation is not necessary when it exists also in InnoDB.'; //to translate +$strUpgradeMySQL = 'You should upgrade to MySQL %s or later.'; //to translate ?> diff --git a/lang/chinese_gb.inc.php3 b/lang/chinese_gb.inc.php3 index faab9d1ad..9413c6ff8 100644 --- a/lang/chinese_gb.inc.php3 +++ b/lang/chinese_gb.inc.php3 @@ -698,4 +698,7 @@ $strZip = '"zipped"'; $strUseThisValue = 'Use this value'; //to translate $strWindowNotFound = 'The target browser window could not be updated. Maybe you have closed the parent window or your browser is blocking cross-window updates of your security settings'; //to translate $strBrowseForeignValues = 'Browse foreign values'; //to translate +$strInternalRelations = 'Internal relations'; //to translate +$strInternalNotNecessary = '* An internal relation is not necessary when it exists also in InnoDB.'; //to translate +$strUpgradeMySQL = 'You should upgrade to MySQL %s or later.'; //to translate ?> diff --git a/lang/croatian-iso-8859-2.inc.php3 b/lang/croatian-iso-8859-2.inc.php3 index 514a68c99..6dcd345e6 100644 --- a/lang/croatian-iso-8859-2.inc.php3 +++ b/lang/croatian-iso-8859-2.inc.php3 @@ -720,4 +720,7 @@ $strThai = 'Thai'; //to translate $strUseThisValue = 'Use this value'; //to translate $strWindowNotFound = 'The target browser window could not be updated. Maybe you have closed the parent window or your browser is blocking cross-window updates of your security settings'; //to translate $strBrowseForeignValues = 'Browse foreign values'; //to translate +$strInternalRelations = 'Internal relations'; //to translate +$strInternalNotNecessary = '* An internal relation is not necessary when it exists also in InnoDB.'; //to translate +$strUpgradeMySQL = 'You should upgrade to MySQL %s or later.'; //to translate ?> diff --git a/lang/croatian-utf-8.inc.php3 b/lang/croatian-utf-8.inc.php3 index 184929536..49f1031b7 100644 --- a/lang/croatian-utf-8.inc.php3 +++ b/lang/croatian-utf-8.inc.php3 @@ -721,4 +721,7 @@ $strThai = 'Thai'; //to translate $strUseThisValue = 'Use this value'; //to translate $strWindowNotFound = 'The target browser window could not be updated. Maybe you have closed the parent window or your browser is blocking cross-window updates of your security settings'; //to translate $strBrowseForeignValues = 'Browse foreign values'; //to translate +$strInternalRelations = 'Internal relations'; //to translate +$strInternalNotNecessary = '* An internal relation is not necessary when it exists also in InnoDB.'; //to translate +$strUpgradeMySQL = 'You should upgrade to MySQL %s or later.'; //to translate ?> diff --git a/lang/croatian-windows-1250.inc.php3 b/lang/croatian-windows-1250.inc.php3 index 6c20f6e23..9fadc84e1 100644 --- a/lang/croatian-windows-1250.inc.php3 +++ b/lang/croatian-windows-1250.inc.php3 @@ -720,4 +720,7 @@ $strThai = 'Thai'; //to translate $strUseThisValue = 'Use this value'; //to translate $strWindowNotFound = 'The target browser window could not be updated. Maybe you have closed the parent window or your browser is blocking cross-window updates of your security settings'; //to translate $strBrowseForeignValues = 'Browse foreign values'; //to translate +$strInternalRelations = 'Internal relations'; //to translate +$strInternalNotNecessary = '* An internal relation is not necessary when it exists also in InnoDB.'; //to translate +$strUpgradeMySQL = 'You should upgrade to MySQL %s or later.'; //to translate ?> diff --git a/lang/czech-iso-8859-2.inc.php3 b/lang/czech-iso-8859-2.inc.php3 index 3305debf6..e81766229 100644 --- a/lang/czech-iso-8859-2.inc.php3 +++ b/lang/czech-iso-8859-2.inc.php3 @@ -700,4 +700,7 @@ $strZeroRemovesTheLimit = 'Pozn $strZip = '"zazipovno"'; // To translate +$strInternalRelations = 'Internal relations'; //to translate +$strInternalNotNecessary = '* An internal relation is not necessary when it exists also in InnoDB.'; //to translate +$strUpgradeMySQL = 'You should upgrade to MySQL %s or later.'; //to translate ?> diff --git a/lang/czech-utf-8.inc.php3 b/lang/czech-utf-8.inc.php3 index 3a07bb55a..615c41221 100644 --- a/lang/czech-utf-8.inc.php3 +++ b/lang/czech-utf-8.inc.php3 @@ -701,4 +701,7 @@ $strZeroRemovesTheLimit = 'Poznámka: Nastavení těchto parametrů na 0 (nulu) $strZip = '"zazipováno"'; // To translate +$strInternalRelations = 'Internal relations'; //to translate +$strInternalNotNecessary = '* An internal relation is not necessary when it exists also in InnoDB.'; //to translate +$strUpgradeMySQL = 'You should upgrade to MySQL %s or later.'; //to translate ?> diff --git a/lang/czech-windows-1250.inc.php3 b/lang/czech-windows-1250.inc.php3 index e5f4df6fc..f54a8501f 100644 --- a/lang/czech-windows-1250.inc.php3 +++ b/lang/czech-windows-1250.inc.php3 @@ -700,4 +700,7 @@ $strZeroRemovesTheLimit = 'Pozn $strZip = '"zazipovno"'; // To translate +$strInternalRelations = 'Internal relations'; //to translate +$strInternalNotNecessary = '* An internal relation is not necessary when it exists also in InnoDB.'; //to translate +$strUpgradeMySQL = 'You should upgrade to MySQL %s or later.'; //to translate ?> diff --git a/lang/danish-iso-8859-1.inc.php3 b/lang/danish-iso-8859-1.inc.php3 index b8e30496a..2ce36de85 100644 --- a/lang/danish-iso-8859-1.inc.php3 +++ b/lang/danish-iso-8859-1.inc.php3 @@ -715,4 +715,7 @@ $strThai = 'Thai'; //to translate $strUseThisValue = 'Use this value'; //to translate $strWindowNotFound = 'The target browser window could not be updated. Maybe you have closed the parent window or your browser is blocking cross-window updates of your security settings'; //to translate $strBrowseForeignValues = 'Browse foreign values'; //to translate +$strInternalRelations = 'Internal relations'; //to translate +$strInternalNotNecessary = '* An internal relation is not necessary when it exists also in InnoDB.'; //to translate +$strUpgradeMySQL = 'You should upgrade to MySQL %s or later.'; //to translate ?> diff --git a/lang/danish-utf-8.inc.php3 b/lang/danish-utf-8.inc.php3 index e0de8f1d5..2eb13590b 100644 --- a/lang/danish-utf-8.inc.php3 +++ b/lang/danish-utf-8.inc.php3 @@ -716,4 +716,7 @@ $strThai = 'Thai'; //to translate $strUseThisValue = 'Use this value'; //to translate $strWindowNotFound = 'The target browser window could not be updated. Maybe you have closed the parent window or your browser is blocking cross-window updates of your security settings'; //to translate $strBrowseForeignValues = 'Browse foreign values'; //to translate +$strInternalRelations = 'Internal relations'; //to translate +$strInternalNotNecessary = '* An internal relation is not necessary when it exists also in InnoDB.'; //to translate +$strUpgradeMySQL = 'You should upgrade to MySQL %s or later.'; //to translate ?> diff --git a/lang/dutch-iso-8859-1.inc.php3 b/lang/dutch-iso-8859-1.inc.php3 index a85c2a620..ad7a8b519 100644 --- a/lang/dutch-iso-8859-1.inc.php3 +++ b/lang/dutch-iso-8859-1.inc.php3 @@ -710,4 +710,7 @@ $strThai = 'Thai'; //to translate $strUseThisValue = 'Use this value'; //to translate $strWindowNotFound = 'The target browser window could not be updated. Maybe you have closed the parent window or your browser is blocking cross-window updates of your security settings'; //to translate $strBrowseForeignValues = 'Browse foreign values'; //to translate +$strInternalRelations = 'Internal relations'; //to translate +$strInternalNotNecessary = '* An internal relation is not necessary when it exists also in InnoDB.'; //to translate +$strUpgradeMySQL = 'You should upgrade to MySQL %s or later.'; //to translate ?> diff --git a/lang/dutch-utf-8.inc.php3 b/lang/dutch-utf-8.inc.php3 index cf70a325b..582b96494 100644 --- a/lang/dutch-utf-8.inc.php3 +++ b/lang/dutch-utf-8.inc.php3 @@ -711,4 +711,7 @@ $strThai = 'Thai'; //to translate $strUseThisValue = 'Use this value'; //to translate $strWindowNotFound = 'The target browser window could not be updated. Maybe you have closed the parent window or your browser is blocking cross-window updates of your security settings'; //to translate $strBrowseForeignValues = 'Browse foreign values'; //to translate +$strInternalRelations = 'Internal relations'; //to translate +$strInternalNotNecessary = '* An internal relation is not necessary when it exists also in InnoDB.'; //to translate +$strUpgradeMySQL = 'You should upgrade to MySQL %s or later.'; //to translate ?> diff --git a/lang/english-iso-8859-1.inc.php3 b/lang/english-iso-8859-1.inc.php3 index ac5709a7e..c998dbe09 100644 --- a/lang/english-iso-8859-1.inc.php3 +++ b/lang/english-iso-8859-1.inc.php3 @@ -293,6 +293,8 @@ $strInsertTextfiles = 'Insert data from a textfile into table'; $strInsertedRowId = 'Inserted row id:'; $strInsertedRows = 'Inserted rows:'; $strInstructions = 'Instructions'; +$strInternalNotNecessary = '* An internal relation is not necessary when it exists also in InnoDB.'; +$strInternalRelations = 'Internal relations'; $strInvalidName = '"%s" is a reserved word, you can\'t use it as a database/table/field name.'; $strJapanese = 'Japanese'; @@ -651,6 +653,7 @@ $strUpdatePrivMessage = 'You have updated the privileges for %s.'; $strUpdateProfile = 'Update profile:'; $strUpdateProfileMessage = 'The profile has been updated.'; $strUpdateQuery = 'Update Query'; +$strUpgradeMySQL = 'You should upgrade to MySQL %s or later.'; $strUsage = 'Usage'; $strUseBackquotes = 'Enclose table and field names with backquotes'; $strUseHostTable = 'Use Host Table'; diff --git a/lang/english-utf-8.inc.php3 b/lang/english-utf-8.inc.php3 index a7c72e14d..0ac2f28ef 100644 --- a/lang/english-utf-8.inc.php3 +++ b/lang/english-utf-8.inc.php3 @@ -294,6 +294,8 @@ $strInsertTextfiles = 'Insert data from a textfile into table'; $strInsertedRowId = 'Inserted row id:'; $strInsertedRows = 'Inserted rows:'; $strInstructions = 'Instructions'; +$strInternalNotNecessary = '* An internal relation is not necessary when it exists also in InnoDB.'; +$strInternalRelations = 'Internal relations'; $strInvalidName = '"%s" is a reserved word, you can\'t use it as a database/table/field name.'; $strJapanese = 'Japanese'; @@ -652,6 +654,7 @@ $strUpdatePrivMessage = 'You have updated the privileges for %s.'; $strUpdateProfile = 'Update profile:'; $strUpdateProfileMessage = 'The profile has been updated.'; $strUpdateQuery = 'Update Query'; +$strUpgradeMySQL = 'You should upgrade to MySQL %s or later.'; $strUsage = 'Usage'; $strUseBackquotes = 'Enclose table and field names with backquotes'; $strUseHostTable = 'Use Host Table'; diff --git a/lang/estonian-iso-8859-1.inc.php3 b/lang/estonian-iso-8859-1.inc.php3 index dbc5a9c0a..0401f55e5 100644 --- a/lang/estonian-iso-8859-1.inc.php3 +++ b/lang/estonian-iso-8859-1.inc.php3 @@ -694,4 +694,7 @@ $strThai = 'Thai'; //to translate $strUseThisValue = 'Use this value'; //to translate $strWindowNotFound = 'The target browser window could not be updated. Maybe you have closed the parent window or your browser is blocking cross-window updates of your security settings'; //to translate $strBrowseForeignValues = 'Browse foreign values'; //to translate +$strInternalRelations = 'Internal relations'; //to translate +$strInternalNotNecessary = '* An internal relation is not necessary when it exists also in InnoDB.'; //to translate +$strUpgradeMySQL = 'You should upgrade to MySQL %s or later.'; //to translate ?> diff --git a/lang/estonian-utf-8.inc.php3 b/lang/estonian-utf-8.inc.php3 index 916a030f8..6f72f8aa5 100644 --- a/lang/estonian-utf-8.inc.php3 +++ b/lang/estonian-utf-8.inc.php3 @@ -695,4 +695,7 @@ $strThai = 'Thai'; //to translate $strUseThisValue = 'Use this value'; //to translate $strWindowNotFound = 'The target browser window could not be updated. Maybe you have closed the parent window or your browser is blocking cross-window updates of your security settings'; //to translate $strBrowseForeignValues = 'Browse foreign values'; //to translate +$strInternalRelations = 'Internal relations'; //to translate +$strInternalNotNecessary = '* An internal relation is not necessary when it exists also in InnoDB.'; //to translate +$strUpgradeMySQL = 'You should upgrade to MySQL %s or later.'; //to translate ?> diff --git a/lang/finnish-iso-8859-1.inc.php3 b/lang/finnish-iso-8859-1.inc.php3 index f6fc0e6ab..005864e35 100644 --- a/lang/finnish-iso-8859-1.inc.php3 +++ b/lang/finnish-iso-8859-1.inc.php3 @@ -717,4 +717,7 @@ $strThai = 'Thai'; //to translate $strUseThisValue = 'Use this value'; //to translate $strWindowNotFound = 'The target browser window could not be updated. Maybe you have closed the parent window or your browser is blocking cross-window updates of your security settings'; //to translate $strBrowseForeignValues = 'Browse foreign values'; //to translate +$strInternalRelations = 'Internal relations'; //to translate +$strInternalNotNecessary = '* An internal relation is not necessary when it exists also in InnoDB.'; //to translate +$strUpgradeMySQL = 'You should upgrade to MySQL %s or later.'; //to translate ?> diff --git a/lang/finnish-utf-8.inc.php3 b/lang/finnish-utf-8.inc.php3 index 480fd771d..194b1acd1 100644 --- a/lang/finnish-utf-8.inc.php3 +++ b/lang/finnish-utf-8.inc.php3 @@ -718,4 +718,7 @@ $strThai = 'Thai'; //to translate $strUseThisValue = 'Use this value'; //to translate $strWindowNotFound = 'The target browser window could not be updated. Maybe you have closed the parent window or your browser is blocking cross-window updates of your security settings'; //to translate $strBrowseForeignValues = 'Browse foreign values'; //to translate +$strInternalRelations = 'Internal relations'; //to translate +$strInternalNotNecessary = '* An internal relation is not necessary when it exists also in InnoDB.'; //to translate +$strUpgradeMySQL = 'You should upgrade to MySQL %s or later.'; //to translate ?> diff --git a/lang/french-iso-8859-1.inc.php3 b/lang/french-iso-8859-1.inc.php3 index 111202fbf..212b922da 100644 --- a/lang/french-iso-8859-1.inc.php3 +++ b/lang/french-iso-8859-1.inc.php3 @@ -695,4 +695,7 @@ $strZeroRemovesTheLimit = 'Note: Une valeur de 0 (zero) enl $strZip = '"zipp"'; // To translate +$strInternalRelations = 'Internal relations'; //to translate +$strInternalNotNecessary = '* An internal relation is not necessary when it exists also in InnoDB.'; //to translate +$strUpgradeMySQL = 'You should upgrade to MySQL %s or later.'; //to translate ?> diff --git a/lang/french-utf-8.inc.php3 b/lang/french-utf-8.inc.php3 index 851d89b41..bf181431b 100644 --- a/lang/french-utf-8.inc.php3 +++ b/lang/french-utf-8.inc.php3 @@ -696,4 +696,7 @@ $strZeroRemovesTheLimit = 'Note: Une valeur de 0 (zero) enlève la limite.'; $strZip = '"zippé"'; // To translate +$strInternalRelations = 'Internal relations'; //to translate +$strInternalNotNecessary = '* An internal relation is not necessary when it exists also in InnoDB.'; //to translate +$strUpgradeMySQL = 'You should upgrade to MySQL %s or later.'; //to translate ?> diff --git a/lang/galician-iso-8859-1.inc.php3 b/lang/galician-iso-8859-1.inc.php3 index c8622dbe6..3e3862ec2 100644 --- a/lang/galician-iso-8859-1.inc.php3 +++ b/lang/galician-iso-8859-1.inc.php3 @@ -699,4 +699,7 @@ $strZeroRemovesTheLimit = 'Nota: Se estas opci $strZip = 'comprimido no formato "zip"'; // To translate +$strInternalRelations = 'Internal relations'; //to translate +$strInternalNotNecessary = '* An internal relation is not necessary when it exists also in InnoDB.'; //to translate +$strUpgradeMySQL = 'You should upgrade to MySQL %s or later.'; //to translate ?> diff --git a/lang/galician-utf-8.inc.php3 b/lang/galician-utf-8.inc.php3 index 4774fd77b..9860ad061 100644 --- a/lang/galician-utf-8.inc.php3 +++ b/lang/galician-utf-8.inc.php3 @@ -700,4 +700,7 @@ $strZeroRemovesTheLimit = 'Nota: Se estas opcións se configuran como 0 (cero) e $strZip = 'comprimido no formato "zip"'; // To translate +$strInternalRelations = 'Internal relations'; //to translate +$strInternalNotNecessary = '* An internal relation is not necessary when it exists also in InnoDB.'; //to translate +$strUpgradeMySQL = 'You should upgrade to MySQL %s or later.'; //to translate ?> diff --git a/lang/georgian-utf-8.inc.php3 b/lang/georgian-utf-8.inc.php3 index 923802067..bf2cfc27d 100644 --- a/lang/georgian-utf-8.inc.php3 +++ b/lang/georgian-utf-8.inc.php3 @@ -721,4 +721,7 @@ $strThai = 'Thai'; //to translate $strUseThisValue = 'Use this value'; //to translate $strWindowNotFound = 'The target browser window could not be updated. Maybe you have closed the parent window or your browser is blocking cross-window updates of your security settings'; //to translate $strBrowseForeignValues = 'Browse foreign values'; //to translate +$strInternalRelations = 'Internal relations'; //to translate +$strInternalNotNecessary = '* An internal relation is not necessary when it exists also in InnoDB.'; //to translate +$strUpgradeMySQL = 'You should upgrade to MySQL %s or later.'; //to translate ?> diff --git a/lang/german-iso-8859-1.inc.php3 b/lang/german-iso-8859-1.inc.php3 index eeb052bec..d37f41770 100644 --- a/lang/german-iso-8859-1.inc.php3 +++ b/lang/german-iso-8859-1.inc.php3 @@ -702,4 +702,7 @@ $strZip = 'Zip-komprimiert'; $strUseThisValue = 'Use this value'; //to translate $strWindowNotFound = 'The target browser window could not be updated. Maybe you have closed the parent window or your browser is blocking cross-window updates of your security settings'; //to translate $strBrowseForeignValues = 'Browse foreign values'; //to translate +$strInternalRelations = 'Internal relations'; //to translate +$strInternalNotNecessary = '* An internal relation is not necessary when it exists also in InnoDB.'; //to translate +$strUpgradeMySQL = 'You should upgrade to MySQL %s or later.'; //to translate ?> diff --git a/lang/german-utf-8.inc.php3 b/lang/german-utf-8.inc.php3 index f0c0c385d..b3ef67052 100644 --- a/lang/german-utf-8.inc.php3 +++ b/lang/german-utf-8.inc.php3 @@ -703,4 +703,7 @@ $strZip = 'Zip-komprimiert'; $strUseThisValue = 'Use this value'; //to translate $strWindowNotFound = 'The target browser window could not be updated. Maybe you have closed the parent window or your browser is blocking cross-window updates of your security settings'; //to translate $strBrowseForeignValues = 'Browse foreign values'; //to translate +$strInternalRelations = 'Internal relations'; //to translate +$strInternalNotNecessary = '* An internal relation is not necessary when it exists also in InnoDB.'; //to translate +$strUpgradeMySQL = 'You should upgrade to MySQL %s or later.'; //to translate ?> diff --git a/lang/greek-iso-8859-7.inc.php3 b/lang/greek-iso-8859-7.inc.php3 index 42e62c1c0..1f36ec440 100644 --- a/lang/greek-iso-8859-7.inc.php3 +++ b/lang/greek-iso-8859-7.inc.php3 @@ -701,4 +701,7 @@ $strCaseSensitive = 'case-sensitive'; //to translate $strCharsetsAndCollations = 'Character Sets and Collations'; //to translate $strCollation = 'Collation'; //to translate +$strInternalRelations = 'Internal relations'; //to translate +$strInternalNotNecessary = '* An internal relation is not necessary when it exists also in InnoDB.'; //to translate +$strUpgradeMySQL = 'You should upgrade to MySQL %s or later.'; //to translate ?> diff --git a/lang/greek-utf-8.inc.php3 b/lang/greek-utf-8.inc.php3 index b1809efad..392bf0f48 100644 --- a/lang/greek-utf-8.inc.php3 +++ b/lang/greek-utf-8.inc.php3 @@ -702,4 +702,7 @@ $strCaseSensitive = 'case-sensitive'; //to translate $strCharsetsAndCollations = 'Character Sets and Collations'; //to translate $strCollation = 'Collation'; //to translate +$strInternalRelations = 'Internal relations'; //to translate +$strInternalNotNecessary = '* An internal relation is not necessary when it exists also in InnoDB.'; //to translate +$strUpgradeMySQL = 'You should upgrade to MySQL %s or later.'; //to translate ?> diff --git a/lang/hebrew-iso-8859-8-i.inc.php3 b/lang/hebrew-iso-8859-8-i.inc.php3 index b15ece9fe..a6ad5a75e 100644 --- a/lang/hebrew-iso-8859-8-i.inc.php3 +++ b/lang/hebrew-iso-8859-8-i.inc.php3 @@ -717,4 +717,7 @@ $strThai = 'Thai'; //to translate $strUseThisValue = 'Use this value'; //to translate $strWindowNotFound = 'The target browser window could not be updated. Maybe you have closed the parent window or your browser is blocking cross-window updates of your security settings'; //to translate $strBrowseForeignValues = 'Browse foreign values'; //to translate +$strInternalRelations = 'Internal relations'; //to translate +$strInternalNotNecessary = '* An internal relation is not necessary when it exists also in InnoDB.'; //to translate +$strUpgradeMySQL = 'You should upgrade to MySQL %s or later.'; //to translate ?> diff --git a/lang/hindi-utf-8.inc.php3 b/lang/hindi-utf-8.inc.php3 index 3bef5af55..7cb517c3b 100644 --- a/lang/hindi-utf-8.inc.php3 +++ b/lang/hindi-utf-8.inc.php3 @@ -731,4 +731,7 @@ $strThai = 'Thai'; //to translate $strUseThisValue = 'Use this value'; //to translate $strWindowNotFound = 'The target browser window could not be updated. Maybe you have closed the parent window or your browser is blocking cross-window updates of your security settings'; //to translate $strBrowseForeignValues = 'Browse foreign values'; //to translate +$strInternalRelations = 'Internal relations'; //to translate +$strInternalNotNecessary = '* An internal relation is not necessary when it exists also in InnoDB.'; //to translate +$strUpgradeMySQL = 'You should upgrade to MySQL %s or later.'; //to translate ?> diff --git a/lang/hungarian-iso-8859-2.inc.php3 b/lang/hungarian-iso-8859-2.inc.php3 index 76ee1844e..0d7cedb96 100644 --- a/lang/hungarian-iso-8859-2.inc.php3 +++ b/lang/hungarian-iso-8859-2.inc.php3 @@ -705,4 +705,7 @@ $strThai = 'Thai'; //to translate $strUseThisValue = 'Use this value'; //to translate $strWindowNotFound = 'The target browser window could not be updated. Maybe you have closed the parent window or your browser is blocking cross-window updates of your security settings'; //to translate $strBrowseForeignValues = 'Browse foreign values'; //to translate +$strInternalRelations = 'Internal relations'; //to translate +$strInternalNotNecessary = '* An internal relation is not necessary when it exists also in InnoDB.'; //to translate +$strUpgradeMySQL = 'You should upgrade to MySQL %s or later.'; //to translate ?> diff --git a/lang/hungarian-utf-8.inc.php3 b/lang/hungarian-utf-8.inc.php3 index b46ee0608..e433799d2 100644 --- a/lang/hungarian-utf-8.inc.php3 +++ b/lang/hungarian-utf-8.inc.php3 @@ -706,4 +706,7 @@ $strThai = 'Thai'; //to translate $strUseThisValue = 'Use this value'; //to translate $strWindowNotFound = 'The target browser window could not be updated. Maybe you have closed the parent window or your browser is blocking cross-window updates of your security settings'; //to translate $strBrowseForeignValues = 'Browse foreign values'; //to translate +$strInternalRelations = 'Internal relations'; //to translate +$strInternalNotNecessary = '* An internal relation is not necessary when it exists also in InnoDB.'; //to translate +$strUpgradeMySQL = 'You should upgrade to MySQL %s or later.'; //to translate ?> diff --git a/lang/indonesian-iso-8859-1.inc.php3 b/lang/indonesian-iso-8859-1.inc.php3 index 130e9a04c..22c2475c6 100644 --- a/lang/indonesian-iso-8859-1.inc.php3 +++ b/lang/indonesian-iso-8859-1.inc.php3 @@ -694,4 +694,7 @@ $strZeroRemovesTheLimit = 'Perhatian: Merubah pilihan ini ke posisi 0 (zero) aka $strZip = '"Dikompress dengan Zip"'; // To translate +$strInternalRelations = 'Internal relations'; //to translate +$strInternalNotNecessary = '* An internal relation is not necessary when it exists also in InnoDB.'; //to translate +$strUpgradeMySQL = 'You should upgrade to MySQL %s or later.'; //to translate ?> diff --git a/lang/indonesian-utf-8.inc.php3 b/lang/indonesian-utf-8.inc.php3 index 67ee8afaa..4146e80f3 100644 --- a/lang/indonesian-utf-8.inc.php3 +++ b/lang/indonesian-utf-8.inc.php3 @@ -695,4 +695,7 @@ $strZeroRemovesTheLimit = 'Perhatian: Merubah pilihan ini ke posisi 0 (zero) aka $strZip = '"Dikompress dengan Zip"'; // To translate +$strInternalRelations = 'Internal relations'; //to translate +$strInternalNotNecessary = '* An internal relation is not necessary when it exists also in InnoDB.'; //to translate +$strUpgradeMySQL = 'You should upgrade to MySQL %s or later.'; //to translate ?> diff --git a/lang/italian-iso-8859-1.inc.php3 b/lang/italian-iso-8859-1.inc.php3 index 27898d7db..fdac0201d 100644 --- a/lang/italian-iso-8859-1.inc.php3 +++ b/lang/italian-iso-8859-1.inc.php3 @@ -699,4 +699,7 @@ $strZeroRemovesTheLimit = 'N.B.: 0 (zero) significa nessun limite.'; $strZip = '"compresso con zip"'; // To translate +$strInternalRelations = 'Internal relations'; //to translate +$strInternalNotNecessary = '* An internal relation is not necessary when it exists also in InnoDB.'; //to translate +$strUpgradeMySQL = 'You should upgrade to MySQL %s or later.'; //to translate ?> diff --git a/lang/italian-utf-8.inc.php3 b/lang/italian-utf-8.inc.php3 index 7c1429dff..a7c84b0ba 100644 --- a/lang/italian-utf-8.inc.php3 +++ b/lang/italian-utf-8.inc.php3 @@ -700,4 +700,7 @@ $strZeroRemovesTheLimit = 'N.B.: 0 (zero) significa nessun limite.'; $strZip = '"compresso con zip"'; // To translate +$strInternalRelations = 'Internal relations'; //to translate +$strInternalNotNecessary = '* An internal relation is not necessary when it exists also in InnoDB.'; //to translate +$strUpgradeMySQL = 'You should upgrade to MySQL %s or later.'; //to translate ?> diff --git a/lang/japanese-euc.inc.php3 b/lang/japanese-euc.inc.php3 index 71c761990..d23e38ada 100644 --- a/lang/japanese-euc.inc.php3 +++ b/lang/japanese-euc.inc.php3 @@ -705,4 +705,7 @@ $strThai = 'Thai'; //to translate $strUseThisValue = 'Use this value'; //to translate $strWindowNotFound = 'The target browser window could not be updated. Maybe you have closed the parent window or your browser is blocking cross-window updates of your security settings'; //to translate $strBrowseForeignValues = 'Browse foreign values'; //to translate +$strInternalRelations = 'Internal relations'; //to translate +$strInternalNotNecessary = '* An internal relation is not necessary when it exists also in InnoDB.'; //to translate +$strUpgradeMySQL = 'You should upgrade to MySQL %s or later.'; //to translate ?> diff --git a/lang/japanese-sjis.inc.php3 b/lang/japanese-sjis.inc.php3 index baefea766..5eef51036 100644 --- a/lang/japanese-sjis.inc.php3 +++ b/lang/japanese-sjis.inc.php3 @@ -705,4 +705,7 @@ $strThai = 'Thai'; //to translate $strUseThisValue = 'Use this value'; //to translate $strWindowNotFound = 'The target browser window could not be updated. Maybe you have closed the parent window or your browser is blocking cross-window updates of your security settings'; //to translate $strBrowseForeignValues = 'Browse foreign values'; //to translate +$strInternalRelations = 'Internal relations'; //to translate +$strInternalNotNecessary = '* An internal relation is not necessary when it exists also in InnoDB.'; //to translate +$strUpgradeMySQL = 'You should upgrade to MySQL %s or later.'; //to translate ?> diff --git a/lang/japanese-utf-8.inc.php3 b/lang/japanese-utf-8.inc.php3 index f4939200e..04dea6cd0 100644 --- a/lang/japanese-utf-8.inc.php3 +++ b/lang/japanese-utf-8.inc.php3 @@ -706,4 +706,7 @@ $strThai = 'Thai'; //to translate $strUseThisValue = 'Use this value'; //to translate $strWindowNotFound = 'The target browser window could not be updated. Maybe you have closed the parent window or your browser is blocking cross-window updates of your security settings'; //to translate $strBrowseForeignValues = 'Browse foreign values'; //to translate +$strInternalRelations = 'Internal relations'; //to translate +$strInternalNotNecessary = '* An internal relation is not necessary when it exists also in InnoDB.'; //to translate +$strUpgradeMySQL = 'You should upgrade to MySQL %s or later.'; //to translate ?> diff --git a/lang/korean-ks_c_5601-1987.inc.php3 b/lang/korean-ks_c_5601-1987.inc.php3 index e0565f956..23c53c5d6 100644 --- a/lang/korean-ks_c_5601-1987.inc.php3 +++ b/lang/korean-ks_c_5601-1987.inc.php3 @@ -715,4 +715,7 @@ $strThai = 'Thai'; //to translate $strUseThisValue = 'Use this value'; //to translate $strWindowNotFound = 'The target browser window could not be updated. Maybe you have closed the parent window or your browser is blocking cross-window updates of your security settings'; //to translate $strBrowseForeignValues = 'Browse foreign values'; //to translate +$strInternalRelations = 'Internal relations'; //to translate +$strInternalNotNecessary = '* An internal relation is not necessary when it exists also in InnoDB.'; //to translate +$strUpgradeMySQL = 'You should upgrade to MySQL %s or later.'; //to translate ?> diff --git a/lang/latvian-utf-8.inc.php3 b/lang/latvian-utf-8.inc.php3 index 60e41f8eb..3b2e42b81 100644 --- a/lang/latvian-utf-8.inc.php3 +++ b/lang/latvian-utf-8.inc.php3 @@ -699,4 +699,7 @@ $strThai = 'Thai'; //to translate $strUseThisValue = 'Use this value'; //to translate $strWindowNotFound = 'The target browser window could not be updated. Maybe you have closed the parent window or your browser is blocking cross-window updates of your security settings'; //to translate $strBrowseForeignValues = 'Browse foreign values'; //to translate +$strInternalRelations = 'Internal relations'; //to translate +$strInternalNotNecessary = '* An internal relation is not necessary when it exists also in InnoDB.'; //to translate +$strUpgradeMySQL = 'You should upgrade to MySQL %s or later.'; //to translate ?> diff --git a/lang/latvian-windows-1257.inc.php3 b/lang/latvian-windows-1257.inc.php3 index 375847436..0b641186d 100644 --- a/lang/latvian-windows-1257.inc.php3 +++ b/lang/latvian-windows-1257.inc.php3 @@ -698,4 +698,7 @@ $strThai = 'Thai'; //to translate $strUseThisValue = 'Use this value'; //to translate $strWindowNotFound = 'The target browser window could not be updated. Maybe you have closed the parent window or your browser is blocking cross-window updates of your security settings'; //to translate $strBrowseForeignValues = 'Browse foreign values'; //to translate +$strInternalRelations = 'Internal relations'; //to translate +$strInternalNotNecessary = '* An internal relation is not necessary when it exists also in InnoDB.'; //to translate +$strUpgradeMySQL = 'You should upgrade to MySQL %s or later.'; //to translate ?> diff --git a/lang/lithuanian-utf-8.inc.php3 b/lang/lithuanian-utf-8.inc.php3 index a45f7c535..078e71d52 100644 --- a/lang/lithuanian-utf-8.inc.php3 +++ b/lang/lithuanian-utf-8.inc.php3 @@ -695,4 +695,7 @@ $strZip = '"zip"'; $strUseThisValue = 'Use this value'; //to translate $strWindowNotFound = 'The target browser window could not be updated. Maybe you have closed the parent window or your browser is blocking cross-window updates of your security settings'; //to translate $strBrowseForeignValues = 'Browse foreign values'; //to translate +$strInternalRelations = 'Internal relations'; //to translate +$strInternalNotNecessary = '* An internal relation is not necessary when it exists also in InnoDB.'; //to translate +$strUpgradeMySQL = 'You should upgrade to MySQL %s or later.'; //to translate ?> diff --git a/lang/lithuanian-windows-1257.inc.php3 b/lang/lithuanian-windows-1257.inc.php3 index 06053c036..1d4b07c7f 100644 --- a/lang/lithuanian-windows-1257.inc.php3 +++ b/lang/lithuanian-windows-1257.inc.php3 @@ -694,4 +694,7 @@ $strZip = '"zip"'; $strUseThisValue = 'Use this value'; //to translate $strWindowNotFound = 'The target browser window could not be updated. Maybe you have closed the parent window or your browser is blocking cross-window updates of your security settings'; //to translate $strBrowseForeignValues = 'Browse foreign values'; //to translate +$strInternalRelations = 'Internal relations'; //to translate +$strInternalNotNecessary = '* An internal relation is not necessary when it exists also in InnoDB.'; //to translate +$strUpgradeMySQL = 'You should upgrade to MySQL %s or later.'; //to translate ?> diff --git a/lang/malay-iso-8859-1.inc.php3 b/lang/malay-iso-8859-1.inc.php3 index 93c7708ce..dabab7fcc 100644 --- a/lang/malay-iso-8859-1.inc.php3 +++ b/lang/malay-iso-8859-1.inc.php3 @@ -718,4 +718,7 @@ $strThai = 'Thai'; //to translate $strUseThisValue = 'Use this value'; //to translate $strWindowNotFound = 'The target browser window could not be updated. Maybe you have closed the parent window or your browser is blocking cross-window updates of your security settings'; //to translate $strBrowseForeignValues = 'Browse foreign values'; //to translate +$strInternalRelations = 'Internal relations'; //to translate +$strInternalNotNecessary = '* An internal relation is not necessary when it exists also in InnoDB.'; //to translate +$strUpgradeMySQL = 'You should upgrade to MySQL %s or later.'; //to translate ?> diff --git a/lang/malay-utf-8.inc.php3 b/lang/malay-utf-8.inc.php3 index 4efd2640c..6c6718142 100644 --- a/lang/malay-utf-8.inc.php3 +++ b/lang/malay-utf-8.inc.php3 @@ -719,4 +719,7 @@ $strThai = 'Thai'; //to translate $strUseThisValue = 'Use this value'; //to translate $strWindowNotFound = 'The target browser window could not be updated. Maybe you have closed the parent window or your browser is blocking cross-window updates of your security settings'; //to translate $strBrowseForeignValues = 'Browse foreign values'; //to translate +$strInternalRelations = 'Internal relations'; //to translate +$strInternalNotNecessary = '* An internal relation is not necessary when it exists also in InnoDB.'; //to translate +$strUpgradeMySQL = 'You should upgrade to MySQL %s or later.'; //to translate ?> diff --git a/lang/norwegian-iso-8859-1.inc.php3 b/lang/norwegian-iso-8859-1.inc.php3 index 419c6fbfa..c7b44522d 100644 --- a/lang/norwegian-iso-8859-1.inc.php3 +++ b/lang/norwegian-iso-8859-1.inc.php3 @@ -700,4 +700,7 @@ $strThai = 'Thai'; //to translate $strUseThisValue = 'Use this value'; //to translate $strWindowNotFound = 'The target browser window could not be updated. Maybe you have closed the parent window or your browser is blocking cross-window updates of your security settings'; //to translate $strBrowseForeignValues = 'Browse foreign values'; //to translate +$strInternalRelations = 'Internal relations'; //to translate +$strInternalNotNecessary = '* An internal relation is not necessary when it exists also in InnoDB.'; //to translate +$strUpgradeMySQL = 'You should upgrade to MySQL %s or later.'; //to translate ?> diff --git a/lang/norwegian-utf-8.inc.php3 b/lang/norwegian-utf-8.inc.php3 index b17cc8f5a..d81504062 100644 --- a/lang/norwegian-utf-8.inc.php3 +++ b/lang/norwegian-utf-8.inc.php3 @@ -699,4 +699,7 @@ $strThai = 'Thai'; //to translate $strUseThisValue = 'Use this value'; //to translate $strWindowNotFound = 'The target browser window could not be updated. Maybe you have closed the parent window or your browser is blocking cross-window updates of your security settings'; //to translate $strBrowseForeignValues = 'Browse foreign values'; //to translate +$strInternalRelations = 'Internal relations'; //to translate +$strInternalNotNecessary = '* An internal relation is not necessary when it exists also in InnoDB.'; //to translate +$strUpgradeMySQL = 'You should upgrade to MySQL %s or later.'; //to translate ?> diff --git a/lang/polish-iso-8859-2.inc.php3 b/lang/polish-iso-8859-2.inc.php3 index 44928c324..875326530 100644 --- a/lang/polish-iso-8859-2.inc.php3 +++ b/lang/polish-iso-8859-2.inc.php3 @@ -694,4 +694,7 @@ $strZeroRemovesTheLimit = 'Uwaga: Ustawienie tych opcji na 0 (zero) usuwa ograni $strZip = '".zip"'; // To translate +$strInternalRelations = 'Internal relations'; //to translate +$strInternalNotNecessary = '* An internal relation is not necessary when it exists also in InnoDB.'; //to translate +$strUpgradeMySQL = 'You should upgrade to MySQL %s or later.'; //to translate ?> diff --git a/lang/polish-utf-8.inc.php3 b/lang/polish-utf-8.inc.php3 index b3287218a..79ebdbac5 100644 --- a/lang/polish-utf-8.inc.php3 +++ b/lang/polish-utf-8.inc.php3 @@ -695,4 +695,7 @@ $strZeroRemovesTheLimit = 'Uwaga: Ustawienie tych opcji na 0 (zero) usuwa ograni $strZip = '".zip"'; // To translate +$strInternalRelations = 'Internal relations'; //to translate +$strInternalNotNecessary = '* An internal relation is not necessary when it exists also in InnoDB.'; //to translate +$strUpgradeMySQL = 'You should upgrade to MySQL %s or later.'; //to translate ?> diff --git a/lang/portuguese-iso-8859-1.inc.php3 b/lang/portuguese-iso-8859-1.inc.php3 index 2a053b11d..bb47794c0 100644 --- a/lang/portuguese-iso-8859-1.inc.php3 +++ b/lang/portuguese-iso-8859-1.inc.php3 @@ -716,4 +716,7 @@ $strThai = 'Thai'; //to translate $strUseThisValue = 'Use this value'; //to translate $strWindowNotFound = 'The target browser window could not be updated. Maybe you have closed the parent window or your browser is blocking cross-window updates of your security settings'; //to translate $strBrowseForeignValues = 'Browse foreign values'; //to translate +$strInternalRelations = 'Internal relations'; //to translate +$strInternalNotNecessary = '* An internal relation is not necessary when it exists also in InnoDB.'; //to translate +$strUpgradeMySQL = 'You should upgrade to MySQL %s or later.'; //to translate ?> diff --git a/lang/portuguese-utf-8.inc.php3 b/lang/portuguese-utf-8.inc.php3 index 7ed4f2dae..e9a301c35 100644 --- a/lang/portuguese-utf-8.inc.php3 +++ b/lang/portuguese-utf-8.inc.php3 @@ -717,4 +717,7 @@ $strThai = 'Thai'; //to translate $strUseThisValue = 'Use this value'; //to translate $strWindowNotFound = 'The target browser window could not be updated. Maybe you have closed the parent window or your browser is blocking cross-window updates of your security settings'; //to translate $strBrowseForeignValues = 'Browse foreign values'; //to translate +$strInternalRelations = 'Internal relations'; //to translate +$strInternalNotNecessary = '* An internal relation is not necessary when it exists also in InnoDB.'; //to translate +$strUpgradeMySQL = 'You should upgrade to MySQL %s or later.'; //to translate ?> diff --git a/lang/romanian-iso-8859-1.inc.php3 b/lang/romanian-iso-8859-1.inc.php3 index 9e2fd274d..462f9c302 100644 --- a/lang/romanian-iso-8859-1.inc.php3 +++ b/lang/romanian-iso-8859-1.inc.php3 @@ -695,4 +695,7 @@ $strZeroRemovesTheLimit = 'Observatie: Prin setarea acestor optiuni la 0 (zero) $strZip = '"arhivat"'; // To translate +$strInternalRelations = 'Internal relations'; //to translate +$strInternalNotNecessary = '* An internal relation is not necessary when it exists also in InnoDB.'; //to translate +$strUpgradeMySQL = 'You should upgrade to MySQL %s or later.'; //to translate ?> diff --git a/lang/romanian-utf-8.inc.php3 b/lang/romanian-utf-8.inc.php3 index 5c6e066da..f3dd9a054 100644 --- a/lang/romanian-utf-8.inc.php3 +++ b/lang/romanian-utf-8.inc.php3 @@ -696,4 +696,7 @@ $strZeroRemovesTheLimit = 'Observatie: Prin setarea acestor optiuni la 0 (zero) $strZip = '"arhivat"'; // To translate +$strInternalRelations = 'Internal relations'; //to translate +$strInternalNotNecessary = '* An internal relation is not necessary when it exists also in InnoDB.'; //to translate +$strUpgradeMySQL = 'You should upgrade to MySQL %s or later.'; //to translate ?> diff --git a/lang/russian-dos-866.inc.php3 b/lang/russian-dos-866.inc.php3 index 4b1e0d3d1..d457dc99f 100644 --- a/lang/russian-dos-866.inc.php3 +++ b/lang/russian-dos-866.inc.php3 @@ -704,4 +704,7 @@ $strThai = 'Thai'; //to translate $strUseThisValue = 'Use this value'; //to translate $strWindowNotFound = 'The target browser window could not be updated. Maybe you have closed the parent window or your browser is blocking cross-window updates of your security settings'; //to translate $strBrowseForeignValues = 'Browse foreign values'; //to translate +$strInternalRelations = 'Internal relations'; //to translate +$strInternalNotNecessary = '* An internal relation is not necessary when it exists also in InnoDB.'; //to translate +$strUpgradeMySQL = 'You should upgrade to MySQL %s or later.'; //to translate ?> diff --git a/lang/russian-koi8-r.inc.php3 b/lang/russian-koi8-r.inc.php3 index 40301e7e6..d308b9383 100644 --- a/lang/russian-koi8-r.inc.php3 +++ b/lang/russian-koi8-r.inc.php3 @@ -702,4 +702,7 @@ $strThai = 'Thai'; //to translate $strUseThisValue = 'Use this value'; //to translate $strWindowNotFound = 'The target browser window could not be updated. Maybe you have closed the parent window or your browser is blocking cross-window updates of your security settings'; //to translate $strBrowseForeignValues = 'Browse foreign values'; //to translate +$strInternalRelations = 'Internal relations'; //to translate +$strInternalNotNecessary = '* An internal relation is not necessary when it exists also in InnoDB.'; //to translate +$strUpgradeMySQL = 'You should upgrade to MySQL %s or later.'; //to translate ?> diff --git a/lang/russian-utf-8.inc.php3 b/lang/russian-utf-8.inc.php3 index adc9e5cee..16c25f90d 100644 --- a/lang/russian-utf-8.inc.php3 +++ b/lang/russian-utf-8.inc.php3 @@ -703,4 +703,7 @@ $strThai = 'Thai'; //to translate $strUseThisValue = 'Use this value'; //to translate $strWindowNotFound = 'The target browser window could not be updated. Maybe you have closed the parent window or your browser is blocking cross-window updates of your security settings'; //to translate $strBrowseForeignValues = 'Browse foreign values'; //to translate +$strInternalRelations = 'Internal relations'; //to translate +$strInternalNotNecessary = '* An internal relation is not necessary when it exists also in InnoDB.'; //to translate +$strUpgradeMySQL = 'You should upgrade to MySQL %s or later.'; //to translate ?> diff --git a/lang/russian-windows-1251.inc.php3 b/lang/russian-windows-1251.inc.php3 index 2e5c73e99..37c1a1790 100644 --- a/lang/russian-windows-1251.inc.php3 +++ b/lang/russian-windows-1251.inc.php3 @@ -702,4 +702,7 @@ $strThai = 'Thai'; //to translate $strUseThisValue = 'Use this value'; //to translate $strWindowNotFound = 'The target browser window could not be updated. Maybe you have closed the parent window or your browser is blocking cross-window updates of your security settings'; //to translate $strBrowseForeignValues = 'Browse foreign values'; //to translate +$strInternalRelations = 'Internal relations'; //to translate +$strInternalNotNecessary = '* An internal relation is not necessary when it exists also in InnoDB.'; //to translate +$strUpgradeMySQL = 'You should upgrade to MySQL %s or later.'; //to translate ?> diff --git a/lang/serbian_cyrillic-utf-8.inc.php3 b/lang/serbian_cyrillic-utf-8.inc.php3 index 570a26ed6..af20ca7ed 100644 --- a/lang/serbian_cyrillic-utf-8.inc.php3 +++ b/lang/serbian_cyrillic-utf-8.inc.php3 @@ -700,4 +700,7 @@ $strYes = 'Да'; $strZeroRemovesTheLimit = 'Напомена: Постављање ових опција на 0 (нулу) уклања лимите.'; $strZip = '"зиповано"'; +$strInternalRelations = 'Internal relations'; //to translate +$strInternalNotNecessary = '* An internal relation is not necessary when it exists also in InnoDB.'; //to translate +$strUpgradeMySQL = 'You should upgrade to MySQL %s or later.'; //to translate ?> diff --git a/lang/serbian_cyrillic-windows-1251.inc.php3 b/lang/serbian_cyrillic-windows-1251.inc.php3 index f58487795..fdfa5004d 100644 --- a/lang/serbian_cyrillic-windows-1251.inc.php3 +++ b/lang/serbian_cyrillic-windows-1251.inc.php3 @@ -699,4 +699,7 @@ $strYes = ' $strZeroRemovesTheLimit = ': 0 () .'; $strZip = '""'; +$strInternalRelations = 'Internal relations'; //to translate +$strInternalNotNecessary = '* An internal relation is not necessary when it exists also in InnoDB.'; //to translate +$strUpgradeMySQL = 'You should upgrade to MySQL %s or later.'; //to translate ?> diff --git a/lang/serbian_latin-utf-8.inc.php3 b/lang/serbian_latin-utf-8.inc.php3 index fec283cad..18aabf6b2 100644 --- a/lang/serbian_latin-utf-8.inc.php3 +++ b/lang/serbian_latin-utf-8.inc.php3 @@ -700,4 +700,7 @@ $strYes = 'Da'; $strZeroRemovesTheLimit = 'Napomena: Postavljanje ovih opcija na 0 (nulu) uklanja limite.'; $strZip = '"zipovano"'; +$strInternalRelations = 'Internal relations'; //to translate +$strInternalNotNecessary = '* An internal relation is not necessary when it exists also in InnoDB.'; //to translate +$strUpgradeMySQL = 'You should upgrade to MySQL %s or later.'; //to translate ?> diff --git a/lang/serbian_latin-windows-1250.inc.php3 b/lang/serbian_latin-windows-1250.inc.php3 index d9a67c5b8..221491f27 100644 --- a/lang/serbian_latin-windows-1250.inc.php3 +++ b/lang/serbian_latin-windows-1250.inc.php3 @@ -699,4 +699,7 @@ $strYes = 'Da'; $strZeroRemovesTheLimit = 'Napomena: Postavljanje ovih opcija na 0 (nulu) uklanja limite.'; $strZip = '"zipovano"'; +$strInternalRelations = 'Internal relations'; //to translate +$strInternalNotNecessary = '* An internal relation is not necessary when it exists also in InnoDB.'; //to translate +$strUpgradeMySQL = 'You should upgrade to MySQL %s or later.'; //to translate ?> diff --git a/lang/slovak-iso-8859-2.inc.php3 b/lang/slovak-iso-8859-2.inc.php3 index ddb8cb3d6..daefa3354 100644 --- a/lang/slovak-iso-8859-2.inc.php3 +++ b/lang/slovak-iso-8859-2.inc.php3 @@ -695,4 +695,7 @@ $strZip = '"zo zipovan $strUseThisValue = 'Use this value'; //to translate $strWindowNotFound = 'The target browser window could not be updated. Maybe you have closed the parent window or your browser is blocking cross-window updates of your security settings'; //to translate $strBrowseForeignValues = 'Browse foreign values'; //to translate +$strInternalRelations = 'Internal relations'; //to translate +$strInternalNotNecessary = '* An internal relation is not necessary when it exists also in InnoDB.'; //to translate +$strUpgradeMySQL = 'You should upgrade to MySQL %s or later.'; //to translate ?> diff --git a/lang/slovak-utf-8.inc.php3 b/lang/slovak-utf-8.inc.php3 index 7e6eaf5fe..4ed8faf36 100644 --- a/lang/slovak-utf-8.inc.php3 +++ b/lang/slovak-utf-8.inc.php3 @@ -696,4 +696,7 @@ $strZip = '"zo zipované"'; $strUseThisValue = 'Use this value'; //to translate $strWindowNotFound = 'The target browser window could not be updated. Maybe you have closed the parent window or your browser is blocking cross-window updates of your security settings'; //to translate $strBrowseForeignValues = 'Browse foreign values'; //to translate +$strInternalRelations = 'Internal relations'; //to translate +$strInternalNotNecessary = '* An internal relation is not necessary when it exists also in InnoDB.'; //to translate +$strUpgradeMySQL = 'You should upgrade to MySQL %s or later.'; //to translate ?> diff --git a/lang/slovak-windows-1250.inc.php3 b/lang/slovak-windows-1250.inc.php3 index dbce7eacd..47cf1d36f 100644 --- a/lang/slovak-windows-1250.inc.php3 +++ b/lang/slovak-windows-1250.inc.php3 @@ -695,4 +695,7 @@ $strZip = '"zo zipovan $strUseThisValue = 'Use this value'; //to translate $strWindowNotFound = 'The target browser window could not be updated. Maybe you have closed the parent window or your browser is blocking cross-window updates of your security settings'; //to translate $strBrowseForeignValues = 'Browse foreign values'; //to translate +$strInternalRelations = 'Internal relations'; //to translate +$strInternalNotNecessary = '* An internal relation is not necessary when it exists also in InnoDB.'; //to translate +$strUpgradeMySQL = 'You should upgrade to MySQL %s or later.'; //to translate ?> diff --git a/lang/slovenian-iso-8859-2.inc.php3 b/lang/slovenian-iso-8859-2.inc.php3 index b7c926c2b..935da5dac 100644 --- a/lang/slovenian-iso-8859-2.inc.php3 +++ b/lang/slovenian-iso-8859-2.inc.php3 @@ -700,4 +700,7 @@ $strThai = 'Thai'; //to translate $strUseThisValue = 'Use this value'; //to translate $strWindowNotFound = 'The target browser window could not be updated. Maybe you have closed the parent window or your browser is blocking cross-window updates of your security settings'; //to translate $strBrowseForeignValues = 'Browse foreign values'; //to translate +$strInternalRelations = 'Internal relations'; //to translate +$strInternalNotNecessary = '* An internal relation is not necessary when it exists also in InnoDB.'; //to translate +$strUpgradeMySQL = 'You should upgrade to MySQL %s or later.'; //to translate ?> diff --git a/lang/slovenian-utf-8.inc.php3 b/lang/slovenian-utf-8.inc.php3 index 9ec4c2acc..b936fe62e 100644 --- a/lang/slovenian-utf-8.inc.php3 +++ b/lang/slovenian-utf-8.inc.php3 @@ -701,4 +701,7 @@ $strThai = 'Thai'; //to translate $strUseThisValue = 'Use this value'; //to translate $strWindowNotFound = 'The target browser window could not be updated. Maybe you have closed the parent window or your browser is blocking cross-window updates of your security settings'; //to translate $strBrowseForeignValues = 'Browse foreign values'; //to translate +$strInternalRelations = 'Internal relations'; //to translate +$strInternalNotNecessary = '* An internal relation is not necessary when it exists also in InnoDB.'; //to translate +$strUpgradeMySQL = 'You should upgrade to MySQL %s or later.'; //to translate ?> diff --git a/lang/slovenian-windows-1250.inc.php3 b/lang/slovenian-windows-1250.inc.php3 index aa200b926..4b80227ec 100644 --- a/lang/slovenian-windows-1250.inc.php3 +++ b/lang/slovenian-windows-1250.inc.php3 @@ -700,4 +700,7 @@ $strThai = 'Thai'; //to translate $strUseThisValue = 'Use this value'; //to translate $strWindowNotFound = 'The target browser window could not be updated. Maybe you have closed the parent window or your browser is blocking cross-window updates of your security settings'; //to translate $strBrowseForeignValues = 'Browse foreign values'; //to translate +$strInternalRelations = 'Internal relations'; //to translate +$strInternalNotNecessary = '* An internal relation is not necessary when it exists also in InnoDB.'; //to translate +$strUpgradeMySQL = 'You should upgrade to MySQL %s or later.'; //to translate ?> diff --git a/lang/spanish-iso-8859-1.inc.php3 b/lang/spanish-iso-8859-1.inc.php3 index 799910552..042e0b079 100644 --- a/lang/spanish-iso-8859-1.inc.php3 +++ b/lang/spanish-iso-8859-1.inc.php3 @@ -693,4 +693,7 @@ $strYes = 'S $strZeroRemovesTheLimit = 'Nota: si cambia los parmetros de estas opciones a 0 (cero), remueve el lmite.'; $strZip = '"comprimido con zip"'; +$strInternalRelations = 'Internal relations'; //to translate +$strInternalNotNecessary = '* An internal relation is not necessary when it exists also in InnoDB.'; //to translate +$strUpgradeMySQL = 'You should upgrade to MySQL %s or later.'; //to translate ?> diff --git a/lang/spanish-utf-8.inc.php3 b/lang/spanish-utf-8.inc.php3 index cc0295a9f..fd213b217 100644 --- a/lang/spanish-utf-8.inc.php3 +++ b/lang/spanish-utf-8.inc.php3 @@ -694,4 +694,7 @@ $strYes = 'Sí'; $strZeroRemovesTheLimit = 'Nota: si cambia los parámetros de estas opciones a 0 (cero), remueve el límite.'; $strZip = '"comprimido con zip"'; +$strInternalRelations = 'Internal relations'; //to translate +$strInternalNotNecessary = '* An internal relation is not necessary when it exists also in InnoDB.'; //to translate +$strUpgradeMySQL = 'You should upgrade to MySQL %s or later.'; //to translate ?> diff --git a/lang/swedish-iso-8859-1.inc.php3 b/lang/swedish-iso-8859-1.inc.php3 index 61947ade8..a179a03c6 100644 --- a/lang/swedish-iso-8859-1.inc.php3 +++ b/lang/swedish-iso-8859-1.inc.php3 @@ -694,4 +694,7 @@ $strZeroRemovesTheLimit = 'Anm: Genom att s $strZip = '"zippad"'; // To translate +$strInternalRelations = 'Internal relations'; //to translate +$strInternalNotNecessary = '* An internal relation is not necessary when it exists also in InnoDB.'; //to translate +$strUpgradeMySQL = 'You should upgrade to MySQL %s or later.'; //to translate ?> diff --git a/lang/swedish-utf-8.inc.php3 b/lang/swedish-utf-8.inc.php3 index ea75d0fea..5feaeec6e 100644 --- a/lang/swedish-utf-8.inc.php3 +++ b/lang/swedish-utf-8.inc.php3 @@ -695,4 +695,7 @@ $strZeroRemovesTheLimit = 'Anm: Genom att sätta dessa alternativ till 0 (noll) $strZip = '"zippad"'; // To translate +$strInternalRelations = 'Internal relations'; //to translate +$strInternalNotNecessary = '* An internal relation is not necessary when it exists also in InnoDB.'; //to translate +$strUpgradeMySQL = 'You should upgrade to MySQL %s or later.'; //to translate ?> diff --git a/lang/thai-tis-620.inc.php3 b/lang/thai-tis-620.inc.php3 index 8ee90de44..60d798c07 100644 --- a/lang/thai-tis-620.inc.php3 +++ b/lang/thai-tis-620.inc.php3 @@ -705,4 +705,7 @@ $strThai = 'Thai'; //to translate $strUseThisValue = 'Use this value'; //to translate $strWindowNotFound = 'The target browser window could not be updated. Maybe you have closed the parent window or your browser is blocking cross-window updates of your security settings'; //to translate $strBrowseForeignValues = 'Browse foreign values'; //to translate +$strInternalRelations = 'Internal relations'; //to translate +$strInternalNotNecessary = '* An internal relation is not necessary when it exists also in InnoDB.'; //to translate +$strUpgradeMySQL = 'You should upgrade to MySQL %s or later.'; //to translate ?> diff --git a/lang/thai-utf-8.inc.php3 b/lang/thai-utf-8.inc.php3 index bc78a6672..ee70d87e4 100644 --- a/lang/thai-utf-8.inc.php3 +++ b/lang/thai-utf-8.inc.php3 @@ -706,4 +706,7 @@ $strThai = 'Thai'; //to translate $strUseThisValue = 'Use this value'; //to translate $strWindowNotFound = 'The target browser window could not be updated. Maybe you have closed the parent window or your browser is blocking cross-window updates of your security settings'; //to translate $strBrowseForeignValues = 'Browse foreign values'; //to translate +$strInternalRelations = 'Internal relations'; //to translate +$strInternalNotNecessary = '* An internal relation is not necessary when it exists also in InnoDB.'; //to translate +$strUpgradeMySQL = 'You should upgrade to MySQL %s or later.'; //to translate ?> diff --git a/lang/turkish-iso-8859-9.inc.php3 b/lang/turkish-iso-8859-9.inc.php3 index 2dc310c37..8e94250fe 100644 --- a/lang/turkish-iso-8859-9.inc.php3 +++ b/lang/turkish-iso-8859-9.inc.php3 @@ -718,4 +718,7 @@ $strWritingRelationNotPossible = 'Writing of relation not possible'; //to trans $strXML = 'XML';//to translate $strZeroRemovesTheLimit = 'Note: Setting these options to 0 (zero) removes the limit.'; //to translate +$strInternalRelations = 'Internal relations'; //to translate +$strInternalNotNecessary = '* An internal relation is not necessary when it exists also in InnoDB.'; //to translate +$strUpgradeMySQL = 'You should upgrade to MySQL %s or later.'; //to translate ?> diff --git a/lang/turkish-utf-8.inc.php3 b/lang/turkish-utf-8.inc.php3 index b53cb3f2f..100bb8204 100644 --- a/lang/turkish-utf-8.inc.php3 +++ b/lang/turkish-utf-8.inc.php3 @@ -719,4 +719,7 @@ $strWritingRelationNotPossible = 'Writing of relation not possible'; //to trans $strXML = 'XML';//to translate $strZeroRemovesTheLimit = 'Note: Setting these options to 0 (zero) removes the limit.'; //to translate +$strInternalRelations = 'Internal relations'; //to translate +$strInternalNotNecessary = '* An internal relation is not necessary when it exists also in InnoDB.'; //to translate +$strUpgradeMySQL = 'You should upgrade to MySQL %s or later.'; //to translate ?> diff --git a/lang/ukrainian-utf-8.inc.php3 b/lang/ukrainian-utf-8.inc.php3 index 319daaba1..e8686de2e 100644 --- a/lang/ukrainian-utf-8.inc.php3 +++ b/lang/ukrainian-utf-8.inc.php3 @@ -698,4 +698,7 @@ $strAddAutoIncrement = 'Add AUTO_INCREMENT value'; //to translate $strUseThisValue = 'Use this value'; //to translate $strWindowNotFound = 'The target browser window could not be updated. Maybe you have closed the parent window or your browser is blocking cross-window updates of your security settings'; //to translate $strBrowseForeignValues = 'Browse foreign values'; //to translate +$strInternalRelations = 'Internal relations'; //to translate +$strInternalNotNecessary = '* An internal relation is not necessary when it exists also in InnoDB.'; //to translate +$strUpgradeMySQL = 'You should upgrade to MySQL %s or later.'; //to translate ?> diff --git a/lang/ukrainian-windows-1251.inc.php3 b/lang/ukrainian-windows-1251.inc.php3 index 75f2479f5..7154c8dd4 100644 --- a/lang/ukrainian-windows-1251.inc.php3 +++ b/lang/ukrainian-windows-1251.inc.php3 @@ -697,4 +697,7 @@ $strAddAutoIncrement = 'Add AUTO_INCREMENT value'; //to translate $strUseThisValue = 'Use this value'; //to translate $strWindowNotFound = 'The target browser window could not be updated. Maybe you have closed the parent window or your browser is blocking cross-window updates of your security settings'; //to translate $strBrowseForeignValues = 'Browse foreign values'; //to translate +$strInternalRelations = 'Internal relations'; //to translate +$strInternalNotNecessary = '* An internal relation is not necessary when it exists also in InnoDB.'; //to translate +$strUpgradeMySQL = 'You should upgrade to MySQL %s or later.'; //to translate ?> diff --git a/tbl_relation.php3 b/tbl_relation.php3 index 9171631a1..45904e1c0 100644 --- a/tbl_relation.php3 +++ b/tbl_relation.php3 @@ -2,7 +2,6 @@ /* $Id$ */ // vim: expandtab sw=4 ts=4 sts=4: - /** * Gets some core libraries */ @@ -10,6 +9,11 @@ require('./libraries/grab_globals.lib.php3'); require('./libraries/common.lib.php3'); require('./tbl_properties_common.php3'); $url_query .= '&goto=tbl_properties.php3'; + +// Note: in tbl_properties_table_info we get and display the table comment. +// For InnoDB, this comment contains the REFER information but any update +// has not been done yet (will be done in tbl_relation later). +$avoid_show_comment = TRUE; require('./tbl_properties_table_info.php3'); require('./libraries/relation.lib.php3'); @@ -25,6 +29,9 @@ $cfgRelation = PMA_getRelationsParam(); if ($cfgRelation['relwork']) { $existrel = PMA_getForeigners($db, $table, '', 'internal'); + if ($tbl_type=='INNODB') { + $existrel_innodb = PMA_getForeigners($db, $table, '', 'innodb'); + } } if ($cfgRelation['displaywork']) { $disp = PMA_getDisplayField($db, $table); @@ -32,6 +39,8 @@ if ($cfgRelation['displaywork']) { if ($cfgRelation['relwork'] && isset($submit_rel) && $submit_rel == 'true') { + // u p d a t e s f o r I n t e r n a l r e l a t i o n s + while (list($master_field, $foreign_string) = each($destination)) { if ($foreign_string != 'nix') { list($foreign_db, $foreign_table, $foreign_field) = explode('.', $foreign_string); @@ -45,7 +54,7 @@ if ($cfgRelation['relwork'] . '\'' . PMA_sqlAddslashes($foreign_db) . '\', ' . '\'' . PMA_sqlAddslashes($foreign_table) . '\',' . '\'' . PMA_sqlAddslashes($foreign_field) . '\')'; - } else if ($existrel[$master_field] != $foreign_string) { + } else if ($existrel[$master_field]['foreign_db'] . '.' .$existrel[$master_field]['foreign_table'] . '.' . $existrel[$master_field]['foreign_field'] != $foreign_string) { $upd_query = 'UPDATE ' . PMA_backquote($cfgRelation['relation']) . ' SET' . ' foreign_db = \'' . PMA_sqlAddslashes($foreign_db) . '\', ' . ' foreign_table = \'' . PMA_sqlAddslashes($foreign_table) . '\', ' @@ -65,8 +74,61 @@ if ($cfgRelation['relwork'] unset($upd_query); } } // end while + + + // u p d a t e s f o r I n n o D B + + // ( for now, same db only, and one index name) + + while (list($master_field, $foreign_string) = each($destination_innodb)) { + if ($foreign_string != 'nix') { + list($foreign_db, $foreign_table, $foreign_field) = explode('.', $foreign_string); + if (!isset($existrel_innodb[$master_field])) { + $upd_query = 'ALTER TABLE ' . $table + . ' ADD FOREIGN KEY (' + . PMA_sqlAddslashes($master_field) . ')' + . ' REFERENCES ' + . PMA_sqlAddslashes($foreign_table) . '(' + . PMA_sqlAddslashes($foreign_field) . ')'; + } else if ($existrel_innodb[$master_field]['foreign_db'] . '.' .$existrel_innodb[$master_field]['foreign_table'] . '.' . $existrel_innodb[$master_field]['foreign_field'] != $foreign_string) { + + // remove existing key + if (PMA_MYSQL_INT_VERSION >= 40013) { + $upd_query = 'ALTER TABLE ' . $table + . ' DROP FOREIGN KEY ' + . $existrel_innodb[$master_field]['constraint']; + + // I tried to send both in one query but it failed + $upd_rs = PMA_mysql_query($upd_query); + } + + // add another + $upd_query = 'ALTER TABLE ' . $table + . ' ADD FOREIGN KEY (' + . PMA_sqlAddslashes($master_field) . ')' + . ' REFERENCES ' + . PMA_sqlAddslashes($foreign_table) . '(' + . PMA_sqlAddslashes($foreign_field) . ')'; + } // end if... else.... + } else if (isset($existrel_innodb[$master_field])) { + if (PMA_MYSQL_INT_VERSION >= 40013) { + $upd_query = 'ALTER TABLE ' . $table + . ' DROP FOREIGN KEY ' + . $existrel_innodb[$master_field]['constraint']; + } + } // end if... else.... + + if (isset($upd_query)) { + $upd_rs = PMA_mysql_query($upd_query); + unset($upd_query); + } + } // end while + } // end if + +// U p d a t e s f o r d i s p l a y f i e l d + if ($cfgRelation['displaywork'] && isset($submit_show) && $submit_show == 'true') { @@ -103,9 +165,13 @@ if ($cfgRelation['commwork'] } // end while (transferred data) } // end if (commwork) -// Now that we might have changed we have to see again -if ($cfgRelation['relwork']) { +// If we did an update, refresh our data +if ($cfgRelation['relwork'] + && isset($submit_rel) && $submit_rel == 'true') { $existrel = PMA_getForeigners($db, $table, '', 'internal'); + if ($tbl_type=='INNODB') { + $existrel_innodb = PMA_getForeigners($db, $table, '', 'innodb'); + } } if ($cfgRelation['displaywork']) { $disp = PMA_getDisplayField($db, $table); @@ -121,9 +187,22 @@ if ($cfgRelation['commwork']) { if ($cfgRelation['relwork']) { // To choose relations we first need all tables names in current db - $tab_query = 'SHOW TABLES FROM ' . PMA_backquote($db); + // and if PMA version permits and the main table is innodb, + // we use SHOW TABLE STATUS because we need to find other InnoDB tables + + if (PMA_MYSQL_INT_VERSION >= 32303 && $tbl_type=='INNODB') { + $tab_query = 'SHOW TABLE STATUS FROM ' . PMA_backquote($db); + // [0] of the row is the name + // [1] is the type + } else { + $tab_query = 'SHOW TABLES FROM ' . PMA_backquote($db); + } + // [0] of the row is the name + $tab_rs = PMA_mysql_query($tab_query) or PMA_mysqlDie('', $tab_query, '', $err_url_0); $selectboxall['nix'] = '--'; + $selectboxall_innodb['nix'] = '--'; + while ($curr_table = @PMA_mysql_fetch_array($tab_rs)) { if (($curr_table[0] != $table) && ($curr_table[0] != $cfg['Server']['relation'])) { $fi_query = 'SHOW KEYS FROM ' . PMA_backquote($curr_table[0]); @@ -138,6 +217,10 @@ if ($cfgRelation['relwork']) { $selectboxall[$field_full] = $field_v; // there could be more than one segment of the primary // so do not break + + if ($tbl_type=='INNODB' && isset($curr_table[1]) && $curr_table[1]=='InnoDB') { + $selectboxall_innodb[$field_full] = $field_v; + } } else if (isset($curr_field['Non_unique']) && $curr_field['Non_unique'] == 0 && $seen_a_primary==FALSE) { // if we can't find a primary key we take any unique one @@ -146,6 +229,9 @@ if ($cfgRelation['relwork']) { $field_full = $db . '.' . $curr_field['Table'] . '.' . $curr_field['Column_name']; $field_v = $curr_field['Table'] . '->' . $curr_field['Column_name']; $selectboxall[$field_full] = $field_v; + if ($tbl_type=='INNODB' && isset($curr_table[1]) && $curr_table[1]=='InnoDB') { + $selectboxall_innodb[$field_full] = $field_v; + } } // end if } // end while over keys } // end if (mysql_num_rows) @@ -161,15 +247,17 @@ if ($cfgRelation['relwork']) { $field_full = $db . '.' . $curr_field['Table'] . '.' . $curr_field['Column_name']; $field_v = $curr_field['Table'] . '->' . $curr_field['Column_name']; $selectboxall[$field_full] = $field_v; + if ($tbl_type=='INNODB' && isset($curr_table[1]) && $curr_table[1]=='InnoDB') { + $selectboxall_innodb[$field_full] = $field_v; + } } // end while } // end if (mysql_num_rows) } } // end while over tables - // Create array of relations (Mike Beck) - $rel_dest = PMA_getForeigners($db, $table, '', 'internal'); } // end if + // Now find out the columns of our $table $col_query = 'SHOW COLUMNS FROM ' . PMA_backquote($table); $col_rs = PMA_mysql_query($col_query) or PMA_mysqlDie('', $col_query, '', $err_url_0); @@ -187,10 +275,27 @@ if ($col_rs && mysql_num_rows($col_rs) > 0) { - + + + + + InnoDB'; + if (PMA_MYSQL_INT_VERSION < 40013) { + echo ' (**)'; + } + echo ''; + } + ?> @@ -199,8 +304,9 @@ if ($col_rs && mysql_num_rows($col_rs) > 0) { + + + 0) {
+ +
+ '; + if (PMA_MYSQL_INT_VERSION < 40013) { + echo '** ' . sprintf($strUpgradeMySQL, '4.0.13') . '
'; + } + } + ?> 0) { -

+

+