diff --git a/ChangeLog b/ChangeLog index 396e964c2d..77d6fc5066 100755 --- a/ChangeLog +++ b/ChangeLog @@ -5,6 +5,12 @@ phpMyAdmin - Changelog $Id$ $Source$ +2003-07-08 Michal Cihar + * config.inc.php3, tbl_properties_operations.php3, + libraries/config_import.lib.php3, libraries/display_export.lib.php3, + libraries/export/sql.php3, lang/*: Added checkbox for exporting/copying + AUTO_INCREMENT value (RFE #763957). + 2003-07-08 Alexander M. Turek * libraries/common.lib.php3: Send headers before exiting because of missing MySQL extension. diff --git a/config.inc.php3 b/config.inc.php3 index 1549b936ac..a4dcbb92d8 100755 --- a/config.inc.php3 +++ b/config.inc.php3 @@ -308,6 +308,7 @@ $cfg['Export']['sql_structure'] = TRUE; $cfg['Export']['sql_data'] = TRUE; $cfg['Export']['sql_drop_database'] = FALSE; $cfg['Export']['sql_drop_table'] = FALSE; +$cfg['Export']['sql_auto_increment'] = TRUE; $cfg['Export']['sql_backquotes'] = TRUE; $cfg['Export']['sql_relation'] = FALSE; $cfg['Export']['sql_columns'] = FALSE; diff --git a/lang/afrikaans-iso-8859-1.inc.php3 b/lang/afrikaans-iso-8859-1.inc.php3 index fa878a5bf1..d5bbcfd3a0 100644 --- a/lang/afrikaans-iso-8859-1.inc.php3 +++ b/lang/afrikaans-iso-8859-1.inc.php3 @@ -666,4 +666,5 @@ $strToggleScratchboard = 'toggle scratchboard'; //to translate $strTableOptions = 'Table options'; //to translate $strSecretRequired = 'The configuration file now needs a secret passphrase (blowfish_secret).'; //to translate $strAccessDeniedExplanation = 'phpMyAdmin tried to connect to the MySQL server, and the server rejected the connection. You should check the host, username and password in config.inc.php and make sure that they correspond to the information given by the administrator of the MySQL server.'; //to translate +$strAddAutoIncrement = 'Add AUTO_INCREMENT value'; //to translate ?> diff --git a/lang/afrikaans-utf-8.inc.php3 b/lang/afrikaans-utf-8.inc.php3 index adc8806b27..e9c875b4fa 100644 --- a/lang/afrikaans-utf-8.inc.php3 +++ b/lang/afrikaans-utf-8.inc.php3 @@ -667,4 +667,5 @@ $strToggleScratchboard = 'toggle scratchboard'; //to translate $strTableOptions = 'Table options'; //to translate $strSecretRequired = 'The configuration file now needs a secret passphrase (blowfish_secret).'; //to translate $strAccessDeniedExplanation = 'phpMyAdmin tried to connect to the MySQL server, and the server rejected the connection. You should check the host, username and password in config.inc.php and make sure that they correspond to the information given by the administrator of the MySQL server.'; //to translate +$strAddAutoIncrement = 'Add AUTO_INCREMENT value'; //to translate ?> diff --git a/lang/albanian-iso-8859-1.inc.php3 b/lang/albanian-iso-8859-1.inc.php3 index 727a6eb658..8e910dc654 100644 --- a/lang/albanian-iso-8859-1.inc.php3 +++ b/lang/albanian-iso-8859-1.inc.php3 @@ -658,4 +658,5 @@ $strToggleScratchboard = 'toggle scratchboard'; //to translate $strTableOptions = 'Table options'; //to translate $strSecretRequired = 'The configuration file now needs a secret passphrase (blowfish_secret).'; //to translate $strAccessDeniedExplanation = 'phpMyAdmin tried to connect to the MySQL server, and the server rejected the connection. You should check the host, username and password in config.inc.php and make sure that they correspond to the information given by the administrator of the MySQL server.'; //to translate +$strAddAutoIncrement = 'Add AUTO_INCREMENT value'; //to translate ?> diff --git a/lang/albanian-utf-8.inc.php3 b/lang/albanian-utf-8.inc.php3 index 7fc506ee44..c0f2957b9d 100644 --- a/lang/albanian-utf-8.inc.php3 +++ b/lang/albanian-utf-8.inc.php3 @@ -659,4 +659,5 @@ $strToggleScratchboard = 'toggle scratchboard'; //to translate $strTableOptions = 'Table options'; //to translate $strSecretRequired = 'The configuration file now needs a secret passphrase (blowfish_secret).'; //to translate $strAccessDeniedExplanation = 'phpMyAdmin tried to connect to the MySQL server, and the server rejected the connection. You should check the host, username and password in config.inc.php and make sure that they correspond to the information given by the administrator of the MySQL server.'; //to translate +$strAddAutoIncrement = 'Add AUTO_INCREMENT value'; //to translate ?> diff --git a/lang/arabic-utf-8.inc.php3 b/lang/arabic-utf-8.inc.php3 index e4aa2237ba..15e985e413 100644 --- a/lang/arabic-utf-8.inc.php3 +++ b/lang/arabic-utf-8.inc.php3 @@ -682,4 +682,5 @@ $strToggleScratchboard = 'toggle scratchboard'; //to translate $strTableOptions = 'Table options'; //to translate $strSecretRequired = 'The configuration file now needs a secret passphrase (blowfish_secret).'; //to translate $strAccessDeniedExplanation = 'phpMyAdmin tried to connect to the MySQL server, and the server rejected the connection. You should check the host, username and password in config.inc.php and make sure that they correspond to the information given by the administrator of the MySQL server.'; //to translate +$strAddAutoIncrement = 'Add AUTO_INCREMENT value'; //to translate ?> diff --git a/lang/arabic-windows-1256.inc.php3 b/lang/arabic-windows-1256.inc.php3 index 2bbc8e8492..8d36df6318 100644 --- a/lang/arabic-windows-1256.inc.php3 +++ b/lang/arabic-windows-1256.inc.php3 @@ -681,4 +681,5 @@ $strToggleScratchboard = 'toggle scratchboard'; //to translate $strTableOptions = 'Table options'; //to translate $strSecretRequired = 'The configuration file now needs a secret passphrase (blowfish_secret).'; //to translate $strAccessDeniedExplanation = 'phpMyAdmin tried to connect to the MySQL server, and the server rejected the connection. You should check the host, username and password in config.inc.php and make sure that they correspond to the information given by the administrator of the MySQL server.'; //to translate +$strAddAutoIncrement = 'Add AUTO_INCREMENT value'; //to translate ?> diff --git a/lang/brazilian_portuguese-iso-8859-1.inc.php3 b/lang/brazilian_portuguese-iso-8859-1.inc.php3 index e043e70d4a..8312957d6d 100644 --- a/lang/brazilian_portuguese-iso-8859-1.inc.php3 +++ b/lang/brazilian_portuguese-iso-8859-1.inc.php3 @@ -680,4 +680,5 @@ $strToggleScratchboard = 'toggle scratchboard'; //to translate $strTableOptions = 'Table options'; //to translate $strSecretRequired = 'The configuration file now needs a secret passphrase (blowfish_secret).'; //to translate $strAccessDeniedExplanation = 'phpMyAdmin tried to connect to the MySQL server, and the server rejected the connection. You should check the host, username and password in config.inc.php and make sure that they correspond to the information given by the administrator of the MySQL server.'; //to translate +$strAddAutoIncrement = 'Add AUTO_INCREMENT value'; //to translate ?> diff --git a/lang/brazilian_portuguese-utf-8.inc.php3 b/lang/brazilian_portuguese-utf-8.inc.php3 index 665d3b75c6..3eec5da70d 100644 --- a/lang/brazilian_portuguese-utf-8.inc.php3 +++ b/lang/brazilian_portuguese-utf-8.inc.php3 @@ -681,4 +681,5 @@ $strToggleScratchboard = 'toggle scratchboard'; //to translate $strTableOptions = 'Table options'; //to translate $strSecretRequired = 'The configuration file now needs a secret passphrase (blowfish_secret).'; //to translate $strAccessDeniedExplanation = 'phpMyAdmin tried to connect to the MySQL server, and the server rejected the connection. You should check the host, username and password in config.inc.php and make sure that they correspond to the information given by the administrator of the MySQL server.'; //to translate +$strAddAutoIncrement = 'Add AUTO_INCREMENT value'; //to translate ?> diff --git a/lang/bulgarian-koi8-r.inc.php3 b/lang/bulgarian-koi8-r.inc.php3 index 131d2cf55e..1e3f1a7d8c 100644 --- a/lang/bulgarian-koi8-r.inc.php3 +++ b/lang/bulgarian-koi8-r.inc.php3 @@ -661,4 +661,5 @@ $strToggleScratchboard = 'toggle scratchboard'; //to translate $strTableOptions = 'Table options'; //to translate $strSecretRequired = 'The configuration file now needs a secret passphrase (blowfish_secret).'; //to translate $strAccessDeniedExplanation = 'phpMyAdmin tried to connect to the MySQL server, and the server rejected the connection. You should check the host, username and password in config.inc.php and make sure that they correspond to the information given by the administrator of the MySQL server.'; //to translate +$strAddAutoIncrement = 'Add AUTO_INCREMENT value'; //to translate ?> diff --git a/lang/bulgarian-utf-8.inc.php3 b/lang/bulgarian-utf-8.inc.php3 index 6994143058..08a5609d71 100644 --- a/lang/bulgarian-utf-8.inc.php3 +++ b/lang/bulgarian-utf-8.inc.php3 @@ -662,4 +662,5 @@ $strToggleScratchboard = 'toggle scratchboard'; //to translate $strTableOptions = 'Table options'; //to translate $strSecretRequired = 'The configuration file now needs a secret passphrase (blowfish_secret).'; //to translate $strAccessDeniedExplanation = 'phpMyAdmin tried to connect to the MySQL server, and the server rejected the connection. You should check the host, username and password in config.inc.php and make sure that they correspond to the information given by the administrator of the MySQL server.'; //to translate +$strAddAutoIncrement = 'Add AUTO_INCREMENT value'; //to translate ?> diff --git a/lang/bulgarian-windows-1251.inc.php3 b/lang/bulgarian-windows-1251.inc.php3 index fa0022ad3b..ede1c9f933 100644 --- a/lang/bulgarian-windows-1251.inc.php3 +++ b/lang/bulgarian-windows-1251.inc.php3 @@ -661,4 +661,5 @@ $strToggleScratchboard = 'toggle scratchboard'; //to translate $strTableOptions = 'Table options'; //to translate $strSecretRequired = 'The configuration file now needs a secret passphrase (blowfish_secret).'; //to translate $strAccessDeniedExplanation = 'phpMyAdmin tried to connect to the MySQL server, and the server rejected the connection. You should check the host, username and password in config.inc.php and make sure that they correspond to the information given by the administrator of the MySQL server.'; //to translate +$strAddAutoIncrement = 'Add AUTO_INCREMENT value'; //to translate ?> diff --git a/lang/catalan-iso-8859-1.inc.php3 b/lang/catalan-iso-8859-1.inc.php3 index 63825ebead..ad81facf0c 100644 --- a/lang/catalan-iso-8859-1.inc.php3 +++ b/lang/catalan-iso-8859-1.inc.php3 @@ -654,4 +654,5 @@ $strToggleScratchboard = 'toggle scratchboard'; //to translate $strTableOptions = 'Table options'; //to translate $strSecretRequired = 'The configuration file now needs a secret passphrase (blowfish_secret).'; //to translate $strAccessDeniedExplanation = 'phpMyAdmin tried to connect to the MySQL server, and the server rejected the connection. You should check the host, username and password in config.inc.php and make sure that they correspond to the information given by the administrator of the MySQL server.'; //to translate +$strAddAutoIncrement = 'Add AUTO_INCREMENT value'; //to translate ?> diff --git a/lang/catalan-utf-8.inc.php3 b/lang/catalan-utf-8.inc.php3 index 0a8decd04a..925b0fd325 100644 --- a/lang/catalan-utf-8.inc.php3 +++ b/lang/catalan-utf-8.inc.php3 @@ -655,4 +655,5 @@ $strToggleScratchboard = 'toggle scratchboard'; //to translate $strTableOptions = 'Table options'; //to translate $strSecretRequired = 'The configuration file now needs a secret passphrase (blowfish_secret).'; //to translate $strAccessDeniedExplanation = 'phpMyAdmin tried to connect to the MySQL server, and the server rejected the connection. You should check the host, username and password in config.inc.php and make sure that they correspond to the information given by the administrator of the MySQL server.'; //to translate +$strAddAutoIncrement = 'Add AUTO_INCREMENT value'; //to translate ?> diff --git a/lang/chinese_big5-utf-8.inc.php3 b/lang/chinese_big5-utf-8.inc.php3 index c5d7c9ae17..8993744441 100644 --- a/lang/chinese_big5-utf-8.inc.php3 +++ b/lang/chinese_big5-utf-8.inc.php3 @@ -680,4 +680,5 @@ $strToggleScratchboard = 'toggle scratchboard'; //to translate $strTableOptions = 'Table options'; //to translate $strSecretRequired = 'The configuration file now needs a secret passphrase (blowfish_secret).'; //to translate $strAccessDeniedExplanation = 'phpMyAdmin tried to connect to the MySQL server, and the server rejected the connection. You should check the host, username and password in config.inc.php and make sure that they correspond to the information given by the administrator of the MySQL server.'; //to translate +$strAddAutoIncrement = 'Add AUTO_INCREMENT value'; //to translate ?> diff --git a/lang/chinese_big5.inc.php3 b/lang/chinese_big5.inc.php3 index 87bc91602b..186f35ae64 100644 --- a/lang/chinese_big5.inc.php3 +++ b/lang/chinese_big5.inc.php3 @@ -679,4 +679,5 @@ $strToggleScratchboard = 'toggle scratchboard'; //to translate $strTableOptions = 'Table options'; //to translate $strSecretRequired = 'The configuration file now needs a secret passphrase (blowfish_secret).'; //to translate $strAccessDeniedExplanation = 'phpMyAdmin tried to connect to the MySQL server, and the server rejected the connection. You should check the host, username and password in config.inc.php and make sure that they correspond to the information given by the administrator of the MySQL server.'; //to translate +$strAddAutoIncrement = 'Add AUTO_INCREMENT value'; //to translate ?> diff --git a/lang/chinese_gb-utf-8.inc.php3 b/lang/chinese_gb-utf-8.inc.php3 index afe36c97a9..b1e272215e 100644 --- a/lang/chinese_gb-utf-8.inc.php3 +++ b/lang/chinese_gb-utf-8.inc.php3 @@ -657,4 +657,5 @@ $strToggleScratchboard = 'toggle scratchboard'; //to translate $strTableOptions = 'Table options'; //to translate $strSecretRequired = 'The configuration file now needs a secret passphrase (blowfish_secret).'; //to translate $strAccessDeniedExplanation = 'phpMyAdmin tried to connect to the MySQL server, and the server rejected the connection. You should check the host, username and password in config.inc.php and make sure that they correspond to the information given by the administrator of the MySQL server.'; //to translate +$strAddAutoIncrement = 'Add AUTO_INCREMENT value'; //to translate ?> diff --git a/lang/chinese_gb.inc.php3 b/lang/chinese_gb.inc.php3 index 38d751d135..31401a0c92 100644 --- a/lang/chinese_gb.inc.php3 +++ b/lang/chinese_gb.inc.php3 @@ -656,4 +656,5 @@ $strToggleScratchboard = 'toggle scratchboard'; //to translate $strTableOptions = 'Table options'; //to translate $strSecretRequired = 'The configuration file now needs a secret passphrase (blowfish_secret).'; //to translate $strAccessDeniedExplanation = 'phpMyAdmin tried to connect to the MySQL server, and the server rejected the connection. You should check the host, username and password in config.inc.php and make sure that they correspond to the information given by the administrator of the MySQL server.'; //to translate +$strAddAutoIncrement = 'Add AUTO_INCREMENT value'; //to translate ?> diff --git a/lang/croatian-iso-8859-2.inc.php3 b/lang/croatian-iso-8859-2.inc.php3 index 657a84a5fa..8444d0207d 100644 --- a/lang/croatian-iso-8859-2.inc.php3 +++ b/lang/croatian-iso-8859-2.inc.php3 @@ -679,4 +679,5 @@ $strToggleScratchboard = 'toggle scratchboard'; //to translate $strTableOptions = 'Table options'; //to translate $strSecretRequired = 'The configuration file now needs a secret passphrase (blowfish_secret).'; //to translate $strAccessDeniedExplanation = 'phpMyAdmin tried to connect to the MySQL server, and the server rejected the connection. You should check the host, username and password in config.inc.php and make sure that they correspond to the information given by the administrator of the MySQL server.'; //to translate +$strAddAutoIncrement = 'Add AUTO_INCREMENT value'; //to translate ?> diff --git a/lang/croatian-utf-8.inc.php3 b/lang/croatian-utf-8.inc.php3 index 91af16f266..858e800fdf 100644 --- a/lang/croatian-utf-8.inc.php3 +++ b/lang/croatian-utf-8.inc.php3 @@ -680,4 +680,5 @@ $strToggleScratchboard = 'toggle scratchboard'; //to translate $strTableOptions = 'Table options'; //to translate $strSecretRequired = 'The configuration file now needs a secret passphrase (blowfish_secret).'; //to translate $strAccessDeniedExplanation = 'phpMyAdmin tried to connect to the MySQL server, and the server rejected the connection. You should check the host, username and password in config.inc.php and make sure that they correspond to the information given by the administrator of the MySQL server.'; //to translate +$strAddAutoIncrement = 'Add AUTO_INCREMENT value'; //to translate ?> diff --git a/lang/croatian-windows-1250.inc.php3 b/lang/croatian-windows-1250.inc.php3 index fcb051baac..8c91d61336 100644 --- a/lang/croatian-windows-1250.inc.php3 +++ b/lang/croatian-windows-1250.inc.php3 @@ -679,4 +679,5 @@ $strToggleScratchboard = 'toggle scratchboard'; //to translate $strTableOptions = 'Table options'; //to translate $strSecretRequired = 'The configuration file now needs a secret passphrase (blowfish_secret).'; //to translate $strAccessDeniedExplanation = 'phpMyAdmin tried to connect to the MySQL server, and the server rejected the connection. You should check the host, username and password in config.inc.php and make sure that they correspond to the information given by the administrator of the MySQL server.'; //to translate +$strAddAutoIncrement = 'Add AUTO_INCREMENT value'; //to translate ?> diff --git a/lang/czech-iso-8859-2.inc.php3 b/lang/czech-iso-8859-2.inc.php3 index 49d62af580..f434df9a62 100644 --- a/lang/czech-iso-8859-2.inc.php3 +++ b/lang/czech-iso-8859-2.inc.php3 @@ -29,6 +29,7 @@ $strAbsolutePathToDocSqlDir = 'Zadejte absolutn $strAccessDenied = 'Pstup odepen'; $strAccessDeniedExplanation = 'phpMyAdmin se pokusil pipojit k MySQL serveru, a ten odmtl pipojen. Zkontrolujte jmno serveru, uivatelsk jmno a heslo v souboru config.inc.php3 a ujistte se, e jsou toton s tmi co mte od administrtora MySQL serveru.'; $strAction = 'Akce'; +$strAddAutoIncrement = 'Pidat hodnotu AUTO_INCREMENT'; $strAddDeleteColumn = 'Pidat/Smazat sloupec'; $strAddDeleteRow = 'Pidat/Smazat dek s podmnkou'; $strAddDropDatabase = 'Pidat DROP DATABASE'; diff --git a/lang/czech-utf-8.inc.php3 b/lang/czech-utf-8.inc.php3 index 44930dbb09..8f06716be0 100644 --- a/lang/czech-utf-8.inc.php3 +++ b/lang/czech-utf-8.inc.php3 @@ -30,6 +30,7 @@ $strAbsolutePathToDocSqlDir = 'Zadejte absolutní cestu docSQL adresáře na ser $strAccessDenied = 'Přístup odepřen'; $strAccessDeniedExplanation = 'phpMyAdmin se pokusil připojit k MySQL serveru, a ten odmítl připojení. Zkontrolujte jméno serveru, uživatelské jméno a heslo v souboru config.inc.php3 a ujistěte se, že jsou totožné s těmi co máte od administrátora MySQL serveru.'; $strAction = 'Akce'; +$strAddAutoIncrement = 'Přidat hodnotu AUTO_INCREMENT'; $strAddDeleteColumn = 'Přidat/Smazat sloupec'; $strAddDeleteRow = 'Přidat/Smazat řádek s podmínkou'; $strAddDropDatabase = 'Přidat DROP DATABASE'; diff --git a/lang/czech-windows-1250.inc.php3 b/lang/czech-windows-1250.inc.php3 index 50ad4a654d..b120804d8b 100644 --- a/lang/czech-windows-1250.inc.php3 +++ b/lang/czech-windows-1250.inc.php3 @@ -29,6 +29,7 @@ $strAbsolutePathToDocSqlDir = 'Zadejte absolutn $strAccessDenied = 'Pstup odepen'; $strAccessDeniedExplanation = 'phpMyAdmin se pokusil pipojit k MySQL serveru, a ten odmtl pipojen. Zkontrolujte jmno serveru, uivatelsk jmno a heslo v souboru config.inc.php3 a ujistte se, e jsou toton s tmi co mte od administrtora MySQL serveru.'; $strAction = 'Akce'; +$strAddAutoIncrement = 'Pidat hodnotu AUTO_INCREMENT'; $strAddDeleteColumn = 'Pidat/Smazat sloupec'; $strAddDeleteRow = 'Pidat/Smazat dek s podmnkou'; $strAddDropDatabase = 'Pidat DROP DATABASE'; diff --git a/lang/danish-iso-8859-1.inc.php3 b/lang/danish-iso-8859-1.inc.php3 index 4faefa731e..8b9c63cfeb 100644 --- a/lang/danish-iso-8859-1.inc.php3 +++ b/lang/danish-iso-8859-1.inc.php3 @@ -674,4 +674,5 @@ $strToggleScratchboard = 'toggle scratchboard'; //to translate $strTableOptions = 'Table options'; //to translate $strSecretRequired = 'The configuration file now needs a secret passphrase (blowfish_secret).'; //to translate $strAccessDeniedExplanation = 'phpMyAdmin tried to connect to the MySQL server, and the server rejected the connection. You should check the host, username and password in config.inc.php and make sure that they correspond to the information given by the administrator of the MySQL server.'; //to translate +$strAddAutoIncrement = 'Add AUTO_INCREMENT value'; //to translate ?> diff --git a/lang/danish-utf-8.inc.php3 b/lang/danish-utf-8.inc.php3 index 71d6247f40..3d7f07ccc0 100644 --- a/lang/danish-utf-8.inc.php3 +++ b/lang/danish-utf-8.inc.php3 @@ -675,4 +675,5 @@ $strToggleScratchboard = 'toggle scratchboard'; //to translate $strTableOptions = 'Table options'; //to translate $strSecretRequired = 'The configuration file now needs a secret passphrase (blowfish_secret).'; //to translate $strAccessDeniedExplanation = 'phpMyAdmin tried to connect to the MySQL server, and the server rejected the connection. You should check the host, username and password in config.inc.php and make sure that they correspond to the information given by the administrator of the MySQL server.'; //to translate +$strAddAutoIncrement = 'Add AUTO_INCREMENT value'; //to translate ?> diff --git a/lang/dutch-iso-8859-1.inc.php3 b/lang/dutch-iso-8859-1.inc.php3 index 360649f2f4..5231feff12 100644 --- a/lang/dutch-iso-8859-1.inc.php3 +++ b/lang/dutch-iso-8859-1.inc.php3 @@ -669,4 +669,5 @@ $strToggleScratchboard = 'toggle scratchboard'; //to translate $strTableOptions = 'Table options'; //to translate $strSecretRequired = 'The configuration file now needs a secret passphrase (blowfish_secret).'; //to translate $strAccessDeniedExplanation = 'phpMyAdmin tried to connect to the MySQL server, and the server rejected the connection. You should check the host, username and password in config.inc.php and make sure that they correspond to the information given by the administrator of the MySQL server.'; //to translate +$strAddAutoIncrement = 'Add AUTO_INCREMENT value'; //to translate ?> diff --git a/lang/dutch-utf-8.inc.php3 b/lang/dutch-utf-8.inc.php3 index 2cc2f3490a..a7d1257a51 100644 --- a/lang/dutch-utf-8.inc.php3 +++ b/lang/dutch-utf-8.inc.php3 @@ -670,4 +670,5 @@ $strToggleScratchboard = 'toggle scratchboard'; //to translate $strTableOptions = 'Table options'; //to translate $strSecretRequired = 'The configuration file now needs a secret passphrase (blowfish_secret).'; //to translate $strAccessDeniedExplanation = 'phpMyAdmin tried to connect to the MySQL server, and the server rejected the connection. You should check the host, username and password in config.inc.php and make sure that they correspond to the information given by the administrator of the MySQL server.'; //to translate +$strAddAutoIncrement = 'Add AUTO_INCREMENT value'; //to translate ?> diff --git a/lang/english-iso-8859-1.inc.php3 b/lang/english-iso-8859-1.inc.php3 index 354b90917f..8d1ab582bf 100644 --- a/lang/english-iso-8859-1.inc.php3 +++ b/lang/english-iso-8859-1.inc.php3 @@ -652,4 +652,5 @@ $strYes = 'Yes'; $strZeroRemovesTheLimit = 'Note: Setting these options to 0 (zero) removes the limit.'; $strZip = '"zipped"'; +$strAddAutoIncrement = 'Add AUTO_INCREMENT value'; //to translate ?> diff --git a/lang/english-utf-8.inc.php3 b/lang/english-utf-8.inc.php3 index 7575d88070..60bc80098d 100644 --- a/lang/english-utf-8.inc.php3 +++ b/lang/english-utf-8.inc.php3 @@ -653,4 +653,5 @@ $strYes = 'Yes'; $strZeroRemovesTheLimit = 'Note: Setting these options to 0 (zero) removes the limit.'; $strZip = '"zipped"'; +$strAddAutoIncrement = 'Add AUTO_INCREMENT value'; //to translate ?> diff --git a/lang/estonian-iso-8859-1.inc.php3 b/lang/estonian-iso-8859-1.inc.php3 index 5f4633f76a..b606e41472 100644 --- a/lang/estonian-iso-8859-1.inc.php3 +++ b/lang/estonian-iso-8859-1.inc.php3 @@ -653,4 +653,5 @@ $strToggleScratchboard = 'toggle scratchboard'; //to translate $strTableOptions = 'Table options'; //to translate $strSecretRequired = 'The configuration file now needs a secret passphrase (blowfish_secret).'; //to translate $strAccessDeniedExplanation = 'phpMyAdmin tried to connect to the MySQL server, and the server rejected the connection. You should check the host, username and password in config.inc.php and make sure that they correspond to the information given by the administrator of the MySQL server.'; //to translate +$strAddAutoIncrement = 'Add AUTO_INCREMENT value'; //to translate ?> diff --git a/lang/estonian-utf-8.inc.php3 b/lang/estonian-utf-8.inc.php3 index fced7f67bf..b3c5b25d52 100644 --- a/lang/estonian-utf-8.inc.php3 +++ b/lang/estonian-utf-8.inc.php3 @@ -654,4 +654,5 @@ $strToggleScratchboard = 'toggle scratchboard'; //to translate $strTableOptions = 'Table options'; //to translate $strSecretRequired = 'The configuration file now needs a secret passphrase (blowfish_secret).'; //to translate $strAccessDeniedExplanation = 'phpMyAdmin tried to connect to the MySQL server, and the server rejected the connection. You should check the host, username and password in config.inc.php and make sure that they correspond to the information given by the administrator of the MySQL server.'; //to translate +$strAddAutoIncrement = 'Add AUTO_INCREMENT value'; //to translate ?> diff --git a/lang/finnish-iso-8859-1.inc.php3 b/lang/finnish-iso-8859-1.inc.php3 index 4eecf16a67..a951740273 100644 --- a/lang/finnish-iso-8859-1.inc.php3 +++ b/lang/finnish-iso-8859-1.inc.php3 @@ -676,4 +676,5 @@ $strToggleScratchboard = 'toggle scratchboard'; //to translate $strTableOptions = 'Table options'; //to translate $strSecretRequired = 'The configuration file now needs a secret passphrase (blowfish_secret).'; //to translate $strAccessDeniedExplanation = 'phpMyAdmin tried to connect to the MySQL server, and the server rejected the connection. You should check the host, username and password in config.inc.php and make sure that they correspond to the information given by the administrator of the MySQL server.'; //to translate +$strAddAutoIncrement = 'Add AUTO_INCREMENT value'; //to translate ?> diff --git a/lang/finnish-utf-8.inc.php3 b/lang/finnish-utf-8.inc.php3 index 77146b15cf..cd7ed82172 100644 --- a/lang/finnish-utf-8.inc.php3 +++ b/lang/finnish-utf-8.inc.php3 @@ -677,4 +677,5 @@ $strToggleScratchboard = 'toggle scratchboard'; //to translate $strTableOptions = 'Table options'; //to translate $strSecretRequired = 'The configuration file now needs a secret passphrase (blowfish_secret).'; //to translate $strAccessDeniedExplanation = 'phpMyAdmin tried to connect to the MySQL server, and the server rejected the connection. You should check the host, username and password in config.inc.php and make sure that they correspond to the information given by the administrator of the MySQL server.'; //to translate +$strAddAutoIncrement = 'Add AUTO_INCREMENT value'; //to translate ?> diff --git a/lang/french-iso-8859-1.inc.php3 b/lang/french-iso-8859-1.inc.php3 index 4942e6f865..a3b1a1644f 100644 --- a/lang/french-iso-8859-1.inc.php3 +++ b/lang/french-iso-8859-1.inc.php3 @@ -654,4 +654,5 @@ $strZeroRemovesTheLimit = 'Note: Une valeur de 0 (zero) enl $strZip = '"zipp"'; // To translate +$strAddAutoIncrement = 'Add AUTO_INCREMENT value'; //to translate ?> diff --git a/lang/french-utf-8.inc.php3 b/lang/french-utf-8.inc.php3 index cdd691ef6a..d87404d8ea 100644 --- a/lang/french-utf-8.inc.php3 +++ b/lang/french-utf-8.inc.php3 @@ -655,4 +655,5 @@ $strZeroRemovesTheLimit = 'Note: Une valeur de 0 (zero) enlève la limite.'; $strZip = '"zippé"'; // To translate +$strAddAutoIncrement = 'Add AUTO_INCREMENT value'; //to translate ?> diff --git a/lang/galician-iso-8859-1.inc.php3 b/lang/galician-iso-8859-1.inc.php3 index cddb9857c5..55e3ae9269 100644 --- a/lang/galician-iso-8859-1.inc.php3 +++ b/lang/galician-iso-8859-1.inc.php3 @@ -669,4 +669,5 @@ $strToggleScratchboard = 'toggle scratchboard'; //to translate $strViewDumpDatabases = 'View dump (schema) of databases';//to translate +$strAddAutoIncrement = 'Add AUTO_INCREMENT value'; //to translate ?> diff --git a/lang/galician-utf-8.inc.php3 b/lang/galician-utf-8.inc.php3 index f4aa65a047..20c5425636 100644 --- a/lang/galician-utf-8.inc.php3 +++ b/lang/galician-utf-8.inc.php3 @@ -670,4 +670,5 @@ $strToggleScratchboard = 'toggle scratchboard'; //to translate $strViewDumpDatabases = 'View dump (schema) of databases';//to translate +$strAddAutoIncrement = 'Add AUTO_INCREMENT value'; //to translate ?> diff --git a/lang/georgian-utf-8.inc.php3 b/lang/georgian-utf-8.inc.php3 index 7ac190c5ea..ebbdca3086 100644 --- a/lang/georgian-utf-8.inc.php3 +++ b/lang/georgian-utf-8.inc.php3 @@ -679,4 +679,5 @@ $strToggleScratchboard = 'toggle scratchboard'; //to translate $strTableOptions = 'Table options'; //to translate $strSecretRequired = 'The configuration file now needs a secret passphrase (blowfish_secret).'; //to translate $strAccessDeniedExplanation = 'phpMyAdmin tried to connect to the MySQL server, and the server rejected the connection. You should check the host, username and password in config.inc.php and make sure that they correspond to the information given by the administrator of the MySQL server.'; //to translate +$strAddAutoIncrement = 'Add AUTO_INCREMENT value'; //to translate ?> diff --git a/lang/german-iso-8859-1.inc.php3 b/lang/german-iso-8859-1.inc.php3 index 6b23e37d59..f0d42091c1 100644 --- a/lang/german-iso-8859-1.inc.php3 +++ b/lang/german-iso-8859-1.inc.php3 @@ -660,4 +660,5 @@ $strToggleScratchboard = 'Klemmbrett anzeigen'; $strTableOptions = 'Tabellenoptionen'; $strSecretRequired = 'Ab sofort muss ein geheimes Passwort zur Verschlsselung in der Konfigurationsdatei gesetzt werden (blowfish_secret).'; $strAccessDeniedExplanation = 'phpMyAdmin hat versucht eine Verbindung zum MySQL-Server aufzubauen, jedoch hat dieser die Verbindung zurckgewiesen. Sie sollten Ihre Einstellungen fr Host, Benutzername und Kennwort in Ihrer config.inc.php berprfen und sich vergewissern, dass diese den Informationen, welche sie vom Administrator erhalten haben, entsprechen.'; +$strAddAutoIncrement = 'Add AUTO_INCREMENT value'; //to translate ?> diff --git a/lang/german-utf-8.inc.php3 b/lang/german-utf-8.inc.php3 index fe1800ada2..eefba7d406 100644 --- a/lang/german-utf-8.inc.php3 +++ b/lang/german-utf-8.inc.php3 @@ -661,4 +661,5 @@ $strToggleScratchboard = 'Klemmbrett anzeigen'; $strTableOptions = 'Tabellenoptionen'; $strSecretRequired = 'Ab sofort muss ein geheimes Passwort zur Verschlüsselung in der Konfigurationsdatei gesetzt werden (blowfish_secret).'; $strAccessDeniedExplanation = 'phpMyAdmin hat versucht eine Verbindung zum MySQL-Server aufzubauen, jedoch hat dieser die Verbindung zurückgewiesen. Sie sollten Ihre Einstellungen für Host, Benutzername und Kennwort in Ihrer config.inc.php überprüfen und sich vergewissern, dass diese den Informationen, welche sie vom Administrator erhalten haben, entsprechen.'; +$strAddAutoIncrement = 'Add AUTO_INCREMENT value'; //to translate ?> diff --git a/lang/greek-iso-8859-7.inc.php3 b/lang/greek-iso-8859-7.inc.php3 index af2fd282e9..4b6ccbe959 100644 --- a/lang/greek-iso-8859-7.inc.php3 +++ b/lang/greek-iso-8859-7.inc.php3 @@ -678,4 +678,5 @@ $strToggleScratchboard = 'toggle scratchboard'; //to translate $strTableOptions = 'Table options'; //to translate $strSecretRequired = 'The configuration file now needs a secret passphrase (blowfish_secret).'; //to translate $strAccessDeniedExplanation = 'phpMyAdmin tried to connect to the MySQL server, and the server rejected the connection. You should check the host, username and password in config.inc.php and make sure that they correspond to the information given by the administrator of the MySQL server.'; //to translate +$strAddAutoIncrement = 'Add AUTO_INCREMENT value'; //to translate ?> diff --git a/lang/greek-utf-8.inc.php3 b/lang/greek-utf-8.inc.php3 index 1f7de64793..745982c956 100644 --- a/lang/greek-utf-8.inc.php3 +++ b/lang/greek-utf-8.inc.php3 @@ -679,4 +679,5 @@ $strToggleScratchboard = 'toggle scratchboard'; //to translate $strTableOptions = 'Table options'; //to translate $strSecretRequired = 'The configuration file now needs a secret passphrase (blowfish_secret).'; //to translate $strAccessDeniedExplanation = 'phpMyAdmin tried to connect to the MySQL server, and the server rejected the connection. You should check the host, username and password in config.inc.php and make sure that they correspond to the information given by the administrator of the MySQL server.'; //to translate +$strAddAutoIncrement = 'Add AUTO_INCREMENT value'; //to translate ?> diff --git a/lang/hebrew-iso-8859-8-i.inc.php3 b/lang/hebrew-iso-8859-8-i.inc.php3 index e57e82ee1a..06a931e023 100644 --- a/lang/hebrew-iso-8859-8-i.inc.php3 +++ b/lang/hebrew-iso-8859-8-i.inc.php3 @@ -676,4 +676,5 @@ $strToggleScratchboard = 'toggle scratchboard'; //to translate $strTableOptions = 'Table options'; //to translate $strSecretRequired = 'The configuration file now needs a secret passphrase (blowfish_secret).'; //to translate $strAccessDeniedExplanation = 'phpMyAdmin tried to connect to the MySQL server, and the server rejected the connection. You should check the host, username and password in config.inc.php and make sure that they correspond to the information given by the administrator of the MySQL server.'; //to translate +$strAddAutoIncrement = 'Add AUTO_INCREMENT value'; //to translate ?> diff --git a/lang/hindi-utf-8.inc.php3 b/lang/hindi-utf-8.inc.php3 index cfcb3b5a09..7e1b67ed41 100644 --- a/lang/hindi-utf-8.inc.php3 +++ b/lang/hindi-utf-8.inc.php3 @@ -690,4 +690,5 @@ $strToggleScratchboard = 'toggle scratchboard'; //to translate $strTableOptions = 'Table options'; //to translate $strSecretRequired = 'The configuration file now needs a secret passphrase (blowfish_secret).'; //to translate $strAccessDeniedExplanation = 'phpMyAdmin tried to connect to the MySQL server, and the server rejected the connection. You should check the host, username and password in config.inc.php and make sure that they correspond to the information given by the administrator of the MySQL server.'; //to translate +$strAddAutoIncrement = 'Add AUTO_INCREMENT value'; //to translate ?> diff --git a/lang/hungarian-iso-8859-2.inc.php3 b/lang/hungarian-iso-8859-2.inc.php3 index f1f85717b9..7945222eda 100644 --- a/lang/hungarian-iso-8859-2.inc.php3 +++ b/lang/hungarian-iso-8859-2.inc.php3 @@ -664,4 +664,5 @@ $strToggleScratchboard = 'toggle scratchboard'; //to translate $strTableOptions = 'Table options'; //to translate $strSecretRequired = 'The configuration file now needs a secret passphrase (blowfish_secret).'; //to translate $strAccessDeniedExplanation = 'phpMyAdmin tried to connect to the MySQL server, and the server rejected the connection. You should check the host, username and password in config.inc.php and make sure that they correspond to the information given by the administrator of the MySQL server.'; //to translate +$strAddAutoIncrement = 'Add AUTO_INCREMENT value'; //to translate ?> diff --git a/lang/hungarian-utf-8.inc.php3 b/lang/hungarian-utf-8.inc.php3 index 8f99083d27..b6dabc066e 100644 --- a/lang/hungarian-utf-8.inc.php3 +++ b/lang/hungarian-utf-8.inc.php3 @@ -665,4 +665,5 @@ $strToggleScratchboard = 'toggle scratchboard'; //to translate $strTableOptions = 'Table options'; //to translate $strSecretRequired = 'The configuration file now needs a secret passphrase (blowfish_secret).'; //to translate $strAccessDeniedExplanation = 'phpMyAdmin tried to connect to the MySQL server, and the server rejected the connection. You should check the host, username and password in config.inc.php and make sure that they correspond to the information given by the administrator of the MySQL server.'; //to translate +$strAddAutoIncrement = 'Add AUTO_INCREMENT value'; //to translate ?> diff --git a/lang/indonesian-iso-8859-1.inc.php3 b/lang/indonesian-iso-8859-1.inc.php3 index 24e73e15d4..2c45e7c13c 100644 --- a/lang/indonesian-iso-8859-1.inc.php3 +++ b/lang/indonesian-iso-8859-1.inc.php3 @@ -653,4 +653,5 @@ $strZeroRemovesTheLimit = 'Perhatian: Merubah pilihan ini ke posisi 0 (zero) aka $strZip = '"Dikompress dengan Zip"'; // To translate +$strAddAutoIncrement = 'Add AUTO_INCREMENT value'; //to translate ?> diff --git a/lang/indonesian-utf-8.inc.php3 b/lang/indonesian-utf-8.inc.php3 index 79e138556d..f3d0e13e05 100644 --- a/lang/indonesian-utf-8.inc.php3 +++ b/lang/indonesian-utf-8.inc.php3 @@ -654,4 +654,5 @@ $strZeroRemovesTheLimit = 'Perhatian: Merubah pilihan ini ke posisi 0 (zero) aka $strZip = '"Dikompress dengan Zip"'; // To translate +$strAddAutoIncrement = 'Add AUTO_INCREMENT value'; //to translate ?> diff --git a/lang/italian-iso-8859-1.inc.php3 b/lang/italian-iso-8859-1.inc.php3 index 548908c06c..dc54e69742 100644 --- a/lang/italian-iso-8859-1.inc.php3 +++ b/lang/italian-iso-8859-1.inc.php3 @@ -658,4 +658,5 @@ $strZeroRemovesTheLimit = 'N.B.: 0 (zero) significa nessun limite.'; $strZip = '"compresso con zip"'; // To translate +$strAddAutoIncrement = 'Add AUTO_INCREMENT value'; //to translate ?> diff --git a/lang/italian-utf-8.inc.php3 b/lang/italian-utf-8.inc.php3 index ebf90a596d..0a1a0229b2 100644 --- a/lang/italian-utf-8.inc.php3 +++ b/lang/italian-utf-8.inc.php3 @@ -659,4 +659,5 @@ $strZeroRemovesTheLimit = 'N.B.: 0 (zero) significa nessun limite.'; $strZip = '"compresso con zip"'; // To translate +$strAddAutoIncrement = 'Add AUTO_INCREMENT value'; //to translate ?> diff --git a/lang/japanese-euc.inc.php3 b/lang/japanese-euc.inc.php3 index b44f4d8427..27c770d26e 100644 --- a/lang/japanese-euc.inc.php3 +++ b/lang/japanese-euc.inc.php3 @@ -664,4 +664,5 @@ $strToggleScratchboard = 'toggle scratchboard'; //to translate $strTableOptions = 'Table options'; //to translate $strSecretRequired = 'The configuration file now needs a secret passphrase (blowfish_secret).'; //to translate $strAccessDeniedExplanation = 'phpMyAdmin tried to connect to the MySQL server, and the server rejected the connection. You should check the host, username and password in config.inc.php and make sure that they correspond to the information given by the administrator of the MySQL server.'; //to translate +$strAddAutoIncrement = 'Add AUTO_INCREMENT value'; //to translate ?> diff --git a/lang/japanese-sjis.inc.php3 b/lang/japanese-sjis.inc.php3 index a84bf547b2..8751c98a24 100644 --- a/lang/japanese-sjis.inc.php3 +++ b/lang/japanese-sjis.inc.php3 @@ -664,4 +664,5 @@ $strToggleScratchboard = 'toggle scratchboard'; //to translate $strTableOptions = 'Table options'; //to translate $strSecretRequired = 'The configuration file now needs a secret passphrase (blowfish_secret).'; //to translate $strAccessDeniedExplanation = 'phpMyAdmin tried to connect to the MySQL server, and the server rejected the connection. You should check the host, username and password in config.inc.php and make sure that they correspond to the information given by the administrator of the MySQL server.'; //to translate +$strAddAutoIncrement = 'Add AUTO_INCREMENT value'; //to translate ?> diff --git a/lang/japanese-utf-8.inc.php3 b/lang/japanese-utf-8.inc.php3 index a8f4b444e0..2ee0c901af 100644 --- a/lang/japanese-utf-8.inc.php3 +++ b/lang/japanese-utf-8.inc.php3 @@ -665,4 +665,5 @@ $strToggleScratchboard = 'toggle scratchboard'; //to translate $strTableOptions = 'Table options'; //to translate $strSecretRequired = 'The configuration file now needs a secret passphrase (blowfish_secret).'; //to translate $strAccessDeniedExplanation = 'phpMyAdmin tried to connect to the MySQL server, and the server rejected the connection. You should check the host, username and password in config.inc.php and make sure that they correspond to the information given by the administrator of the MySQL server.'; //to translate +$strAddAutoIncrement = 'Add AUTO_INCREMENT value'; //to translate ?> diff --git a/lang/korean-ks_c_5601-1987.inc.php3 b/lang/korean-ks_c_5601-1987.inc.php3 index 7429bef0d2..3ab34e6175 100644 --- a/lang/korean-ks_c_5601-1987.inc.php3 +++ b/lang/korean-ks_c_5601-1987.inc.php3 @@ -674,4 +674,5 @@ $strToggleScratchboard = 'toggle scratchboard'; //to translate $strTableOptions = 'Table options'; //to translate $strSecretRequired = 'The configuration file now needs a secret passphrase (blowfish_secret).'; //to translate $strAccessDeniedExplanation = 'phpMyAdmin tried to connect to the MySQL server, and the server rejected the connection. You should check the host, username and password in config.inc.php and make sure that they correspond to the information given by the administrator of the MySQL server.'; //to translate +$strAddAutoIncrement = 'Add AUTO_INCREMENT value'; //to translate ?> diff --git a/lang/latvian-utf-8.inc.php3 b/lang/latvian-utf-8.inc.php3 index fa93ac9e1e..ee8a4708f8 100644 --- a/lang/latvian-utf-8.inc.php3 +++ b/lang/latvian-utf-8.inc.php3 @@ -658,4 +658,5 @@ $strToggleScratchboard = 'toggle scratchboard'; //to translate $strTableOptions = 'Table options'; //to translate $strSecretRequired = 'The configuration file now needs a secret passphrase (blowfish_secret).'; //to translate $strAccessDeniedExplanation = 'phpMyAdmin tried to connect to the MySQL server, and the server rejected the connection. You should check the host, username and password in config.inc.php and make sure that they correspond to the information given by the administrator of the MySQL server.'; //to translate +$strAddAutoIncrement = 'Add AUTO_INCREMENT value'; //to translate ?> diff --git a/lang/latvian-windows-1257.inc.php3 b/lang/latvian-windows-1257.inc.php3 index 2448efd7a3..21e747186b 100644 --- a/lang/latvian-windows-1257.inc.php3 +++ b/lang/latvian-windows-1257.inc.php3 @@ -657,4 +657,5 @@ $strToggleScratchboard = 'toggle scratchboard'; //to translate $strTableOptions = 'Table options'; //to translate $strSecretRequired = 'The configuration file now needs a secret passphrase (blowfish_secret).'; //to translate $strAccessDeniedExplanation = 'phpMyAdmin tried to connect to the MySQL server, and the server rejected the connection. You should check the host, username and password in config.inc.php and make sure that they correspond to the information given by the administrator of the MySQL server.'; //to translate +$strAddAutoIncrement = 'Add AUTO_INCREMENT value'; //to translate ?> diff --git a/lang/lithuanian-utf-8.inc.php3 b/lang/lithuanian-utf-8.inc.php3 index 9de454d91a..aa2cdbf75f 100644 --- a/lang/lithuanian-utf-8.inc.php3 +++ b/lang/lithuanian-utf-8.inc.php3 @@ -655,4 +655,5 @@ $strToggleScratchboard = 'toggle scratchboard'; //to translate $strTableOptions = 'Table options'; //to translate $strSecretRequired = 'The configuration file now needs a secret passphrase (blowfish_secret).'; //to translate $strAccessDeniedExplanation = 'phpMyAdmin tried to connect to the MySQL server, and the server rejected the connection. You should check the host, username and password in config.inc.php and make sure that they correspond to the information given by the administrator of the MySQL server.'; //to translate +$strAddAutoIncrement = 'Add AUTO_INCREMENT value'; //to translate ?> diff --git a/lang/lithuanian-windows-1257.inc.php3 b/lang/lithuanian-windows-1257.inc.php3 index 102e73bbb8..03a80116a7 100644 --- a/lang/lithuanian-windows-1257.inc.php3 +++ b/lang/lithuanian-windows-1257.inc.php3 @@ -654,4 +654,5 @@ $strToggleScratchboard = 'toggle scratchboard'; //to translate $strTableOptions = 'Table options'; //to translate $strSecretRequired = 'The configuration file now needs a secret passphrase (blowfish_secret).'; //to translate $strAccessDeniedExplanation = 'phpMyAdmin tried to connect to the MySQL server, and the server rejected the connection. You should check the host, username and password in config.inc.php and make sure that they correspond to the information given by the administrator of the MySQL server.'; //to translate +$strAddAutoIncrement = 'Add AUTO_INCREMENT value'; //to translate ?> diff --git a/lang/malay-iso-8859-1.inc.php3 b/lang/malay-iso-8859-1.inc.php3 index 9a963f719d..5551ab65ad 100644 --- a/lang/malay-iso-8859-1.inc.php3 +++ b/lang/malay-iso-8859-1.inc.php3 @@ -677,4 +677,5 @@ $strToggleScratchboard = 'toggle scratchboard'; //to translate $strTableOptions = 'Table options'; //to translate $strSecretRequired = 'The configuration file now needs a secret passphrase (blowfish_secret).'; //to translate $strAccessDeniedExplanation = 'phpMyAdmin tried to connect to the MySQL server, and the server rejected the connection. You should check the host, username and password in config.inc.php and make sure that they correspond to the information given by the administrator of the MySQL server.'; //to translate +$strAddAutoIncrement = 'Add AUTO_INCREMENT value'; //to translate ?> diff --git a/lang/malay-utf-8.inc.php3 b/lang/malay-utf-8.inc.php3 index ea2f4a888a..8e0dfda2d1 100644 --- a/lang/malay-utf-8.inc.php3 +++ b/lang/malay-utf-8.inc.php3 @@ -678,4 +678,5 @@ $strToggleScratchboard = 'toggle scratchboard'; //to translate $strTableOptions = 'Table options'; //to translate $strSecretRequired = 'The configuration file now needs a secret passphrase (blowfish_secret).'; //to translate $strAccessDeniedExplanation = 'phpMyAdmin tried to connect to the MySQL server, and the server rejected the connection. You should check the host, username and password in config.inc.php and make sure that they correspond to the information given by the administrator of the MySQL server.'; //to translate +$strAddAutoIncrement = 'Add AUTO_INCREMENT value'; //to translate ?> diff --git a/lang/norwegian-iso-8859-1.inc.php3 b/lang/norwegian-iso-8859-1.inc.php3 index 600d6b916c..b2f54f2303 100644 --- a/lang/norwegian-iso-8859-1.inc.php3 +++ b/lang/norwegian-iso-8859-1.inc.php3 @@ -659,4 +659,5 @@ $strToggleScratchboard = 'toggle scratchboard'; //to translate $strTableOptions = 'Table options'; //to translate $strSecretRequired = 'The configuration file now needs a secret passphrase (blowfish_secret).'; //to translate $strAccessDeniedExplanation = 'phpMyAdmin tried to connect to the MySQL server, and the server rejected the connection. You should check the host, username and password in config.inc.php and make sure that they correspond to the information given by the administrator of the MySQL server.'; //to translate +$strAddAutoIncrement = 'Add AUTO_INCREMENT value'; //to translate ?> diff --git a/lang/norwegian-utf-8.inc.php3 b/lang/norwegian-utf-8.inc.php3 index 28c6866a04..ab72970041 100644 --- a/lang/norwegian-utf-8.inc.php3 +++ b/lang/norwegian-utf-8.inc.php3 @@ -658,4 +658,5 @@ $strToggleScratchboard = 'toggle scratchboard'; //to translate $strTableOptions = 'Table options'; //to translate $strSecretRequired = 'The configuration file now needs a secret passphrase (blowfish_secret).'; //to translate $strAccessDeniedExplanation = 'phpMyAdmin tried to connect to the MySQL server, and the server rejected the connection. You should check the host, username and password in config.inc.php and make sure that they correspond to the information given by the administrator of the MySQL server.'; //to translate +$strAddAutoIncrement = 'Add AUTO_INCREMENT value'; //to translate ?> diff --git a/lang/polish-iso-8859-2.inc.php3 b/lang/polish-iso-8859-2.inc.php3 index 10c705e06a..207d4fbbb5 100644 --- a/lang/polish-iso-8859-2.inc.php3 +++ b/lang/polish-iso-8859-2.inc.php3 @@ -654,4 +654,5 @@ $strZip = '".zip"'; $strAccessDeniedExplanation = 'phpMyAdmin tried to connect to the MySQL server, and the server rejected the connection. You should check the host, username and password in config.inc.php and make sure that they correspond to the information given by the administrator of the MySQL server.'; //to translate +$strAddAutoIncrement = 'Add AUTO_INCREMENT value'; //to translate ?> diff --git a/lang/polish-utf-8.inc.php3 b/lang/polish-utf-8.inc.php3 index f1a3dd7320..20a1bc00e2 100644 --- a/lang/polish-utf-8.inc.php3 +++ b/lang/polish-utf-8.inc.php3 @@ -655,4 +655,5 @@ $strZip = '".zip"'; $strAccessDeniedExplanation = 'phpMyAdmin tried to connect to the MySQL server, and the server rejected the connection. You should check the host, username and password in config.inc.php and make sure that they correspond to the information given by the administrator of the MySQL server.'; //to translate +$strAddAutoIncrement = 'Add AUTO_INCREMENT value'; //to translate ?> diff --git a/lang/portuguese-iso-8859-1.inc.php3 b/lang/portuguese-iso-8859-1.inc.php3 index 2e6059513d..7c1f6f82c6 100644 --- a/lang/portuguese-iso-8859-1.inc.php3 +++ b/lang/portuguese-iso-8859-1.inc.php3 @@ -675,4 +675,5 @@ $strToggleScratchboard = 'toggle scratchboard'; //to translate $strTableOptions = 'Table options'; //to translate $strSecretRequired = 'The configuration file now needs a secret passphrase (blowfish_secret).'; //to translate $strAccessDeniedExplanation = 'phpMyAdmin tried to connect to the MySQL server, and the server rejected the connection. You should check the host, username and password in config.inc.php and make sure that they correspond to the information given by the administrator of the MySQL server.'; //to translate +$strAddAutoIncrement = 'Add AUTO_INCREMENT value'; //to translate ?> diff --git a/lang/portuguese-utf-8.inc.php3 b/lang/portuguese-utf-8.inc.php3 index cb7c36c873..05a58b70c8 100644 --- a/lang/portuguese-utf-8.inc.php3 +++ b/lang/portuguese-utf-8.inc.php3 @@ -676,4 +676,5 @@ $strToggleScratchboard = 'toggle scratchboard'; //to translate $strTableOptions = 'Table options'; //to translate $strSecretRequired = 'The configuration file now needs a secret passphrase (blowfish_secret).'; //to translate $strAccessDeniedExplanation = 'phpMyAdmin tried to connect to the MySQL server, and the server rejected the connection. You should check the host, username and password in config.inc.php and make sure that they correspond to the information given by the administrator of the MySQL server.'; //to translate +$strAddAutoIncrement = 'Add AUTO_INCREMENT value'; //to translate ?> diff --git a/lang/romanian-iso-8859-1.inc.php3 b/lang/romanian-iso-8859-1.inc.php3 index e0c25bdc47..4ef1e76043 100644 --- a/lang/romanian-iso-8859-1.inc.php3 +++ b/lang/romanian-iso-8859-1.inc.php3 @@ -654,4 +654,5 @@ $strZeroRemovesTheLimit = 'Observatie: Prin setarea acestor optiuni la 0 (zero) $strZip = '"arhivat"'; // To translate +$strAddAutoIncrement = 'Add AUTO_INCREMENT value'; //to translate ?> diff --git a/lang/romanian-utf-8.inc.php3 b/lang/romanian-utf-8.inc.php3 index 1d7ec5ddd9..c25562e7c8 100644 --- a/lang/romanian-utf-8.inc.php3 +++ b/lang/romanian-utf-8.inc.php3 @@ -655,4 +655,5 @@ $strZeroRemovesTheLimit = 'Observatie: Prin setarea acestor optiuni la 0 (zero) $strZip = '"arhivat"'; // To translate +$strAddAutoIncrement = 'Add AUTO_INCREMENT value'; //to translate ?> diff --git a/lang/russian-dos-866.inc.php3 b/lang/russian-dos-866.inc.php3 index 738e0cca89..0bde022d94 100644 --- a/lang/russian-dos-866.inc.php3 +++ b/lang/russian-dos-866.inc.php3 @@ -663,4 +663,5 @@ $strToggleScratchboard = 'toggle scratchboard'; //to translate $strTableOptions = 'Table options'; //to translate $strSecretRequired = 'The configuration file now needs a secret passphrase (blowfish_secret).'; //to translate $strAccessDeniedExplanation = 'phpMyAdmin tried to connect to the MySQL server, and the server rejected the connection. You should check the host, username and password in config.inc.php and make sure that they correspond to the information given by the administrator of the MySQL server.'; //to translate +$strAddAutoIncrement = 'Add AUTO_INCREMENT value'; //to translate ?> diff --git a/lang/russian-koi8-r.inc.php3 b/lang/russian-koi8-r.inc.php3 index facd720dbc..465f869891 100644 --- a/lang/russian-koi8-r.inc.php3 +++ b/lang/russian-koi8-r.inc.php3 @@ -661,4 +661,5 @@ $strToggleScratchboard = 'toggle scratchboard'; //to translate $strTableOptions = 'Table options'; //to translate $strSecretRequired = 'The configuration file now needs a secret passphrase (blowfish_secret).'; //to translate $strAccessDeniedExplanation = 'phpMyAdmin tried to connect to the MySQL server, and the server rejected the connection. You should check the host, username and password in config.inc.php and make sure that they correspond to the information given by the administrator of the MySQL server.'; //to translate +$strAddAutoIncrement = 'Add AUTO_INCREMENT value'; //to translate ?> diff --git a/lang/russian-utf-8.inc.php3 b/lang/russian-utf-8.inc.php3 index 5287376ca9..a86af2693a 100644 --- a/lang/russian-utf-8.inc.php3 +++ b/lang/russian-utf-8.inc.php3 @@ -662,4 +662,5 @@ $strToggleScratchboard = 'toggle scratchboard'; //to translate $strTableOptions = 'Table options'; //to translate $strSecretRequired = 'The configuration file now needs a secret passphrase (blowfish_secret).'; //to translate $strAccessDeniedExplanation = 'phpMyAdmin tried to connect to the MySQL server, and the server rejected the connection. You should check the host, username and password in config.inc.php and make sure that they correspond to the information given by the administrator of the MySQL server.'; //to translate +$strAddAutoIncrement = 'Add AUTO_INCREMENT value'; //to translate ?> diff --git a/lang/russian-windows-1251.inc.php3 b/lang/russian-windows-1251.inc.php3 index e8e8cbf86b..3168ac305b 100644 --- a/lang/russian-windows-1251.inc.php3 +++ b/lang/russian-windows-1251.inc.php3 @@ -661,4 +661,5 @@ $strToggleScratchboard = 'toggle scratchboard'; //to translate $strTableOptions = 'Table options'; //to translate $strSecretRequired = 'The configuration file now needs a secret passphrase (blowfish_secret).'; //to translate $strAccessDeniedExplanation = 'phpMyAdmin tried to connect to the MySQL server, and the server rejected the connection. You should check the host, username and password in config.inc.php and make sure that they correspond to the information given by the administrator of the MySQL server.'; //to translate +$strAddAutoIncrement = 'Add AUTO_INCREMENT value'; //to translate ?> diff --git a/lang/serbian-utf-8.inc.php3 b/lang/serbian-utf-8.inc.php3 index db15567a5e..4b756f96b8 100644 --- a/lang/serbian-utf-8.inc.php3 +++ b/lang/serbian-utf-8.inc.php3 @@ -682,4 +682,5 @@ $strToggleScratchboard = 'toggle scratchboard'; //to translate $strTableOptions = 'Table options'; //to translate $strSecretRequired = 'The configuration file now needs a secret passphrase (blowfish_secret).'; //to translate $strAccessDeniedExplanation = 'phpMyAdmin tried to connect to the MySQL server, and the server rejected the connection. You should check the host, username and password in config.inc.php and make sure that they correspond to the information given by the administrator of the MySQL server.'; //to translate +$strAddAutoIncrement = 'Add AUTO_INCREMENT value'; //to translate ?> diff --git a/lang/serbian-windows-1250.inc.php3 b/lang/serbian-windows-1250.inc.php3 index 120a467eb5..9afa13d06e 100644 --- a/lang/serbian-windows-1250.inc.php3 +++ b/lang/serbian-windows-1250.inc.php3 @@ -681,4 +681,5 @@ $strToggleScratchboard = 'toggle scratchboard'; //to translate $strTableOptions = 'Table options'; //to translate $strSecretRequired = 'The configuration file now needs a secret passphrase (blowfish_secret).'; //to translate $strAccessDeniedExplanation = 'phpMyAdmin tried to connect to the MySQL server, and the server rejected the connection. You should check the host, username and password in config.inc.php and make sure that they correspond to the information given by the administrator of the MySQL server.'; //to translate +$strAddAutoIncrement = 'Add AUTO_INCREMENT value'; //to translate ?> diff --git a/lang/slovak-iso-8859-2.inc.php3 b/lang/slovak-iso-8859-2.inc.php3 index 8c0ab03f1e..adb097a79d 100644 --- a/lang/slovak-iso-8859-2.inc.php3 +++ b/lang/slovak-iso-8859-2.inc.php3 @@ -655,4 +655,5 @@ $strToggleScratchboard = 'toggle scratchboard'; //to translate $strTableOptions = 'Table options'; //to translate $strSecretRequired = 'The configuration file now needs a secret passphrase (blowfish_secret).'; //to translate $strAccessDeniedExplanation = 'phpMyAdmin tried to connect to the MySQL server, and the server rejected the connection. You should check the host, username and password in config.inc.php and make sure that they correspond to the information given by the administrator of the MySQL server.'; //to translate +$strAddAutoIncrement = 'Add AUTO_INCREMENT value'; //to translate ?> diff --git a/lang/slovak-utf-8.inc.php3 b/lang/slovak-utf-8.inc.php3 index 491d046bd3..c3b0543a58 100644 --- a/lang/slovak-utf-8.inc.php3 +++ b/lang/slovak-utf-8.inc.php3 @@ -656,4 +656,5 @@ $strToggleScratchboard = 'toggle scratchboard'; //to translate $strTableOptions = 'Table options'; //to translate $strSecretRequired = 'The configuration file now needs a secret passphrase (blowfish_secret).'; //to translate $strAccessDeniedExplanation = 'phpMyAdmin tried to connect to the MySQL server, and the server rejected the connection. You should check the host, username and password in config.inc.php and make sure that they correspond to the information given by the administrator of the MySQL server.'; //to translate +$strAddAutoIncrement = 'Add AUTO_INCREMENT value'; //to translate ?> diff --git a/lang/slovak-windows-1250.inc.php3 b/lang/slovak-windows-1250.inc.php3 index c2dfae1c2f..ac262040dd 100644 --- a/lang/slovak-windows-1250.inc.php3 +++ b/lang/slovak-windows-1250.inc.php3 @@ -655,4 +655,5 @@ $strToggleScratchboard = 'toggle scratchboard'; //to translate $strTableOptions = 'Table options'; //to translate $strSecretRequired = 'The configuration file now needs a secret passphrase (blowfish_secret).'; //to translate $strAccessDeniedExplanation = 'phpMyAdmin tried to connect to the MySQL server, and the server rejected the connection. You should check the host, username and password in config.inc.php and make sure that they correspond to the information given by the administrator of the MySQL server.'; //to translate +$strAddAutoIncrement = 'Add AUTO_INCREMENT value'; //to translate ?> diff --git a/lang/slovenian-iso-8859-2.inc.php3 b/lang/slovenian-iso-8859-2.inc.php3 index 138187a806..650aa6dce8 100644 --- a/lang/slovenian-iso-8859-2.inc.php3 +++ b/lang/slovenian-iso-8859-2.inc.php3 @@ -659,4 +659,5 @@ $strToggleScratchboard = 'toggle scratchboard'; //to translate $strTableOptions = 'Table options'; //to translate $strSecretRequired = 'The configuration file now needs a secret passphrase (blowfish_secret).'; //to translate $strAccessDeniedExplanation = 'phpMyAdmin tried to connect to the MySQL server, and the server rejected the connection. You should check the host, username and password in config.inc.php and make sure that they correspond to the information given by the administrator of the MySQL server.'; //to translate +$strAddAutoIncrement = 'Add AUTO_INCREMENT value'; //to translate ?> diff --git a/lang/slovenian-utf-8.inc.php3 b/lang/slovenian-utf-8.inc.php3 index 905b8474ba..23f3742054 100644 --- a/lang/slovenian-utf-8.inc.php3 +++ b/lang/slovenian-utf-8.inc.php3 @@ -660,4 +660,5 @@ $strToggleScratchboard = 'toggle scratchboard'; //to translate $strTableOptions = 'Table options'; //to translate $strSecretRequired = 'The configuration file now needs a secret passphrase (blowfish_secret).'; //to translate $strAccessDeniedExplanation = 'phpMyAdmin tried to connect to the MySQL server, and the server rejected the connection. You should check the host, username and password in config.inc.php and make sure that they correspond to the information given by the administrator of the MySQL server.'; //to translate +$strAddAutoIncrement = 'Add AUTO_INCREMENT value'; //to translate ?> diff --git a/lang/slovenian-windows-1250.inc.php3 b/lang/slovenian-windows-1250.inc.php3 index 3bd29babf7..e4a696d3fb 100644 --- a/lang/slovenian-windows-1250.inc.php3 +++ b/lang/slovenian-windows-1250.inc.php3 @@ -659,4 +659,5 @@ $strToggleScratchboard = 'toggle scratchboard'; //to translate $strTableOptions = 'Table options'; //to translate $strSecretRequired = 'The configuration file now needs a secret passphrase (blowfish_secret).'; //to translate $strAccessDeniedExplanation = 'phpMyAdmin tried to connect to the MySQL server, and the server rejected the connection. You should check the host, username and password in config.inc.php and make sure that they correspond to the information given by the administrator of the MySQL server.'; //to translate +$strAddAutoIncrement = 'Add AUTO_INCREMENT value'; //to translate ?> diff --git a/lang/spanish-iso-8859-1.inc.php3 b/lang/spanish-iso-8859-1.inc.php3 index a27e5f725f..f7a130c104 100644 --- a/lang/spanish-iso-8859-1.inc.php3 +++ b/lang/spanish-iso-8859-1.inc.php3 @@ -657,4 +657,5 @@ $strToggleScratchboard = 'toggle scratchboard'; //to translate $strTableOptions = 'Table options'; //to translate $strSecretRequired = 'The configuration file now needs a secret passphrase (blowfish_secret).'; //to translate $strAccessDeniedExplanation = 'phpMyAdmin tried to connect to the MySQL server, and the server rejected the connection. You should check the host, username and password in config.inc.php and make sure that they correspond to the information given by the administrator of the MySQL server.'; //to translate +$strAddAutoIncrement = 'Add AUTO_INCREMENT value'; //to translate ?> diff --git a/lang/spanish-utf-8.inc.php3 b/lang/spanish-utf-8.inc.php3 index cc07ab6d19..2d51b9f731 100644 --- a/lang/spanish-utf-8.inc.php3 +++ b/lang/spanish-utf-8.inc.php3 @@ -658,4 +658,5 @@ $strToggleScratchboard = 'toggle scratchboard'; //to translate $strTableOptions = 'Table options'; //to translate $strSecretRequired = 'The configuration file now needs a secret passphrase (blowfish_secret).'; //to translate $strAccessDeniedExplanation = 'phpMyAdmin tried to connect to the MySQL server, and the server rejected the connection. You should check the host, username and password in config.inc.php and make sure that they correspond to the information given by the administrator of the MySQL server.'; //to translate +$strAddAutoIncrement = 'Add AUTO_INCREMENT value'; //to translate ?> diff --git a/lang/swedish-iso-8859-1.inc.php3 b/lang/swedish-iso-8859-1.inc.php3 index 6337ee46bc..374393c06c 100644 --- a/lang/swedish-iso-8859-1.inc.php3 +++ b/lang/swedish-iso-8859-1.inc.php3 @@ -653,4 +653,5 @@ $strZeroRemovesTheLimit = 'Anm: Genom att s $strZip = '"zippad"'; // To translate +$strAddAutoIncrement = 'Add AUTO_INCREMENT value'; //to translate ?> diff --git a/lang/swedish-utf-8.inc.php3 b/lang/swedish-utf-8.inc.php3 index 03819fbdb9..9c5c812d03 100644 --- a/lang/swedish-utf-8.inc.php3 +++ b/lang/swedish-utf-8.inc.php3 @@ -654,4 +654,5 @@ $strZeroRemovesTheLimit = 'Anm: Genom att sätta dessa alternativ till 0 (noll) $strZip = '"zippad"'; // To translate +$strAddAutoIncrement = 'Add AUTO_INCREMENT value'; //to translate ?> diff --git a/lang/thai-tis-620.inc.php3 b/lang/thai-tis-620.inc.php3 index 168edeb906..e645bc5e46 100644 --- a/lang/thai-tis-620.inc.php3 +++ b/lang/thai-tis-620.inc.php3 @@ -664,4 +664,5 @@ $strToggleScratchboard = 'toggle scratchboard'; //to translate $strTableOptions = 'Table options'; //to translate $strSecretRequired = 'The configuration file now needs a secret passphrase (blowfish_secret).'; //to translate $strAccessDeniedExplanation = 'phpMyAdmin tried to connect to the MySQL server, and the server rejected the connection. You should check the host, username and password in config.inc.php and make sure that they correspond to the information given by the administrator of the MySQL server.'; //to translate +$strAddAutoIncrement = 'Add AUTO_INCREMENT value'; //to translate ?> diff --git a/lang/thai-utf-8.inc.php3 b/lang/thai-utf-8.inc.php3 index ddc121bcaf..bb4e3ff689 100644 --- a/lang/thai-utf-8.inc.php3 +++ b/lang/thai-utf-8.inc.php3 @@ -665,4 +665,5 @@ $strToggleScratchboard = 'toggle scratchboard'; //to translate $strTableOptions = 'Table options'; //to translate $strSecretRequired = 'The configuration file now needs a secret passphrase (blowfish_secret).'; //to translate $strAccessDeniedExplanation = 'phpMyAdmin tried to connect to the MySQL server, and the server rejected the connection. You should check the host, username and password in config.inc.php and make sure that they correspond to the information given by the administrator of the MySQL server.'; //to translate +$strAddAutoIncrement = 'Add AUTO_INCREMENT value'; //to translate ?> diff --git a/lang/turkish-iso-8859-9.inc.php3 b/lang/turkish-iso-8859-9.inc.php3 index 19896577dc..0340a8842d 100644 --- a/lang/turkish-iso-8859-9.inc.php3 +++ b/lang/turkish-iso-8859-9.inc.php3 @@ -675,4 +675,5 @@ $strXML = 'XML';//to translate $strZeroRemovesTheLimit = 'Note: Setting these options to 0 (zero) removes the limit.'; //to translate $strAccessDeniedExplanation = 'phpMyAdmin tried to connect to the MySQL server, and the server rejected the connection. You should check the host, username and password in config.inc.php and make sure that they correspond to the information given by the administrator of the MySQL server.'; //to translate +$strAddAutoIncrement = 'Add AUTO_INCREMENT value'; //to translate ?> diff --git a/lang/turkish-utf-8.inc.php3 b/lang/turkish-utf-8.inc.php3 index 9a6b87309a..8a6c6ea400 100644 --- a/lang/turkish-utf-8.inc.php3 +++ b/lang/turkish-utf-8.inc.php3 @@ -676,4 +676,5 @@ $strXML = 'XML';//to translate $strZeroRemovesTheLimit = 'Note: Setting these options to 0 (zero) removes the limit.'; //to translate $strAccessDeniedExplanation = 'phpMyAdmin tried to connect to the MySQL server, and the server rejected the connection. You should check the host, username and password in config.inc.php and make sure that they correspond to the information given by the administrator of the MySQL server.'; //to translate +$strAddAutoIncrement = 'Add AUTO_INCREMENT value'; //to translate ?> diff --git a/lang/ukrainian-utf-8.inc.php3 b/lang/ukrainian-utf-8.inc.php3 index 9c324c37f8..3719eaaa3b 100644 --- a/lang/ukrainian-utf-8.inc.php3 +++ b/lang/ukrainian-utf-8.inc.php3 @@ -656,4 +656,5 @@ $strZeroRemovesTheLimit = 'Примітка: Встановлення цієї $strZip = 'запакувати в "zip"'; // To translate +$strAddAutoIncrement = 'Add AUTO_INCREMENT value'; //to translate ?> diff --git a/lang/ukrainian-windows-1251.inc.php3 b/lang/ukrainian-windows-1251.inc.php3 index ad7c9c274a..b509599afc 100644 --- a/lang/ukrainian-windows-1251.inc.php3 +++ b/lang/ukrainian-windows-1251.inc.php3 @@ -655,4 +655,5 @@ $strZeroRemovesTheLimit = ' $strZip = ' "zip"'; // To translate +$strAddAutoIncrement = 'Add AUTO_INCREMENT value'; //to translate ?> diff --git a/libraries/config_import.lib.php3 b/libraries/config_import.lib.php3 index 499e018d87..5c6f904acc 100644 --- a/libraries/config_import.lib.php3 +++ b/libraries/config_import.lib.php3 @@ -1168,6 +1168,9 @@ if (!defined('PMA_CONFIG_IMPORT_LIB_INCLUDED')) { if (!isset($cfg['Export']['sql_drop_table'])) { $cfg['Export']['sql_drop_table'] = FALSE; } + if (!isset($cfg['Export']['sql_auto_increment'])) { + $cfg['Export']['sql_auto_increment'] = TRUE; + } if (!isset($cfg['Export']['sql_structure'])) { $cfg['Export']['sql_structure'] = TRUE; } diff --git a/libraries/display_export.lib.php3 b/libraries/display_export.lib.php3 index 32759992a8..7eeca34057 100644 --- a/libraries/display_export.lib.php3 +++ b/libraries/display_export.lib.php3 @@ -123,8 +123,11 @@ if ($export_type == 'server') { onclick="if(!this.checked && !getElement('checkbox_sql_data').checked) return false; else return true;" />
+ />
+ /> +
= 32306) { diff --git a/libraries/export/sql.php3 b/libraries/export/sql.php3 index eab8beb1b7..2f97e8d919 100644 --- a/libraries/export/sql.php3 +++ b/libraries/export/sql.php3 @@ -147,7 +147,7 @@ function PMA_getTableDef($db, $table, $crlf, $error_url, $do_relation = false, $ $result = PMA_mysql_query('SHOW TABLE STATUS FROM ' . PMA_backquote($db) . ' LIKE \'' . PMA_sqlAddslashes($table) . '\''); if ($result != FALSE && mysql_num_rows($result) > 0) { $tmpres = PMA_mysql_fetch_array($result); - if (!empty($tmpres['Auto_increment'])) { + if (isset($GLOBALS['auto_increment']) && !empty($tmpres['Auto_increment'])) { $auto_increment .= ' AUTO_INCREMENT=' . $tmpres['Auto_increment'] . ' '; } diff --git a/tbl_properties_operations.php3 b/tbl_properties_operations.php3 index b2ba1597a1..39d4c2ad25 100755 --- a/tbl_properties_operations.php3 +++ b/tbl_properties_operations.php3 @@ -206,6 +206,8 @@ for ($i = 0; $i < $num_dbs; $i++) {   
  
+ +