From b6f8cbd8e53926521899e99fa077d4e37fb57d00 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Michal=20=C4=8Ciha=C5=99?= Date: Wed, 10 Mar 2004 11:51:18 +0000 Subject: [PATCH] Add support for INSERT IGNORE and UPDATE IGNORE. --- ChangeLog | 2 ++ lang/afrikaans-iso-8859-1.inc.php | 1 + lang/afrikaans-utf-8.inc.php | 1 + lang/albanian-iso-8859-1.inc.php | 1 + lang/albanian-utf-8.inc.php | 1 + lang/arabic-utf-8.inc.php | 1 + lang/arabic-windows-1256.inc.php | 1 + lang/azerbaijani-iso-8859-9.inc.php | 1 + lang/azerbaijani-utf-8.inc.php | 1 + lang/basque-iso-8859-1.inc.php | 1 + lang/basque-utf-8.inc.php | 1 + lang/bosnian-utf-8.inc.php | 1 + lang/bosnian-windows-1250.inc.php | 1 + lang/brazilian_portuguese-iso-8859-1.inc.php | 1 + lang/brazilian_portuguese-utf-8.inc.php | 1 + lang/bulgarian-koi8-r.inc.php | 1 + lang/bulgarian-utf-8.inc.php | 1 + lang/bulgarian-windows-1251.inc.php | 1 + lang/catalan-iso-8859-1.inc.php | 1 + lang/catalan-utf-8.inc.php | 1 + lang/chinese_big5-utf-8.inc.php | 1 + lang/chinese_big5.inc.php | 1 + lang/chinese_gb-utf-8.inc.php | 1 + lang/chinese_gb.inc.php | 1 + lang/croatian-iso-8859-2.inc.php | 1 + lang/croatian-utf-8.inc.php | 1 + lang/croatian-windows-1250.inc.php | 1 + lang/czech-iso-8859-2.inc.php | 1 + lang/czech-utf-8.inc.php | 1 + lang/czech-windows-1250.inc.php | 1 + lang/danish-iso-8859-1.inc.php | 1 + lang/danish-utf-8.inc.php | 1 + lang/dutch-iso-8859-1.inc.php | 1 + lang/dutch-utf-8.inc.php | 1 + lang/english-iso-8859-1.inc.php | 1 + lang/english-utf-8.inc.php | 1 + lang/estonian-iso-8859-1.inc.php | 1 + lang/estonian-utf-8.inc.php | 1 + lang/finnish-iso-8859-1.inc.php | 1 + lang/finnish-utf-8.inc.php | 1 + lang/french-iso-8859-1.inc.php | 1 + lang/french-utf-8.inc.php | 1 + lang/galician-iso-8859-1.inc.php | 1 + lang/galician-utf-8.inc.php | 1 + lang/georgian-utf-8.inc.php | 1 + lang/german-iso-8859-1.inc.php | 1 + lang/german-utf-8.inc.php | 1 + lang/greek-iso-8859-7.inc.php | 1 + lang/greek-utf-8.inc.php | 1 + lang/hebrew-iso-8859-8-i.inc.php | 1 + lang/hindi-utf-8.inc.php | 1 + lang/hungarian-iso-8859-2.inc.php | 1 + lang/hungarian-utf-8.inc.php | 1 + lang/indonesian-iso-8859-1.inc.php | 1 + lang/indonesian-utf-8.inc.php | 1 + lang/italian-iso-8859-1.inc.php | 1 + lang/italian-utf-8.inc.php | 1 + lang/japanese-euc.inc.php | 1 + lang/japanese-sjis.inc.php | 1 + lang/japanese-utf-8.inc.php | 1 + lang/korean-euc-kr.inc.php | 1 + lang/korean-utf-8.inc.php | 1 + lang/latvian-utf-8.inc.php | 1 + lang/latvian-windows-1257.inc.php | 1 + lang/lithuanian-utf-8.inc.php | 1 + lang/lithuanian-windows-1257.inc.php | 1 + lang/malay-iso-8859-1.inc.php | 1 + lang/malay-utf-8.inc.php | 1 + lang/norwegian-iso-8859-1.inc.php | 1 + lang/norwegian-utf-8.inc.php | 1 + lang/persian-utf-8.inc.php | 1 + lang/persian-windows-1256.inc.php | 1 + lang/polish-iso-8859-2.inc.php | 1 + lang/polish-utf-8.inc.php | 1 + lang/portuguese-iso-8859-1.inc.php | 1 + lang/portuguese-utf-8.inc.php | 1 + lang/romanian-iso-8859-1.inc.php | 1 + lang/romanian-utf-8.inc.php | 1 + lang/russian-cp-866.inc.php | 1 + lang/russian-koi8-r.inc.php | 1 + lang/russian-utf-8.inc.php | 1 + lang/russian-windows-1251.inc.php | 1 + lang/serbian_cyrillic-utf-8.inc.php | 1 + lang/serbian_cyrillic-windows-1251.inc.php | 1 + lang/serbian_latin-utf-8.inc.php | 1 + lang/serbian_latin-windows-1250.inc.php | 1 + lang/slovak-iso-8859-2.inc.php | 1 + lang/slovak-utf-8.inc.php | 1 + lang/slovak-windows-1250.inc.php | 1 + lang/slovenian-iso-8859-2.inc.php | 1 + lang/slovenian-utf-8.inc.php | 1 + lang/slovenian-windows-1250.inc.php | 1 + lang/spanish-iso-8859-1.inc.php | 1 + lang/spanish-utf-8.inc.php | 1 + lang/swedish-iso-8859-1.inc.php | 1 + lang/swedish-utf-8.inc.php | 1 + lang/thai-tis-620.inc.php | 1 + lang/thai-utf-8.inc.php | 1 + lang/turkish-iso-8859-9.inc.php | 1 + lang/turkish-utf-8.inc.php | 1 + lang/ukrainian-utf-8.inc.php | 1 + lang/ukrainian-windows-1251.inc.php | 1 + libraries/display_export.lib.php | 5 +++++ libraries/export/sql.php | 9 ++++++++- 104 files changed, 116 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index bb17cb5ad..1db745a95 100755 --- a/ChangeLog +++ b/ChangeLog @@ -11,6 +11,8 @@ $Source$ libraries/dbi/mysqli.dbi.lib.php: Support for unbuffered queries - PMA_DBI_QUERY_UNBUFFERED and fix support of PMA_DBI_QUERY_STORE. * libraries/export/*.php: Use unbuffered queries (patch #890075). + * libraries/export/sql.php, libraries/display_export.lib.php, lang/*: + Add support for INSERT IGNORE and UPDATE IGNORE. 2004-03-09 Marc Delisle * libraries/common.lib.php, libraries/display*, lang/*: diff --git a/lang/afrikaans-iso-8859-1.inc.php b/lang/afrikaans-iso-8859-1.inc.php index e706c5fea..bb2472001 100644 --- a/lang/afrikaans-iso-8859-1.inc.php +++ b/lang/afrikaans-iso-8859-1.inc.php @@ -738,4 +738,5 @@ $strConnectionError = 'Cannot connect: invalid settings.'; //to translate $strDropDatabaseStrongWarning = 'You are about to DESTROY a complete database!'; //to translate $strAddHeaderComment = 'Add custom comment into header (\\n splits lines)'; //to translate $strNeedPrimaryKey = 'You should define a primary key for this table.'; //to translate +$strIgnoreInserts = 'Use ignore inserts'; //to translate ?> diff --git a/lang/afrikaans-utf-8.inc.php b/lang/afrikaans-utf-8.inc.php index dd303b3b6..c30669310 100644 --- a/lang/afrikaans-utf-8.inc.php +++ b/lang/afrikaans-utf-8.inc.php @@ -739,4 +739,5 @@ $strConnectionError = 'Cannot connect: invalid settings.'; //to translate $strDropDatabaseStrongWarning = 'You are about to DESTROY a complete database!'; //to translate $strAddHeaderComment = 'Add custom comment into header (\\n splits lines)'; //to translate $strNeedPrimaryKey = 'You should define a primary key for this table.'; //to translate +$strIgnoreInserts = 'Use ignore inserts'; //to translate ?> diff --git a/lang/albanian-iso-8859-1.inc.php b/lang/albanian-iso-8859-1.inc.php index caf6dfbf3..62e8ca762 100644 --- a/lang/albanian-iso-8859-1.inc.php +++ b/lang/albanian-iso-8859-1.inc.php @@ -731,4 +731,5 @@ $strConnectionError = 'Cannot connect: invalid settings.'; //to translate $strDropDatabaseStrongWarning = 'You are about to DESTROY a complete database!'; //to translate $strAddHeaderComment = 'Add custom comment into header (\\n splits lines)'; //to translate $strNeedPrimaryKey = 'You should define a primary key for this table.'; //to translate +$strIgnoreInserts = 'Use ignore inserts'; //to translate ?> diff --git a/lang/albanian-utf-8.inc.php b/lang/albanian-utf-8.inc.php index 6179863c8..937fd1ce4 100644 --- a/lang/albanian-utf-8.inc.php +++ b/lang/albanian-utf-8.inc.php @@ -732,4 +732,5 @@ $strConnectionError = 'Cannot connect: invalid settings.'; //to translate $strDropDatabaseStrongWarning = 'You are about to DESTROY a complete database!'; //to translate $strAddHeaderComment = 'Add custom comment into header (\\n splits lines)'; //to translate $strNeedPrimaryKey = 'You should define a primary key for this table.'; //to translate +$strIgnoreInserts = 'Use ignore inserts'; //to translate ?> diff --git a/lang/arabic-utf-8.inc.php b/lang/arabic-utf-8.inc.php index 25cbbecb5..471d91961 100644 --- a/lang/arabic-utf-8.inc.php +++ b/lang/arabic-utf-8.inc.php @@ -733,4 +733,5 @@ $strConnectionError = 'Cannot connect: invalid settings.'; //to translate $strDropDatabaseStrongWarning = 'You are about to DESTROY a complete database!'; //to translate $strAddHeaderComment = 'Add custom comment into header (\\n splits lines)'; //to translate $strNeedPrimaryKey = 'You should define a primary key for this table.'; //to translate +$strIgnoreInserts = 'Use ignore inserts'; //to translate ?> diff --git a/lang/arabic-windows-1256.inc.php b/lang/arabic-windows-1256.inc.php index 1e71ad4b9..1e224028e 100644 --- a/lang/arabic-windows-1256.inc.php +++ b/lang/arabic-windows-1256.inc.php @@ -732,4 +732,5 @@ $strConnectionError = 'Cannot connect: invalid settings.'; //to translate $strDropDatabaseStrongWarning = 'You are about to DESTROY a complete database!'; //to translate $strAddHeaderComment = 'Add custom comment into header (\\n splits lines)'; //to translate $strNeedPrimaryKey = 'You should define a primary key for this table.'; //to translate +$strIgnoreInserts = 'Use ignore inserts'; //to translate ?> diff --git a/lang/azerbaijani-iso-8859-9.inc.php b/lang/azerbaijani-iso-8859-9.inc.php index 0a1b9155a..dd3e23351 100644 --- a/lang/azerbaijani-iso-8859-9.inc.php +++ b/lang/azerbaijani-iso-8859-9.inc.php @@ -727,4 +727,5 @@ $strConnectionError = 'Cannot connect: invalid settings.'; //to translate $strDropDatabaseStrongWarning = 'You are about to DESTROY a complete database!'; //to translate $strAddHeaderComment = 'Add custom comment into header (\\n splits lines)'; //to translate $strNeedPrimaryKey = 'You should define a primary key for this table.'; //to translate +$strIgnoreInserts = 'Use ignore inserts'; //to translate ?> diff --git a/lang/azerbaijani-utf-8.inc.php b/lang/azerbaijani-utf-8.inc.php index 5c712b43a..45922226a 100644 --- a/lang/azerbaijani-utf-8.inc.php +++ b/lang/azerbaijani-utf-8.inc.php @@ -728,4 +728,5 @@ $strConnectionError = 'Cannot connect: invalid settings.'; //to translate $strDropDatabaseStrongWarning = 'You are about to DESTROY a complete database!'; //to translate $strAddHeaderComment = 'Add custom comment into header (\\n splits lines)'; //to translate $strNeedPrimaryKey = 'You should define a primary key for this table.'; //to translate +$strIgnoreInserts = 'Use ignore inserts'; //to translate ?> diff --git a/lang/basque-iso-8859-1.inc.php b/lang/basque-iso-8859-1.inc.php index 1a57e1697..5447b8654 100644 --- a/lang/basque-iso-8859-1.inc.php +++ b/lang/basque-iso-8859-1.inc.php @@ -730,4 +730,5 @@ $strConnectionError = 'Cannot connect: invalid settings.'; //to translate $strDropDatabaseStrongWarning = 'You are about to DESTROY a complete database!'; //to translate $strAddHeaderComment = 'Add custom comment into header (\\n splits lines)'; //to translate $strNeedPrimaryKey = 'You should define a primary key for this table.'; //to translate +$strIgnoreInserts = 'Use ignore inserts'; //to translate ?> diff --git a/lang/basque-utf-8.inc.php b/lang/basque-utf-8.inc.php index 79c1f2ae4..88536e8ae 100644 --- a/lang/basque-utf-8.inc.php +++ b/lang/basque-utf-8.inc.php @@ -731,4 +731,5 @@ $strConnectionError = 'Cannot connect: invalid settings.'; //to translate $strDropDatabaseStrongWarning = 'You are about to DESTROY a complete database!'; //to translate $strAddHeaderComment = 'Add custom comment into header (\\n splits lines)'; //to translate $strNeedPrimaryKey = 'You should define a primary key for this table.'; //to translate +$strIgnoreInserts = 'Use ignore inserts'; //to translate ?> diff --git a/lang/bosnian-utf-8.inc.php b/lang/bosnian-utf-8.inc.php index 2e676bed4..44de60788 100644 --- a/lang/bosnian-utf-8.inc.php +++ b/lang/bosnian-utf-8.inc.php @@ -737,4 +737,5 @@ $strConnectionError = 'Cannot connect: invalid settings.'; //to translate $strDropDatabaseStrongWarning = 'You are about to DESTROY a complete database!'; //to translate $strAddHeaderComment = 'Add custom comment into header (\\n splits lines)'; //to translate $strNeedPrimaryKey = 'You should define a primary key for this table.'; //to translate +$strIgnoreInserts = 'Use ignore inserts'; //to translate ?> diff --git a/lang/bosnian-windows-1250.inc.php b/lang/bosnian-windows-1250.inc.php index 98a1868e4..da835dda9 100644 --- a/lang/bosnian-windows-1250.inc.php +++ b/lang/bosnian-windows-1250.inc.php @@ -736,4 +736,5 @@ $strConnectionError = 'Cannot connect: invalid settings.'; //to translate $strDropDatabaseStrongWarning = 'You are about to DESTROY a complete database!'; //to translate $strAddHeaderComment = 'Add custom comment into header (\\n splits lines)'; //to translate $strNeedPrimaryKey = 'You should define a primary key for this table.'; //to translate +$strIgnoreInserts = 'Use ignore inserts'; //to translate ?> diff --git a/lang/brazilian_portuguese-iso-8859-1.inc.php b/lang/brazilian_portuguese-iso-8859-1.inc.php index 3155dcabe..3c7d9e597 100644 --- a/lang/brazilian_portuguese-iso-8859-1.inc.php +++ b/lang/brazilian_portuguese-iso-8859-1.inc.php @@ -752,4 +752,5 @@ $strConnectionError = 'Cannot connect: invalid settings.'; //to translate $strDropDatabaseStrongWarning = 'You are about to DESTROY a complete database!'; //to translate $strAddHeaderComment = 'Add custom comment into header (\\n splits lines)'; //to translate $strNeedPrimaryKey = 'You should define a primary key for this table.'; //to translate +$strIgnoreInserts = 'Use ignore inserts'; //to translate ?> diff --git a/lang/brazilian_portuguese-utf-8.inc.php b/lang/brazilian_portuguese-utf-8.inc.php index c99803bdf..22812f8a6 100644 --- a/lang/brazilian_portuguese-utf-8.inc.php +++ b/lang/brazilian_portuguese-utf-8.inc.php @@ -753,4 +753,5 @@ $strConnectionError = 'Cannot connect: invalid settings.'; //to translate $strDropDatabaseStrongWarning = 'You are about to DESTROY a complete database!'; //to translate $strAddHeaderComment = 'Add custom comment into header (\\n splits lines)'; //to translate $strNeedPrimaryKey = 'You should define a primary key for this table.'; //to translate +$strIgnoreInserts = 'Use ignore inserts'; //to translate ?> diff --git a/lang/bulgarian-koi8-r.inc.php b/lang/bulgarian-koi8-r.inc.php index 64317511b..bffa5d250 100644 --- a/lang/bulgarian-koi8-r.inc.php +++ b/lang/bulgarian-koi8-r.inc.php @@ -735,4 +735,5 @@ $strConnectionError = 'Cannot connect: invalid settings.'; //to translate $strDropDatabaseStrongWarning = 'You are about to DESTROY a complete database!'; //to translate $strAddHeaderComment = 'Add custom comment into header (\\n splits lines)'; //to translate $strNeedPrimaryKey = 'You should define a primary key for this table.'; //to translate +$strIgnoreInserts = 'Use ignore inserts'; //to translate ?> diff --git a/lang/bulgarian-utf-8.inc.php b/lang/bulgarian-utf-8.inc.php index 9a0d7bea7..c21fd2bb7 100644 --- a/lang/bulgarian-utf-8.inc.php +++ b/lang/bulgarian-utf-8.inc.php @@ -736,4 +736,5 @@ $strConnectionError = 'Cannot connect: invalid settings.'; //to translate $strDropDatabaseStrongWarning = 'You are about to DESTROY a complete database!'; //to translate $strAddHeaderComment = 'Add custom comment into header (\\n splits lines)'; //to translate $strNeedPrimaryKey = 'You should define a primary key for this table.'; //to translate +$strIgnoreInserts = 'Use ignore inserts'; //to translate ?> diff --git a/lang/bulgarian-windows-1251.inc.php b/lang/bulgarian-windows-1251.inc.php index 7471a1ac6..549ae7869 100644 --- a/lang/bulgarian-windows-1251.inc.php +++ b/lang/bulgarian-windows-1251.inc.php @@ -735,4 +735,5 @@ $strConnectionError = 'Cannot connect: invalid settings.'; //to translate $strDropDatabaseStrongWarning = 'You are about to DESTROY a complete database!'; //to translate $strAddHeaderComment = 'Add custom comment into header (\\n splits lines)'; //to translate $strNeedPrimaryKey = 'You should define a primary key for this table.'; //to translate +$strIgnoreInserts = 'Use ignore inserts'; //to translate ?> diff --git a/lang/catalan-iso-8859-1.inc.php b/lang/catalan-iso-8859-1.inc.php index e83189959..123fc60d2 100644 --- a/lang/catalan-iso-8859-1.inc.php +++ b/lang/catalan-iso-8859-1.inc.php @@ -723,4 +723,5 @@ $strZip = '"comprimit amb zip"'; $strAddHeaderComment = 'Add custom comment into header (\\n splits lines)'; //to translate $strNeedPrimaryKey = 'You should define a primary key for this table.'; //to translate +$strIgnoreInserts = 'Use ignore inserts'; //to translate ?> diff --git a/lang/catalan-utf-8.inc.php b/lang/catalan-utf-8.inc.php index 9ecce3443..f00a05402 100644 --- a/lang/catalan-utf-8.inc.php +++ b/lang/catalan-utf-8.inc.php @@ -724,4 +724,5 @@ $strZip = '"comprimit amb zip"'; $strAddHeaderComment = 'Add custom comment into header (\\n splits lines)'; //to translate $strNeedPrimaryKey = 'You should define a primary key for this table.'; //to translate +$strIgnoreInserts = 'Use ignore inserts'; //to translate ?> diff --git a/lang/chinese_big5-utf-8.inc.php b/lang/chinese_big5-utf-8.inc.php index bf199066c..99a6d1747 100644 --- a/lang/chinese_big5-utf-8.inc.php +++ b/lang/chinese_big5-utf-8.inc.php @@ -730,4 +730,5 @@ $strConnectionError = 'Cannot connect: invalid settings.'; //to translate $strDropDatabaseStrongWarning = 'You are about to DESTROY a complete database!'; //to translate $strAddHeaderComment = 'Add custom comment into header (\\n splits lines)'; //to translate $strNeedPrimaryKey = 'You should define a primary key for this table.'; //to translate +$strIgnoreInserts = 'Use ignore inserts'; //to translate ?> diff --git a/lang/chinese_big5.inc.php b/lang/chinese_big5.inc.php index d6e43cd8a..c619249f8 100644 --- a/lang/chinese_big5.inc.php +++ b/lang/chinese_big5.inc.php @@ -729,4 +729,5 @@ $strConnectionError = 'Cannot connect: invalid settings.'; //to translate $strDropDatabaseStrongWarning = 'You are about to DESTROY a complete database!'; //to translate $strAddHeaderComment = 'Add custom comment into header (\\n splits lines)'; //to translate $strNeedPrimaryKey = 'You should define a primary key for this table.'; //to translate +$strIgnoreInserts = 'Use ignore inserts'; //to translate ?> diff --git a/lang/chinese_gb-utf-8.inc.php b/lang/chinese_gb-utf-8.inc.php index 89a240d12..c8c6f9af1 100644 --- a/lang/chinese_gb-utf-8.inc.php +++ b/lang/chinese_gb-utf-8.inc.php @@ -730,4 +730,5 @@ $strConnectionError = 'Cannot connect: invalid settings.'; //to translate $strDropDatabaseStrongWarning = 'You are about to DESTROY a complete database!'; //to translate $strAddHeaderComment = 'Add custom comment into header (\\n splits lines)'; //to translate $strNeedPrimaryKey = 'You should define a primary key for this table.'; //to translate +$strIgnoreInserts = 'Use ignore inserts'; //to translate ?> diff --git a/lang/chinese_gb.inc.php b/lang/chinese_gb.inc.php index 979bd248b..2284a2fe2 100644 --- a/lang/chinese_gb.inc.php +++ b/lang/chinese_gb.inc.php @@ -729,4 +729,5 @@ $strConnectionError = 'Cannot connect: invalid settings.'; //to translate $strDropDatabaseStrongWarning = 'You are about to DESTROY a complete database!'; //to translate $strAddHeaderComment = 'Add custom comment into header (\\n splits lines)'; //to translate $strNeedPrimaryKey = 'You should define a primary key for this table.'; //to translate +$strIgnoreInserts = 'Use ignore inserts'; //to translate ?> diff --git a/lang/croatian-iso-8859-2.inc.php b/lang/croatian-iso-8859-2.inc.php index a718360b0..cf532645e 100644 --- a/lang/croatian-iso-8859-2.inc.php +++ b/lang/croatian-iso-8859-2.inc.php @@ -751,4 +751,5 @@ $strConnectionError = 'Cannot connect: invalid settings.'; //to translate $strDropDatabaseStrongWarning = 'You are about to DESTROY a complete database!'; //to translate $strAddHeaderComment = 'Add custom comment into header (\\n splits lines)'; //to translate $strNeedPrimaryKey = 'You should define a primary key for this table.'; //to translate +$strIgnoreInserts = 'Use ignore inserts'; //to translate ?> diff --git a/lang/croatian-utf-8.inc.php b/lang/croatian-utf-8.inc.php index d69ae8f6e..01b35bd01 100644 --- a/lang/croatian-utf-8.inc.php +++ b/lang/croatian-utf-8.inc.php @@ -752,4 +752,5 @@ $strConnectionError = 'Cannot connect: invalid settings.'; //to translate $strDropDatabaseStrongWarning = 'You are about to DESTROY a complete database!'; //to translate $strAddHeaderComment = 'Add custom comment into header (\\n splits lines)'; //to translate $strNeedPrimaryKey = 'You should define a primary key for this table.'; //to translate +$strIgnoreInserts = 'Use ignore inserts'; //to translate ?> diff --git a/lang/croatian-windows-1250.inc.php b/lang/croatian-windows-1250.inc.php index 94e336c4e..3e56fee78 100644 --- a/lang/croatian-windows-1250.inc.php +++ b/lang/croatian-windows-1250.inc.php @@ -751,4 +751,5 @@ $strConnectionError = 'Cannot connect: invalid settings.'; //to translate $strDropDatabaseStrongWarning = 'You are about to DESTROY a complete database!'; //to translate $strAddHeaderComment = 'Add custom comment into header (\\n splits lines)'; //to translate $strNeedPrimaryKey = 'You should define a primary key for this table.'; //to translate +$strIgnoreInserts = 'Use ignore inserts'; //to translate ?> diff --git a/lang/czech-iso-8859-2.inc.php b/lang/czech-iso-8859-2.inc.php index 9ff4c1534..616692dd9 100644 --- a/lang/czech-iso-8859-2.inc.php +++ b/lang/czech-iso-8859-2.inc.php @@ -729,4 +729,5 @@ $strZeroRemovesTheLimit = 'Pozn $strZip = '"zazipováno"'; $strNeedPrimaryKey = 'You should define a primary key for this table.'; //to translate +$strIgnoreInserts = 'Use ignore inserts'; //to translate ?> diff --git a/lang/czech-utf-8.inc.php b/lang/czech-utf-8.inc.php index 0f99b3d05..537b64d24 100644 --- a/lang/czech-utf-8.inc.php +++ b/lang/czech-utf-8.inc.php @@ -730,4 +730,5 @@ $strZeroRemovesTheLimit = 'Poznámka: Nastavení tÄ›chto parametrů na 0 (nulu) $strZip = '"zazipováno"'; $strNeedPrimaryKey = 'You should define a primary key for this table.'; //to translate +$strIgnoreInserts = 'Use ignore inserts'; //to translate ?> diff --git a/lang/czech-windows-1250.inc.php b/lang/czech-windows-1250.inc.php index c2c200f16..bf56a5786 100644 --- a/lang/czech-windows-1250.inc.php +++ b/lang/czech-windows-1250.inc.php @@ -729,4 +729,5 @@ $strZeroRemovesTheLimit = 'Pozn $strZip = '"zazipováno"'; $strNeedPrimaryKey = 'You should define a primary key for this table.'; //to translate +$strIgnoreInserts = 'Use ignore inserts'; //to translate ?> diff --git a/lang/danish-iso-8859-1.inc.php b/lang/danish-iso-8859-1.inc.php index 06523997f..c92623ff0 100644 --- a/lang/danish-iso-8859-1.inc.php +++ b/lang/danish-iso-8859-1.inc.php @@ -727,4 +727,5 @@ $strConnectionError = 'Cannot connect: invalid settings.'; //to translate $strDropDatabaseStrongWarning = 'You are about to DESTROY a complete database!'; //to translate $strAddHeaderComment = 'Add custom comment into header (\\n splits lines)'; //to translate $strNeedPrimaryKey = 'You should define a primary key for this table.'; //to translate +$strIgnoreInserts = 'Use ignore inserts'; //to translate ?> diff --git a/lang/danish-utf-8.inc.php b/lang/danish-utf-8.inc.php index 80e015e5f..c7042cfe8 100644 --- a/lang/danish-utf-8.inc.php +++ b/lang/danish-utf-8.inc.php @@ -728,4 +728,5 @@ $strConnectionError = 'Cannot connect: invalid settings.'; //to translate $strDropDatabaseStrongWarning = 'You are about to DESTROY a complete database!'; //to translate $strAddHeaderComment = 'Add custom comment into header (\\n splits lines)'; //to translate $strNeedPrimaryKey = 'You should define a primary key for this table.'; //to translate +$strIgnoreInserts = 'Use ignore inserts'; //to translate ?> diff --git a/lang/dutch-iso-8859-1.inc.php b/lang/dutch-iso-8859-1.inc.php index 263ff1585..497ba8166 100644 --- a/lang/dutch-iso-8859-1.inc.php +++ b/lang/dutch-iso-8859-1.inc.php @@ -730,4 +730,5 @@ $strDropDatabaseStrongWarning = 'You are about to DESTROY a complete database!'; $strAddHeaderComment = 'Add custom comment into header (\\n splits lines)'; //to translate $strNeedPrimaryKey = 'You should define a primary key for this table.'; //to translate +$strIgnoreInserts = 'Use ignore inserts'; //to translate ?> diff --git a/lang/dutch-utf-8.inc.php b/lang/dutch-utf-8.inc.php index a43926a97..007418f4c 100644 --- a/lang/dutch-utf-8.inc.php +++ b/lang/dutch-utf-8.inc.php @@ -731,4 +731,5 @@ $strDropDatabaseStrongWarning = 'You are about to DESTROY a complete database!'; $strAddHeaderComment = 'Add custom comment into header (\\n splits lines)'; //to translate $strNeedPrimaryKey = 'You should define a primary key for this table.'; //to translate +$strIgnoreInserts = 'Use ignore inserts'; //to translate ?> diff --git a/lang/english-iso-8859-1.inc.php b/lang/english-iso-8859-1.inc.php index aef41bb98..91d1a6d62 100644 --- a/lang/english-iso-8859-1.inc.php +++ b/lang/english-iso-8859-1.inc.php @@ -723,4 +723,5 @@ $strConnectionError = 'Cannot connect: invalid settings.'; $strDropDatabaseStrongWarning = 'You are about to DESTROY a complete database!'; $strAddHeaderComment = 'Add custom comment into header (\\n splits lines)'; $strNeedPrimaryKey = 'You should define a primary key for this table.'; +$strIgnoreInserts = 'Use ignore inserts'; //to translate ?> diff --git a/lang/english-utf-8.inc.php b/lang/english-utf-8.inc.php index 9d8528e7d..6ec52a3c5 100644 --- a/lang/english-utf-8.inc.php +++ b/lang/english-utf-8.inc.php @@ -724,4 +724,5 @@ $strConnectionError = 'Cannot connect: invalid settings.'; //to translate $strDropDatabaseStrongWarning = 'You are about to DESTROY a complete database!'; $strAddHeaderComment = 'Add custom comment into header (\\n splits lines)'; //to translate $strNeedPrimaryKey = 'You should define a primary key for this table.'; //to translate +$strIgnoreInserts = 'Use ignore inserts'; //to translate ?> diff --git a/lang/estonian-iso-8859-1.inc.php b/lang/estonian-iso-8859-1.inc.php index 8a3787e05..bbaf6b214 100644 --- a/lang/estonian-iso-8859-1.inc.php +++ b/lang/estonian-iso-8859-1.inc.php @@ -723,4 +723,5 @@ $strZip = '"zipitud"'; $strAddHeaderComment = 'Add custom comment into header (\\n splits lines)'; //to translate $strNeedPrimaryKey = 'You should define a primary key for this table.'; //to translate +$strIgnoreInserts = 'Use ignore inserts'; //to translate ?> diff --git a/lang/estonian-utf-8.inc.php b/lang/estonian-utf-8.inc.php index 43c46f9a7..793939e33 100644 --- a/lang/estonian-utf-8.inc.php +++ b/lang/estonian-utf-8.inc.php @@ -724,4 +724,5 @@ $strZip = '"zipitud"'; $strAddHeaderComment = 'Add custom comment into header (\\n splits lines)'; //to translate $strNeedPrimaryKey = 'You should define a primary key for this table.'; //to translate +$strIgnoreInserts = 'Use ignore inserts'; //to translate ?> diff --git a/lang/finnish-iso-8859-1.inc.php b/lang/finnish-iso-8859-1.inc.php index 59a2f739d..2203a6970 100644 --- a/lang/finnish-iso-8859-1.inc.php +++ b/lang/finnish-iso-8859-1.inc.php @@ -748,4 +748,5 @@ $strMaximumSize = 'Maximum size: %s%s'; //to translate $strDropDatabaseStrongWarning = 'You are about to DESTROY a complete database!'; //to translate $strAddHeaderComment = 'Add custom comment into header (\\n splits lines)'; //to translate $strNeedPrimaryKey = 'You should define a primary key for this table.'; //to translate +$strIgnoreInserts = 'Use ignore inserts'; //to translate ?> diff --git a/lang/finnish-utf-8.inc.php b/lang/finnish-utf-8.inc.php index af2f5661d..dedb06314 100644 --- a/lang/finnish-utf-8.inc.php +++ b/lang/finnish-utf-8.inc.php @@ -749,4 +749,5 @@ $strConnectionError = 'Cannot connect: invalid settings.'; //to translate $strDropDatabaseStrongWarning = 'You are about to DESTROY a complete database!'; //to translate $strAddHeaderComment = 'Add custom comment into header (\\n splits lines)'; //to translate $strNeedPrimaryKey = 'You should define a primary key for this table.'; //to translate +$strIgnoreInserts = 'Use ignore inserts'; //to translate ?> diff --git a/lang/french-iso-8859-1.inc.php b/lang/french-iso-8859-1.inc.php index 8936e2ce1..c28536fec 100644 --- a/lang/french-iso-8859-1.inc.php +++ b/lang/french-iso-8859-1.inc.php @@ -728,4 +728,5 @@ $strTransformation_application_octetstream__download = 'Display a link to downlo $strDropDatabaseStrongWarning = 'Vous êtes sur le point de DÉTRUIRE une base de données!'; $strAddHeaderComment = 'Add custom comment into header (\\n splits lines)'; //to translate $strNeedPrimaryKey = 'You should define a primary key for this table.'; //to translate +$strIgnoreInserts = 'Use ignore inserts'; //to translate ?> diff --git a/lang/french-utf-8.inc.php b/lang/french-utf-8.inc.php index b73b569e9..34a2af1c1 100644 --- a/lang/french-utf-8.inc.php +++ b/lang/french-utf-8.inc.php @@ -729,4 +729,5 @@ $strTransformation_application_octetstream__download = 'Display a link to downlo $strDropDatabaseStrongWarning = 'Vous êtes sur le point de DÉTRUIRE une base de données!'; $strAddHeaderComment = 'Add custom comment into header (\\n splits lines)'; //to translate $strNeedPrimaryKey = 'You should define a primary key for this table.'; //to translate +$strIgnoreInserts = 'Use ignore inserts'; //to translate ?> diff --git a/lang/galician-iso-8859-1.inc.php b/lang/galician-iso-8859-1.inc.php index 0d6891632..32a61cdbd 100644 --- a/lang/galician-iso-8859-1.inc.php +++ b/lang/galician-iso-8859-1.inc.php @@ -730,4 +730,5 @@ $strMaximumSize = 'Maximum size: %s%s'; //to translate $strDropDatabaseStrongWarning = 'You are about to DESTROY a complete database!'; //to translate $strAddHeaderComment = 'Add custom comment into header (\\n splits lines)'; //to translate $strNeedPrimaryKey = 'You should define a primary key for this table.'; //to translate +$strIgnoreInserts = 'Use ignore inserts'; //to translate ?> diff --git a/lang/galician-utf-8.inc.php b/lang/galician-utf-8.inc.php index 750ce0cc2..35b136e52 100644 --- a/lang/galician-utf-8.inc.php +++ b/lang/galician-utf-8.inc.php @@ -731,4 +731,5 @@ $strMaximumSize = 'Maximum size: %s%s'; //to translate $strDropDatabaseStrongWarning = 'You are about to DESTROY a complete database!'; //to translate $strAddHeaderComment = 'Add custom comment into header (\\n splits lines)'; //to translate $strNeedPrimaryKey = 'You should define a primary key for this table.'; //to translate +$strIgnoreInserts = 'Use ignore inserts'; //to translate ?> diff --git a/lang/georgian-utf-8.inc.php b/lang/georgian-utf-8.inc.php index 003bfaab4..094f3cfdf 100644 --- a/lang/georgian-utf-8.inc.php +++ b/lang/georgian-utf-8.inc.php @@ -752,4 +752,5 @@ $strConnectionError = 'Cannot connect: invalid settings.'; //to translate $strDropDatabaseStrongWarning = 'You are about to DESTROY a complete database!'; //to translate $strAddHeaderComment = 'Add custom comment into header (\\n splits lines)'; //to translate $strNeedPrimaryKey = 'You should define a primary key for this table.'; //to translate +$strIgnoreInserts = 'Use ignore inserts'; //to translate ?> diff --git a/lang/german-iso-8859-1.inc.php b/lang/german-iso-8859-1.inc.php index ffaa87e7d..e58284cdf 100644 --- a/lang/german-iso-8859-1.inc.php +++ b/lang/german-iso-8859-1.inc.php @@ -731,4 +731,5 @@ $strZip = 'Zip-komprimiert'; $strAddHeaderComment = 'Add custom comment into header (\\n splits lines)'; //to translate $strNeedPrimaryKey = 'You should define a primary key for this table.'; //to translate +$strIgnoreInserts = 'Use ignore inserts'; //to translate ?> diff --git a/lang/german-utf-8.inc.php b/lang/german-utf-8.inc.php index 9115fc1cd..ec211714c 100644 --- a/lang/german-utf-8.inc.php +++ b/lang/german-utf-8.inc.php @@ -732,4 +732,5 @@ $strZip = 'Zip-komprimiert'; $strAddHeaderComment = 'Add custom comment into header (\\n splits lines)'; //to translate $strNeedPrimaryKey = 'You should define a primary key for this table.'; //to translate +$strIgnoreInserts = 'Use ignore inserts'; //to translate ?> diff --git a/lang/greek-iso-8859-7.inc.php b/lang/greek-iso-8859-7.inc.php index 4681825df..2de887ca8 100644 --- a/lang/greek-iso-8859-7.inc.php +++ b/lang/greek-iso-8859-7.inc.php @@ -732,4 +732,5 @@ $strMaximumSize = 'Maximum size: %s%s'; //to translate $strDropDatabaseStrongWarning = 'You are about to DESTROY a complete database!'; //to translate $strAddHeaderComment = 'Add custom comment into header (\\n splits lines)'; //to translate $strNeedPrimaryKey = 'You should define a primary key for this table.'; //to translate +$strIgnoreInserts = 'Use ignore inserts'; //to translate ?> diff --git a/lang/greek-utf-8.inc.php b/lang/greek-utf-8.inc.php index 5f48e3e1f..b8c1ff9d4 100644 --- a/lang/greek-utf-8.inc.php +++ b/lang/greek-utf-8.inc.php @@ -733,4 +733,5 @@ $strConnectionError = 'Cannot connect: invalid settings.'; //to translate $strDropDatabaseStrongWarning = 'You are about to DESTROY a complete database!'; //to translate $strAddHeaderComment = 'Add custom comment into header (\\n splits lines)'; //to translate $strNeedPrimaryKey = 'You should define a primary key for this table.'; //to translate +$strIgnoreInserts = 'Use ignore inserts'; //to translate ?> diff --git a/lang/hebrew-iso-8859-8-i.inc.php b/lang/hebrew-iso-8859-8-i.inc.php index a20744a08..2adf6df64 100644 --- a/lang/hebrew-iso-8859-8-i.inc.php +++ b/lang/hebrew-iso-8859-8-i.inc.php @@ -748,4 +748,5 @@ $strMaximumSize = 'Maximum size: %s%s'; //to translate $strDropDatabaseStrongWarning = 'You are about to DESTROY a complete database!'; //to translate $strAddHeaderComment = 'Add custom comment into header (\\n splits lines)'; //to translate $strNeedPrimaryKey = 'You should define a primary key for this table.'; //to translate +$strIgnoreInserts = 'Use ignore inserts'; //to translate ?> diff --git a/lang/hindi-utf-8.inc.php b/lang/hindi-utf-8.inc.php index 635aacabf..5d8ce375b 100644 --- a/lang/hindi-utf-8.inc.php +++ b/lang/hindi-utf-8.inc.php @@ -756,4 +756,5 @@ $strMaximumSize = 'Maximum size: %s%s'; //to translate $strDropDatabaseStrongWarning = 'You are about to DESTROY a complete database!'; //to translate $strAddHeaderComment = 'Add custom comment into header (\\n splits lines)'; //to translate $strNeedPrimaryKey = 'You should define a primary key for this table.'; //to translate +$strIgnoreInserts = 'Use ignore inserts'; //to translate ?> diff --git a/lang/hungarian-iso-8859-2.inc.php b/lang/hungarian-iso-8859-2.inc.php index 4e4179dc9..f9da5e398 100644 --- a/lang/hungarian-iso-8859-2.inc.php +++ b/lang/hungarian-iso-8859-2.inc.php @@ -736,4 +736,5 @@ $strConnectionError = 'Cannot connect: invalid settings.'; //to translate $strDropDatabaseStrongWarning = 'You are about to DESTROY a complete database!'; //to translate $strAddHeaderComment = 'Add custom comment into header (\\n splits lines)'; //to translate $strNeedPrimaryKey = 'You should define a primary key for this table.'; //to translate +$strIgnoreInserts = 'Use ignore inserts'; //to translate ?> diff --git a/lang/hungarian-utf-8.inc.php b/lang/hungarian-utf-8.inc.php index 8722efb30..f8d198d24 100644 --- a/lang/hungarian-utf-8.inc.php +++ b/lang/hungarian-utf-8.inc.php @@ -737,4 +737,5 @@ $strMaximumSize = 'Maximum size: %s%s'; //to translate $strDropDatabaseStrongWarning = 'You are about to DESTROY a complete database!'; //to translate $strAddHeaderComment = 'Add custom comment into header (\\n splits lines)'; //to translate $strNeedPrimaryKey = 'You should define a primary key for this table.'; //to translate +$strIgnoreInserts = 'Use ignore inserts'; //to translate ?> diff --git a/lang/indonesian-iso-8859-1.inc.php b/lang/indonesian-iso-8859-1.inc.php index 9514da860..33a7be36c 100644 --- a/lang/indonesian-iso-8859-1.inc.php +++ b/lang/indonesian-iso-8859-1.inc.php @@ -726,4 +726,5 @@ $strAddHeaderComment = 'Add custom comment into header (\\n splits lines)'; //t $strNeedPrimaryKey = 'You should define a primary key for this table.'; //to translate +$strIgnoreInserts = 'Use ignore inserts'; //to translate ?> diff --git a/lang/indonesian-utf-8.inc.php b/lang/indonesian-utf-8.inc.php index 5e9bc4e69..54a2c99fc 100644 --- a/lang/indonesian-utf-8.inc.php +++ b/lang/indonesian-utf-8.inc.php @@ -727,4 +727,5 @@ $strAddHeaderComment = 'Add custom comment into header (\\n splits lines)'; //t $strNeedPrimaryKey = 'You should define a primary key for this table.'; //to translate +$strIgnoreInserts = 'Use ignore inserts'; //to translate ?> diff --git a/lang/italian-iso-8859-1.inc.php b/lang/italian-iso-8859-1.inc.php index 6c394b31e..e2596c3ef 100644 --- a/lang/italian-iso-8859-1.inc.php +++ b/lang/italian-iso-8859-1.inc.php @@ -728,4 +728,5 @@ $strZip = '"compresso con zip"'; $strDropDatabaseStrongWarning = 'You are about to DESTROY a complete database!'; //to translate $strAddHeaderComment = 'Add custom comment into header (\\n splits lines)'; //to translate $strNeedPrimaryKey = 'You should define a primary key for this table.'; //to translate +$strIgnoreInserts = 'Use ignore inserts'; //to translate ?> diff --git a/lang/italian-utf-8.inc.php b/lang/italian-utf-8.inc.php index 587b3e14e..38a0c183a 100644 --- a/lang/italian-utf-8.inc.php +++ b/lang/italian-utf-8.inc.php @@ -729,4 +729,5 @@ $strZip = '"compresso con zip"'; $strDropDatabaseStrongWarning = 'You are about to DESTROY a complete database!'; //to translate $strAddHeaderComment = 'Add custom comment into header (\\n splits lines)'; //to translate $strNeedPrimaryKey = 'You should define a primary key for this table.'; //to translate +$strIgnoreInserts = 'Use ignore inserts'; //to translate ?> diff --git a/lang/japanese-euc.inc.php b/lang/japanese-euc.inc.php index 21f0de593..af704fa42 100644 --- a/lang/japanese-euc.inc.php +++ b/lang/japanese-euc.inc.php @@ -736,4 +736,5 @@ $strMaximumSize = 'Maximum size: %s%s'; //to translate $strDropDatabaseStrongWarning = 'You are about to DESTROY a complete database!'; //to translate $strAddHeaderComment = 'Add custom comment into header (\\n splits lines)'; //to translate $strNeedPrimaryKey = 'You should define a primary key for this table.'; //to translate +$strIgnoreInserts = 'Use ignore inserts'; //to translate ?> diff --git a/lang/japanese-sjis.inc.php b/lang/japanese-sjis.inc.php index 232764fe9..4ea7878d2 100644 --- a/lang/japanese-sjis.inc.php +++ b/lang/japanese-sjis.inc.php @@ -736,4 +736,5 @@ $strConnectionError = 'Cannot connect: invalid settings.'; //to translate $strDropDatabaseStrongWarning = 'You are about to DESTROY a complete database!'; //to translate $strAddHeaderComment = 'Add custom comment into header (\\n splits lines)'; //to translate $strNeedPrimaryKey = 'You should define a primary key for this table.'; //to translate +$strIgnoreInserts = 'Use ignore inserts'; //to translate ?> diff --git a/lang/japanese-utf-8.inc.php b/lang/japanese-utf-8.inc.php index 0aec40669..c6a8409c4 100644 --- a/lang/japanese-utf-8.inc.php +++ b/lang/japanese-utf-8.inc.php @@ -737,4 +737,5 @@ $strMaximumSize = 'Maximum size: %s%s'; //to translate $strDropDatabaseStrongWarning = 'You are about to DESTROY a complete database!'; //to translate $strAddHeaderComment = 'Add custom comment into header (\\n splits lines)'; //to translate $strNeedPrimaryKey = 'You should define a primary key for this table.'; //to translate +$strIgnoreInserts = 'Use ignore inserts'; //to translate ?> diff --git a/lang/korean-euc-kr.inc.php b/lang/korean-euc-kr.inc.php index 3418c735c..a38c2206d 100644 --- a/lang/korean-euc-kr.inc.php +++ b/lang/korean-euc-kr.inc.php @@ -746,4 +746,5 @@ $strConnectionError = 'Cannot connect: invalid settings.'; //to translate $strDropDatabaseStrongWarning = 'You are about to DESTROY a complete database!'; //to translate $strAddHeaderComment = 'Add custom comment into header (\\n splits lines)'; //to translate $strNeedPrimaryKey = 'You should define a primary key for this table.'; //to translate +$strIgnoreInserts = 'Use ignore inserts'; //to translate ?> diff --git a/lang/korean-utf-8.inc.php b/lang/korean-utf-8.inc.php index f9d11ad2d..6dd7f5e62 100644 --- a/lang/korean-utf-8.inc.php +++ b/lang/korean-utf-8.inc.php @@ -747,4 +747,5 @@ $strConnectionError = 'Cannot connect: invalid settings.'; //to translate $strDropDatabaseStrongWarning = 'You are about to DESTROY a complete database!'; //to translate $strAddHeaderComment = 'Add custom comment into header (\\n splits lines)'; //to translate $strNeedPrimaryKey = 'You should define a primary key for this table.'; //to translate +$strIgnoreInserts = 'Use ignore inserts'; //to translate ?> diff --git a/lang/latvian-utf-8.inc.php b/lang/latvian-utf-8.inc.php index 5874f0495..17d96e385 100644 --- a/lang/latvian-utf-8.inc.php +++ b/lang/latvian-utf-8.inc.php @@ -729,4 +729,5 @@ $strMaximumSize = 'Maximum size: %s%s'; //to translate $strDropDatabaseStrongWarning = 'You are about to DESTROY a complete database!'; //to translate $strAddHeaderComment = 'Add custom comment into header (\\n splits lines)'; //to translate $strNeedPrimaryKey = 'You should define a primary key for this table.'; //to translate +$strIgnoreInserts = 'Use ignore inserts'; //to translate ?> diff --git a/lang/latvian-windows-1257.inc.php b/lang/latvian-windows-1257.inc.php index 779a9722d..d65df50ce 100644 --- a/lang/latvian-windows-1257.inc.php +++ b/lang/latvian-windows-1257.inc.php @@ -728,4 +728,5 @@ $strConnectionError = 'Cannot connect: invalid settings.'; //to translate $strDropDatabaseStrongWarning = 'You are about to DESTROY a complete database!'; //to translate $strAddHeaderComment = 'Add custom comment into header (\\n splits lines)'; //to translate $strNeedPrimaryKey = 'You should define a primary key for this table.'; //to translate +$strIgnoreInserts = 'Use ignore inserts'; //to translate ?> diff --git a/lang/lithuanian-utf-8.inc.php b/lang/lithuanian-utf-8.inc.php index 8e174ff1d..4038406c7 100644 --- a/lang/lithuanian-utf-8.inc.php +++ b/lang/lithuanian-utf-8.inc.php @@ -724,4 +724,5 @@ $strZip = '"zip"'; $strDropDatabaseStrongWarning = 'You are about to DESTROY a complete database!'; //to translate $strAddHeaderComment = 'Add custom comment into header (\\n splits lines)'; //to translate $strNeedPrimaryKey = 'You should define a primary key for this table.'; //to translate +$strIgnoreInserts = 'Use ignore inserts'; //to translate ?> diff --git a/lang/lithuanian-windows-1257.inc.php b/lang/lithuanian-windows-1257.inc.php index 81083f607..e19c64a04 100644 --- a/lang/lithuanian-windows-1257.inc.php +++ b/lang/lithuanian-windows-1257.inc.php @@ -723,4 +723,5 @@ $strZip = '"zip"'; $strDropDatabaseStrongWarning = 'You are about to DESTROY a complete database!'; //to translate $strAddHeaderComment = 'Add custom comment into header (\\n splits lines)'; //to translate $strNeedPrimaryKey = 'You should define a primary key for this table.'; //to translate +$strIgnoreInserts = 'Use ignore inserts'; //to translate ?> diff --git a/lang/malay-iso-8859-1.inc.php b/lang/malay-iso-8859-1.inc.php index 8f8c77e01..b161bb85f 100644 --- a/lang/malay-iso-8859-1.inc.php +++ b/lang/malay-iso-8859-1.inc.php @@ -749,4 +749,5 @@ $strConnectionError = 'Cannot connect: invalid settings.'; //to translate $strDropDatabaseStrongWarning = 'You are about to DESTROY a complete database!'; //to translate $strAddHeaderComment = 'Add custom comment into header (\\n splits lines)'; //to translate $strNeedPrimaryKey = 'You should define a primary key for this table.'; //to translate +$strIgnoreInserts = 'Use ignore inserts'; //to translate ?> diff --git a/lang/malay-utf-8.inc.php b/lang/malay-utf-8.inc.php index 0985e38e4..579e0def8 100644 --- a/lang/malay-utf-8.inc.php +++ b/lang/malay-utf-8.inc.php @@ -750,4 +750,5 @@ $strMaximumSize = 'Maximum size: %s%s'; //to translate $strDropDatabaseStrongWarning = 'You are about to DESTROY a complete database!'; //to translate $strAddHeaderComment = 'Add custom comment into header (\\n splits lines)'; //to translate $strNeedPrimaryKey = 'You should define a primary key for this table.'; //to translate +$strIgnoreInserts = 'Use ignore inserts'; //to translate ?> diff --git a/lang/norwegian-iso-8859-1.inc.php b/lang/norwegian-iso-8859-1.inc.php index c42901a21..5fc6d9550 100644 --- a/lang/norwegian-iso-8859-1.inc.php +++ b/lang/norwegian-iso-8859-1.inc.php @@ -730,4 +730,5 @@ $strAddHeaderComment = 'Add custom comment into header (\\n splits lines)'; //t $strNeedPrimaryKey = 'You should define a primary key for this table.'; //to translate +$strIgnoreInserts = 'Use ignore inserts'; //to translate ?> diff --git a/lang/norwegian-utf-8.inc.php b/lang/norwegian-utf-8.inc.php index 7fc44a66d..02f184077 100644 --- a/lang/norwegian-utf-8.inc.php +++ b/lang/norwegian-utf-8.inc.php @@ -731,4 +731,5 @@ $strAddHeaderComment = 'Add custom comment into header (\\n splits lines)'; //t $strNeedPrimaryKey = 'You should define a primary key for this table.'; //to translate +$strIgnoreInserts = 'Use ignore inserts'; //to translate ?> diff --git a/lang/persian-utf-8.inc.php b/lang/persian-utf-8.inc.php index ad7b60f64..0834ef6a7 100644 --- a/lang/persian-utf-8.inc.php +++ b/lang/persian-utf-8.inc.php @@ -754,4 +754,5 @@ $strMaximumSize = 'Maximum size: %s%s'; //to translate $strDropDatabaseStrongWarning = 'You are about to DESTROY a complete database!'; //to translate $strAddHeaderComment = 'Add custom comment into header (\\n splits lines)'; //to translate $strNeedPrimaryKey = 'You should define a primary key for this table.'; //to translate +$strIgnoreInserts = 'Use ignore inserts'; //to translate ?> diff --git a/lang/persian-windows-1256.inc.php b/lang/persian-windows-1256.inc.php index ca8177690..2860c0bc1 100644 --- a/lang/persian-windows-1256.inc.php +++ b/lang/persian-windows-1256.inc.php @@ -753,4 +753,5 @@ $strConnectionError = 'Cannot connect: invalid settings.'; //to translate $strDropDatabaseStrongWarning = 'You are about to DESTROY a complete database!'; //to translate $strAddHeaderComment = 'Add custom comment into header (\\n splits lines)'; //to translate $strNeedPrimaryKey = 'You should define a primary key for this table.'; //to translate +$strIgnoreInserts = 'Use ignore inserts'; //to translate ?> diff --git a/lang/polish-iso-8859-2.inc.php b/lang/polish-iso-8859-2.inc.php index 9a9618737..4b25b5030 100644 --- a/lang/polish-iso-8859-2.inc.php +++ b/lang/polish-iso-8859-2.inc.php @@ -724,4 +724,5 @@ $strMaximumSize = 'Maximum size: %s%s'; //to translate $strDropDatabaseStrongWarning = 'You are about to DESTROY a complete database!'; //to translate $strAddHeaderComment = 'Add custom comment into header (\\n splits lines)'; //to translate $strNeedPrimaryKey = 'You should define a primary key for this table.'; //to translate +$strIgnoreInserts = 'Use ignore inserts'; //to translate ?> diff --git a/lang/polish-utf-8.inc.php b/lang/polish-utf-8.inc.php index 2c38d5475..7125f7f70 100644 --- a/lang/polish-utf-8.inc.php +++ b/lang/polish-utf-8.inc.php @@ -725,4 +725,5 @@ $strMaximumSize = 'Maximum size: %s%s'; //to translate $strDropDatabaseStrongWarning = 'You are about to DESTROY a complete database!'; //to translate $strAddHeaderComment = 'Add custom comment into header (\\n splits lines)'; //to translate $strNeedPrimaryKey = 'You should define a primary key for this table.'; //to translate +$strIgnoreInserts = 'Use ignore inserts'; //to translate ?> diff --git a/lang/portuguese-iso-8859-1.inc.php b/lang/portuguese-iso-8859-1.inc.php index 67c80e76b..6049f9fdd 100644 --- a/lang/portuguese-iso-8859-1.inc.php +++ b/lang/portuguese-iso-8859-1.inc.php @@ -743,4 +743,5 @@ $strConnectionError = 'Cannot connect: invalid settings.'; //to translate $strDropDatabaseStrongWarning = 'You are about to DESTROY a complete database!'; //to translate $strAddHeaderComment = 'Add custom comment into header (\\n splits lines)'; //to translate $strNeedPrimaryKey = 'You should define a primary key for this table.'; //to translate +$strIgnoreInserts = 'Use ignore inserts'; //to translate ?> diff --git a/lang/portuguese-utf-8.inc.php b/lang/portuguese-utf-8.inc.php index 3ad08b969..3a7c4242d 100644 --- a/lang/portuguese-utf-8.inc.php +++ b/lang/portuguese-utf-8.inc.php @@ -744,4 +744,5 @@ $strWindowNotFound = 'The target browser window could not be updated. Maybe you $strDropDatabaseStrongWarning = 'You are about to DESTROY a complete database!'; //to translate $strAddHeaderComment = 'Add custom comment into header (\\n splits lines)'; //to translate $strNeedPrimaryKey = 'You should define a primary key for this table.'; //to translate +$strIgnoreInserts = 'Use ignore inserts'; //to translate ?> diff --git a/lang/romanian-iso-8859-1.inc.php b/lang/romanian-iso-8859-1.inc.php index d2f76acbd..3539a0cca 100644 --- a/lang/romanian-iso-8859-1.inc.php +++ b/lang/romanian-iso-8859-1.inc.php @@ -725,4 +725,5 @@ $strConnectionError = 'Cannot connect: invalid settings.'; //to translate $strDropDatabaseStrongWarning = 'You are about to DESTROY a complete database!'; //to translate $strAddHeaderComment = 'Add custom comment into header (\\n splits lines)'; //to translate $strNeedPrimaryKey = 'You should define a primary key for this table.'; //to translate +$strIgnoreInserts = 'Use ignore inserts'; //to translate ?> diff --git a/lang/romanian-utf-8.inc.php b/lang/romanian-utf-8.inc.php index 1b4cad2f2..eacc6c6a2 100644 --- a/lang/romanian-utf-8.inc.php +++ b/lang/romanian-utf-8.inc.php @@ -726,4 +726,5 @@ $strMaximumSize = 'Maximum size: %s%s'; //to translate $strDropDatabaseStrongWarning = 'You are about to DESTROY a complete database!'; //to translate $strAddHeaderComment = 'Add custom comment into header (\\n splits lines)'; //to translate $strNeedPrimaryKey = 'You should define a primary key for this table.'; //to translate +$strIgnoreInserts = 'Use ignore inserts'; //to translate ?> diff --git a/lang/russian-cp-866.inc.php b/lang/russian-cp-866.inc.php index 1984dc860..8b07e93ab 100644 --- a/lang/russian-cp-866.inc.php +++ b/lang/russian-cp-866.inc.php @@ -731,4 +731,5 @@ $strConnectionError = 'Cannot connect: invalid settings.'; //to translate $strDropDatabaseStrongWarning = 'You are about to DESTROY a complete database!'; //to translate $strAddHeaderComment = 'Add custom comment into header (\\n splits lines)'; //to translate $strNeedPrimaryKey = 'You should define a primary key for this table.'; //to translate +$strIgnoreInserts = 'Use ignore inserts'; //to translate ?> diff --git a/lang/russian-koi8-r.inc.php b/lang/russian-koi8-r.inc.php index 64df0c0db..124e4cb76 100644 --- a/lang/russian-koi8-r.inc.php +++ b/lang/russian-koi8-r.inc.php @@ -731,4 +731,5 @@ $strConnectionError = 'Cannot connect: invalid settings.'; //to translate $strDropDatabaseStrongWarning = 'You are about to DESTROY a complete database!'; //to translate $strAddHeaderComment = 'Add custom comment into header (\\n splits lines)'; //to translate $strNeedPrimaryKey = 'You should define a primary key for this table.'; //to translate +$strIgnoreInserts = 'Use ignore inserts'; //to translate ?> diff --git a/lang/russian-utf-8.inc.php b/lang/russian-utf-8.inc.php index 8c5d7863c..436dfb86d 100644 --- a/lang/russian-utf-8.inc.php +++ b/lang/russian-utf-8.inc.php @@ -732,4 +732,5 @@ $strMaximumSize = 'Maximum size: %s%s'; //to translate $strDropDatabaseStrongWarning = 'You are about to DESTROY a complete database!'; //to translate $strAddHeaderComment = 'Add custom comment into header (\\n splits lines)'; //to translate $strNeedPrimaryKey = 'You should define a primary key for this table.'; //to translate +$strIgnoreInserts = 'Use ignore inserts'; //to translate ?> diff --git a/lang/russian-windows-1251.inc.php b/lang/russian-windows-1251.inc.php index d55ec092b..5691353d5 100644 --- a/lang/russian-windows-1251.inc.php +++ b/lang/russian-windows-1251.inc.php @@ -731,4 +731,5 @@ $strConnectionError = 'Cannot connect: invalid settings.'; //to translate $strDropDatabaseStrongWarning = 'You are about to DESTROY a complete database!'; //to translate $strAddHeaderComment = 'Add custom comment into header (\\n splits lines)'; //to translate $strNeedPrimaryKey = 'You should define a primary key for this table.'; //to translate +$strIgnoreInserts = 'Use ignore inserts'; //to translate ?> diff --git a/lang/serbian_cyrillic-utf-8.inc.php b/lang/serbian_cyrillic-utf-8.inc.php index 1c70b27f5..aef749d8e 100644 --- a/lang/serbian_cyrillic-utf-8.inc.php +++ b/lang/serbian_cyrillic-utf-8.inc.php @@ -731,4 +731,5 @@ $strZip = '"зиповано"'; $strAddHeaderComment = 'Add custom comment into header (\\n splits lines)'; //to translate $strNeedPrimaryKey = 'You should define a primary key for this table.'; //to translate +$strIgnoreInserts = 'Use ignore inserts'; //to translate ?> diff --git a/lang/serbian_cyrillic-windows-1251.inc.php b/lang/serbian_cyrillic-windows-1251.inc.php index 64b7fde50..abe49f548 100644 --- a/lang/serbian_cyrillic-windows-1251.inc.php +++ b/lang/serbian_cyrillic-windows-1251.inc.php @@ -730,4 +730,5 @@ $strZip = '" $strAddHeaderComment = 'Add custom comment into header (\\n splits lines)'; //to translate $strNeedPrimaryKey = 'You should define a primary key for this table.'; //to translate +$strIgnoreInserts = 'Use ignore inserts'; //to translate ?> diff --git a/lang/serbian_latin-utf-8.inc.php b/lang/serbian_latin-utf-8.inc.php index 7acf6f180..dc00c5d74 100644 --- a/lang/serbian_latin-utf-8.inc.php +++ b/lang/serbian_latin-utf-8.inc.php @@ -731,4 +731,5 @@ $strZip = '"zipovano"'; $strAddHeaderComment = 'Add custom comment into header (\\n splits lines)'; //to translate $strNeedPrimaryKey = 'You should define a primary key for this table.'; //to translate +$strIgnoreInserts = 'Use ignore inserts'; //to translate ?> diff --git a/lang/serbian_latin-windows-1250.inc.php b/lang/serbian_latin-windows-1250.inc.php index a4a35480f..32f1bed03 100644 --- a/lang/serbian_latin-windows-1250.inc.php +++ b/lang/serbian_latin-windows-1250.inc.php @@ -730,4 +730,5 @@ $strZip = '"zipovano"'; $strAddHeaderComment = 'Add custom comment into header (\\n splits lines)'; //to translate $strNeedPrimaryKey = 'You should define a primary key for this table.'; //to translate +$strIgnoreInserts = 'Use ignore inserts'; //to translate ?> diff --git a/lang/slovak-iso-8859-2.inc.php b/lang/slovak-iso-8859-2.inc.php index 216daa04f..a7add3c38 100644 --- a/lang/slovak-iso-8859-2.inc.php +++ b/lang/slovak-iso-8859-2.inc.php @@ -728,4 +728,5 @@ $strDropDatabaseStrongWarning = 'You are about to DESTROY a complete database!'; $strAddHeaderComment = 'Add custom comment into header (\\n splits lines)'; //to translate $strNeedPrimaryKey = 'You should define a primary key for this table.'; //to translate +$strIgnoreInserts = 'Use ignore inserts'; //to translate ?> diff --git a/lang/slovak-utf-8.inc.php b/lang/slovak-utf-8.inc.php index 03f426375..5a0b4c7a2 100644 --- a/lang/slovak-utf-8.inc.php +++ b/lang/slovak-utf-8.inc.php @@ -729,4 +729,5 @@ $strDropDatabaseStrongWarning = 'You are about to DESTROY a complete database!'; $strAddHeaderComment = 'Add custom comment into header (\\n splits lines)'; //to translate $strNeedPrimaryKey = 'You should define a primary key for this table.'; //to translate +$strIgnoreInserts = 'Use ignore inserts'; //to translate ?> diff --git a/lang/slovak-windows-1250.inc.php b/lang/slovak-windows-1250.inc.php index 77f384769..3edf2d7e8 100644 --- a/lang/slovak-windows-1250.inc.php +++ b/lang/slovak-windows-1250.inc.php @@ -728,4 +728,5 @@ $strDropDatabaseStrongWarning = 'You are about to DESTROY a complete database!'; $strAddHeaderComment = 'Add custom comment into header (\\n splits lines)'; //to translate $strNeedPrimaryKey = 'You should define a primary key for this table.'; //to translate +$strIgnoreInserts = 'Use ignore inserts'; //to translate ?> diff --git a/lang/slovenian-iso-8859-2.inc.php b/lang/slovenian-iso-8859-2.inc.php index 02b7770bd..f4829f036 100644 --- a/lang/slovenian-iso-8859-2.inc.php +++ b/lang/slovenian-iso-8859-2.inc.php @@ -726,4 +726,5 @@ $strConnectionError = 'Cannot connect: invalid settings.'; //to translate $strDropDatabaseStrongWarning = 'You are about to DESTROY a complete database!'; //to translate $strAddHeaderComment = 'Add custom comment into header (\\n splits lines)'; //to translate $strNeedPrimaryKey = 'You should define a primary key for this table.'; //to translate +$strIgnoreInserts = 'Use ignore inserts'; //to translate ?> diff --git a/lang/slovenian-utf-8.inc.php b/lang/slovenian-utf-8.inc.php index a3a240455..427fc57c8 100644 --- a/lang/slovenian-utf-8.inc.php +++ b/lang/slovenian-utf-8.inc.php @@ -727,4 +727,5 @@ $strMaximumSize = 'Maximum size: %s%s'; //to translate $strDropDatabaseStrongWarning = 'You are about to DESTROY a complete database!'; //to translate $strAddHeaderComment = 'Add custom comment into header (\\n splits lines)'; //to translate $strNeedPrimaryKey = 'You should define a primary key for this table.'; //to translate +$strIgnoreInserts = 'Use ignore inserts'; //to translate ?> diff --git a/lang/slovenian-windows-1250.inc.php b/lang/slovenian-windows-1250.inc.php index 24273e833..b68349d05 100644 --- a/lang/slovenian-windows-1250.inc.php +++ b/lang/slovenian-windows-1250.inc.php @@ -726,4 +726,5 @@ $strConnectionError = 'Cannot connect: invalid settings.'; //to translate $strDropDatabaseStrongWarning = 'You are about to DESTROY a complete database!'; //to translate $strAddHeaderComment = 'Add custom comment into header (\\n splits lines)'; //to translate $strNeedPrimaryKey = 'You should define a primary key for this table.'; //to translate +$strIgnoreInserts = 'Use ignore inserts'; //to translate ?> diff --git a/lang/spanish-iso-8859-1.inc.php b/lang/spanish-iso-8859-1.inc.php index 507cc09dd..67b8688c0 100644 --- a/lang/spanish-iso-8859-1.inc.php +++ b/lang/spanish-iso-8859-1.inc.php @@ -727,4 +727,5 @@ $strDropDatabaseStrongWarning = 'You are about to DESTROY a complete database!'; $strAddHeaderComment = 'Add custom comment into header (\\n splits lines)'; //to translate $strNeedPrimaryKey = 'You should define a primary key for this table.'; //to translate +$strIgnoreInserts = 'Use ignore inserts'; //to translate ?> diff --git a/lang/spanish-utf-8.inc.php b/lang/spanish-utf-8.inc.php index 6bd700223..b6be326eb 100644 --- a/lang/spanish-utf-8.inc.php +++ b/lang/spanish-utf-8.inc.php @@ -728,4 +728,5 @@ $strDropDatabaseStrongWarning = 'You are about to DESTROY a complete database!'; $strAddHeaderComment = 'Add custom comment into header (\\n splits lines)'; //to translate $strNeedPrimaryKey = 'You should define a primary key for this table.'; //to translate +$strIgnoreInserts = 'Use ignore inserts'; //to translate ?> diff --git a/lang/swedish-iso-8859-1.inc.php b/lang/swedish-iso-8859-1.inc.php index 5002437c4..54566ad2c 100644 --- a/lang/swedish-iso-8859-1.inc.php +++ b/lang/swedish-iso-8859-1.inc.php @@ -723,4 +723,5 @@ $strConnectionError = 'Cannot connect: invalid settings.'; //to translate $strDropDatabaseStrongWarning = 'You are about to DESTROY a complete database!'; //to translate $strAddHeaderComment = 'Add custom comment into header (\\n splits lines)'; //to translate $strNeedPrimaryKey = 'You should define a primary key for this table.'; //to translate +$strIgnoreInserts = 'Use ignore inserts'; //to translate ?> diff --git a/lang/swedish-utf-8.inc.php b/lang/swedish-utf-8.inc.php index 4ed70e75f..455293df7 100644 --- a/lang/swedish-utf-8.inc.php +++ b/lang/swedish-utf-8.inc.php @@ -724,4 +724,5 @@ $strZip = '"zippad"'; $strDropDatabaseStrongWarning = 'You are about to DESTROY a complete database!'; //to translate $strAddHeaderComment = 'Add custom comment into header (\\n splits lines)'; //to translate $strNeedPrimaryKey = 'You should define a primary key for this table.'; //to translate +$strIgnoreInserts = 'Use ignore inserts'; //to translate ?> diff --git a/lang/thai-tis-620.inc.php b/lang/thai-tis-620.inc.php index 3d83706e2..723dbb0e4 100644 --- a/lang/thai-tis-620.inc.php +++ b/lang/thai-tis-620.inc.php @@ -736,4 +736,5 @@ $strMaximumSize = 'Maximum size: %s%s'; //to translate $strDropDatabaseStrongWarning = 'You are about to DESTROY a complete database!'; //to translate $strAddHeaderComment = 'Add custom comment into header (\\n splits lines)'; //to translate $strNeedPrimaryKey = 'You should define a primary key for this table.'; //to translate +$strIgnoreInserts = 'Use ignore inserts'; //to translate ?> diff --git a/lang/thai-utf-8.inc.php b/lang/thai-utf-8.inc.php index 1c7b23d74..af830081a 100644 --- a/lang/thai-utf-8.inc.php +++ b/lang/thai-utf-8.inc.php @@ -737,4 +737,5 @@ $strConnectionError = 'Cannot connect: invalid settings.'; //to translate $strDropDatabaseStrongWarning = 'You are about to DESTROY a complete database!'; //to translate $strAddHeaderComment = 'Add custom comment into header (\\n splits lines)'; //to translate $strNeedPrimaryKey = 'You should define a primary key for this table.'; //to translate +$strIgnoreInserts = 'Use ignore inserts'; //to translate ?> diff --git a/lang/turkish-iso-8859-9.inc.php b/lang/turkish-iso-8859-9.inc.php index 59c621f04..71dd0127f 100644 --- a/lang/turkish-iso-8859-9.inc.php +++ b/lang/turkish-iso-8859-9.inc.php @@ -736,4 +736,5 @@ $strMaximumSize = 'Maximum size: %s%s'; //to translate $strDropDatabaseStrongWarning = 'You are about to DESTROY a complete database!'; //to translate $strAddHeaderComment = 'Add custom comment into header (\\n splits lines)'; //to translate $strNeedPrimaryKey = 'You should define a primary key for this table.'; //to translate +$strIgnoreInserts = 'Use ignore inserts'; //to translate ?> diff --git a/lang/turkish-utf-8.inc.php b/lang/turkish-utf-8.inc.php index a5ba0c93c..375892472 100644 --- a/lang/turkish-utf-8.inc.php +++ b/lang/turkish-utf-8.inc.php @@ -737,4 +737,5 @@ $strConnectionError = 'Cannot connect: invalid settings.'; //to translate $strDropDatabaseStrongWarning = 'You are about to DESTROY a complete database!'; //to translate $strAddHeaderComment = 'Add custom comment into header (\\n splits lines)'; //to translate $strNeedPrimaryKey = 'You should define a primary key for this table.'; //to translate +$strIgnoreInserts = 'Use ignore inserts'; //to translate ?> diff --git a/lang/ukrainian-utf-8.inc.php b/lang/ukrainian-utf-8.inc.php index 919c004dd..a886880a0 100644 --- a/lang/ukrainian-utf-8.inc.php +++ b/lang/ukrainian-utf-8.inc.php @@ -729,4 +729,5 @@ $strMaximumSize = 'Maximum size: %s%s'; //to translate $strDropDatabaseStrongWarning = 'You are about to DESTROY a complete database!'; //to translate $strAddHeaderComment = 'Add custom comment into header (\\n splits lines)'; //to translate $strNeedPrimaryKey = 'You should define a primary key for this table.'; //to translate +$strIgnoreInserts = 'Use ignore inserts'; //to translate ?> diff --git a/lang/ukrainian-windows-1251.inc.php b/lang/ukrainian-windows-1251.inc.php index 6ffaa39ef..d0212c6a4 100644 --- a/lang/ukrainian-windows-1251.inc.php +++ b/lang/ukrainian-windows-1251.inc.php @@ -728,4 +728,5 @@ $strConnectionError = 'Cannot connect: invalid settings.'; //to translate $strDropDatabaseStrongWarning = 'You are about to DESTROY a complete database!'; //to translate $strAddHeaderComment = 'Add custom comment into header (\\n splits lines)'; //to translate $strNeedPrimaryKey = 'You should define a primary key for this table.'; //to translate +$strIgnoreInserts = 'Use ignore inserts'; //to translate ?> diff --git a/libraries/display_export.lib.php b/libraries/display_export.lib.php index 2bd41ee51..1b28d2bad 100644 --- a/libraries/display_export.lib.php +++ b/libraries/display_export.lib.php @@ -203,11 +203,16 @@ if ($cfgRelation['mimework']) { />
+ />
+ />
+ /> +
+ diff --git a/libraries/export/sql.php b/libraries/export/sql.php index 47d6c9284..1d73e26bb 100644 --- a/libraries/export/sql.php +++ b/libraries/export/sql.php @@ -442,7 +442,10 @@ function PMA_exportData($db, $table, $crlf, $error_url, $sql_query) if (isset($GLOBALS['sql_type']) && $GLOBALS['sql_type'] == 'update') { // update - $schema_insert = 'UPDATE ' . PMA_backquote($table, $use_backquotes) . ' SET '; + $schema_insert = 'UPDATE '; + if (isset($GLOBALS['sql_ignore'])) + $schema_insert .= 'IGNORE '; + $schema_insert .= PMA_backquote($table, $use_backquotes) . ' SET '; $fields_no = count($field_set); } else { // insert or replace @@ -458,6 +461,10 @@ function PMA_exportData($db, $table, $crlf, $error_url, $sql_query) } else { $insert_delayed = ''; } + + if (isset($GLOBALS['sql_type']) && $GLOBALS['sql_type'] == 'insert' && isset($GLOBALS['sql_ignore'])) { + $insert_delayed .= ' IGNORE'; + } // Sets the scheme if (isset($GLOBALS['showcolumns'])) {