From f9c781a73f0763d6e574f9ea58464159104544a0 Mon Sep 17 00:00:00 2001 From: Marc Delisle Date: Fri, 23 Oct 2009 16:50:39 +0000 Subject: [PATCH] bug #2883633 [export] Export of InnoDB table is incomplete --- ChangeLog | 1 + export.php | 4 ++-- lang/afrikaans-utf-8.inc.php | 1 + lang/albanian-utf-8.inc.php | 1 + lang/arabic-utf-8.inc.php | 1 + lang/azerbaijani-utf-8.inc.php | 1 + lang/bangla-utf-8.inc.php | 1 + lang/basque-utf-8.inc.php | 1 + lang/belarusian_cyrillic-utf-8.inc.php | 1 + lang/belarusian_latin-utf-8.inc.php | 1 + lang/bosnian-utf-8.inc.php | 1 + lang/brazilian_portuguese-utf-8.inc.php | 1 + lang/bulgarian-utf-8.inc.php | 1 + lang/catalan-utf-8.inc.php | 1 + lang/chinese_simplified-utf-8.inc.php | 1 + lang/chinese_traditional-utf-8.inc.php | 1 + lang/croatian-utf-8.inc.php | 1 + lang/czech-utf-8.inc.php | 1 + lang/danish-utf-8.inc.php | 1 + lang/dutch-utf-8.inc.php | 1 + lang/english-utf-8.inc.php | 1 + lang/estonian-utf-8.inc.php | 1 + lang/finnish-utf-8.inc.php | 1 + lang/french-utf-8.inc.php | 1 + lang/galician-utf-8.inc.php | 1 + lang/georgian-utf-8.inc.php | 1 + lang/german-utf-8.inc.php | 1 + lang/greek-utf-8.inc.php | 1 + lang/hebrew-utf-8.inc.php | 1 + lang/hindi-utf-8.inc.php | 1 + lang/hungarian-utf-8.inc.php | 1 + lang/indonesian-utf-8.inc.php | 1 + lang/italian-utf-8.inc.php | 1 + lang/japanese-utf-8.inc.php | 1 + lang/korean-utf-8.inc.php | 1 + lang/latvian-utf-8.inc.php | 1 + lang/lithuanian-utf-8.inc.php | 1 + lang/macedonian_cyrillic-utf-8.inc.php | 1 + lang/malay-utf-8.inc.php | 1 + lang/mongolian-utf-8.inc.php | 1 + lang/norwegian-utf-8.inc.php | 1 + lang/persian-utf-8.inc.php | 1 + lang/polish-utf-8.inc.php | 1 + lang/portuguese-utf-8.inc.php | 1 + lang/romanian-utf-8.inc.php | 1 + lang/russian-utf-8.inc.php | 1 + lang/serbian_cyrillic-utf-8.inc.php | 1 + lang/serbian_latin-utf-8.inc.php | 1 + lang/sinhala-utf-8.inc.php | 1 + lang/slovak-utf-8.inc.php | 1 + lang/slovenian-utf-8.inc.php | 1 + lang/spanish-utf-8.inc.php | 1 + lang/swedish-utf-8.inc.php | 1 + lang/tatarish-utf-8.inc.php | 1 + lang/thai-utf-8.inc.php | 1 + lang/turkish-utf-8.inc.php | 1 + lang/ukrainian-utf-8.inc.php | 1 + lang/uzbek_cyrillic-utf-8.inc.php | 1 + lang/uzbek_latin-utf-8.inc.php | 1 + libraries/display_export.lib.php | 5 +++++ 60 files changed, 65 insertions(+), 2 deletions(-) diff --git a/ChangeLog b/ChangeLog index 7f7cd27a3..20ed6e649 100644 --- a/ChangeLog +++ b/ChangeLog @@ -43,6 +43,7 @@ $HeadURL: https://phpmyadmin.svn.sourceforge.net/svnroot/phpmyadmin/trunk/phpMyA + [lang] Turkish update, thanks to Burak Yavuz + [auth] Add custom port configuration in signon, thanks to Gary Smith - [core] Removed context from the error handler +- bug #2883633 [export] Export of InnoDB table is incomplete 3.2.3.0 (not yet released) - patch #2856664 [export] Date, time, and datetime column types now export correctly to diff --git a/export.php b/export.php index c820135b1..c7b1378e5 100644 --- a/export.php +++ b/export.php @@ -517,8 +517,8 @@ if ($export_type == 'server') { break; } // We export just one table - - if ($limit_to > 0 && $limit_from >= 0) { + // $allrows comes from the form when "Dump all rows" has been selected + if ($allrows == '0' && $limit_to > 0 && $limit_from >= 0) { $add_query = ' LIMIT ' . (($limit_from > 0) ? $limit_from . ', ' : '') . $limit_to; diff --git a/lang/afrikaans-utf-8.inc.php b/lang/afrikaans-utf-8.inc.php index abf61183e..c4d3d3caa 100644 --- a/lang/afrikaans-utf-8.inc.php +++ b/lang/afrikaans-utf-8.inc.php @@ -1629,4 +1629,5 @@ $strReplicationShowConnectedSlaves = 'Show connected slaves'; //to translate $strReplicationShowConnectedSlavesNote = 'Only slaves started with the --report-host=host_name option are visible in this list.'; //to translate $strQueriesExecuted = 'The following queries have been executed:'; //to translate $strHaveBeenSynchronized = 'Selected target tables have been synchronized with source tables.'; //to translate +$strDumpAllRows = 'Dump all rows'; //to translate ?> diff --git a/lang/albanian-utf-8.inc.php b/lang/albanian-utf-8.inc.php index 1bcf46bdd..76b13146b 100644 --- a/lang/albanian-utf-8.inc.php +++ b/lang/albanian-utf-8.inc.php @@ -1628,4 +1628,5 @@ $strReplicationShowConnectedSlaves = 'Show connected slaves'; //to translate $strReplicationShowConnectedSlavesNote = 'Only slaves started with the --report-host=host_name option are visible in this list.'; //to translate $strQueriesExecuted = 'The following queries have been executed:'; //to translate $strHaveBeenSynchronized = 'Selected target tables have been synchronized with source tables.'; //to translate +$strDumpAllRows = 'Dump all rows'; //to translate ?> diff --git a/lang/arabic-utf-8.inc.php b/lang/arabic-utf-8.inc.php index 423a9d9e7..3ddb9bf43 100644 --- a/lang/arabic-utf-8.inc.php +++ b/lang/arabic-utf-8.inc.php @@ -1631,4 +1631,5 @@ $strReplicationShowConnectedSlaves = 'Show connected slaves'; //to translate $strReplicationShowConnectedSlavesNote = 'Only slaves started with the --report-host=host_name option are visible in this list.'; //to translate $strQueriesExecuted = 'The following queries have been executed:'; //to translate $strHaveBeenSynchronized = 'Selected target tables have been synchronized with source tables.'; //to translate +$strDumpAllRows = 'Dump all rows'; //to translate ?> diff --git a/lang/azerbaijani-utf-8.inc.php b/lang/azerbaijani-utf-8.inc.php index 9e47aa0bb..a61d1be6b 100644 --- a/lang/azerbaijani-utf-8.inc.php +++ b/lang/azerbaijani-utf-8.inc.php @@ -1625,4 +1625,5 @@ $strReplicationShowConnectedSlaves = 'Show connected slaves'; //to translate $strReplicationShowConnectedSlavesNote = 'Only slaves started with the --report-host=host_name option are visible in this list.'; //to translate $strQueriesExecuted = 'The following queries have been executed:'; //to translate $strHaveBeenSynchronized = 'Selected target tables have been synchronized with source tables.'; //to translate +$strDumpAllRows = 'Dump all rows'; //to translate ?> diff --git a/lang/bangla-utf-8.inc.php b/lang/bangla-utf-8.inc.php index b019802d6..32c0670fb 100644 --- a/lang/bangla-utf-8.inc.php +++ b/lang/bangla-utf-8.inc.php @@ -1604,4 +1604,5 @@ $strReplicationShowConnectedSlaves = 'Show connected slaves'; //to translate $strReplicationShowConnectedSlavesNote = 'Only slaves started with the --report-host=host_name option are visible in this list.'; //to translate $strQueriesExecuted = 'The following queries have been executed:'; //to translate $strHaveBeenSynchronized = 'Selected target tables have been synchronized with source tables.'; //to translate +$strDumpAllRows = 'Dump all rows'; //to translate ?> diff --git a/lang/basque-utf-8.inc.php b/lang/basque-utf-8.inc.php index 7833be230..0eb1e67c5 100644 --- a/lang/basque-utf-8.inc.php +++ b/lang/basque-utf-8.inc.php @@ -1622,4 +1622,5 @@ $strReplicationShowConnectedSlaves = 'Show connected slaves'; //to translate $strReplicationShowConnectedSlavesNote = 'Only slaves started with the --report-host=host_name option are visible in this list.'; //to translate $strQueriesExecuted = 'The following queries have been executed:'; //to translate $strHaveBeenSynchronized = 'Selected target tables have been synchronized with source tables.'; //to translate +$strDumpAllRows = 'Dump all rows'; //to translate ?> diff --git a/lang/belarusian_cyrillic-utf-8.inc.php b/lang/belarusian_cyrillic-utf-8.inc.php index ce478fa04..3addf9794 100644 --- a/lang/belarusian_cyrillic-utf-8.inc.php +++ b/lang/belarusian_cyrillic-utf-8.inc.php @@ -1604,4 +1604,5 @@ $strReplicationShowConnectedSlaves = 'Show connected slaves'; //to translate $strReplicationShowConnectedSlavesNote = 'Only slaves started with the --report-host=host_name option are visible in this list.'; //to translate $strQueriesExecuted = 'The following queries have been executed:'; //to translate $strHaveBeenSynchronized = 'Selected target tables have been synchronized with source tables.'; //to translate +$strDumpAllRows = 'Dump all rows'; //to translate ?> diff --git a/lang/belarusian_latin-utf-8.inc.php b/lang/belarusian_latin-utf-8.inc.php index afa788def..ef46f9939 100644 --- a/lang/belarusian_latin-utf-8.inc.php +++ b/lang/belarusian_latin-utf-8.inc.php @@ -1612,4 +1612,5 @@ $strReplicationShowConnectedSlaves = 'Show connected slaves'; //to translate $strReplicationShowConnectedSlavesNote = 'Only slaves started with the --report-host=host_name option are visible in this list.'; //to translate $strQueriesExecuted = 'The following queries have been executed:'; //to translate $strHaveBeenSynchronized = 'Selected target tables have been synchronized with source tables.'; //to translate +$strDumpAllRows = 'Dump all rows'; //to translate ?> diff --git a/lang/bosnian-utf-8.inc.php b/lang/bosnian-utf-8.inc.php index 7fb5c5ff1..8ca10f9f4 100644 --- a/lang/bosnian-utf-8.inc.php +++ b/lang/bosnian-utf-8.inc.php @@ -1628,4 +1628,5 @@ $strReplicationShowConnectedSlaves = 'Show connected slaves'; //to translate $strReplicationShowConnectedSlavesNote = 'Only slaves started with the --report-host=host_name option are visible in this list.'; //to translate $strQueriesExecuted = 'The following queries have been executed:'; //to translate $strHaveBeenSynchronized = 'Selected target tables have been synchronized with source tables.'; //to translate +$strDumpAllRows = 'Dump all rows'; //to translate ?> diff --git a/lang/brazilian_portuguese-utf-8.inc.php b/lang/brazilian_portuguese-utf-8.inc.php index 9bab6b41a..2ca8eff88 100644 --- a/lang/brazilian_portuguese-utf-8.inc.php +++ b/lang/brazilian_portuguese-utf-8.inc.php @@ -1619,4 +1619,5 @@ $strReplicationShowConnectedSlaves = 'Show connected slaves'; //to translate $strReplicationShowConnectedSlavesNote = 'Only slaves started with the --report-host=host_name option are visible in this list.'; //to translate $strQueriesExecuted = 'The following queries have been executed:'; //to translate $strHaveBeenSynchronized = 'Selected target tables have been synchronized with source tables.'; //to translate +$strDumpAllRows = 'Dump all rows'; //to translate ?> diff --git a/lang/bulgarian-utf-8.inc.php b/lang/bulgarian-utf-8.inc.php index 9ece3bda6..7b177012f 100644 --- a/lang/bulgarian-utf-8.inc.php +++ b/lang/bulgarian-utf-8.inc.php @@ -1625,4 +1625,5 @@ $strReplicationShowConnectedSlaves = 'Show connected slaves'; //to translate $strReplicationShowConnectedSlavesNote = 'Only slaves started with the --report-host=host_name option are visible in this list.'; //to translate $strQueriesExecuted = 'The following queries have been executed:'; //to translate $strHaveBeenSynchronized = 'Selected target tables have been synchronized with source tables.'; //to translate +$strDumpAllRows = 'Dump all rows'; //to translate ?> diff --git a/lang/catalan-utf-8.inc.php b/lang/catalan-utf-8.inc.php index 137590f12..d3e165555 100644 --- a/lang/catalan-utf-8.inc.php +++ b/lang/catalan-utf-8.inc.php @@ -1599,4 +1599,5 @@ $strReplicationShowConnectedSlaves = 'Show connected slaves'; //to translate $strReplicationShowConnectedSlavesNote = 'Only slaves started with the --report-host=host_name option are visible in this list.'; //to translate $strQueriesExecuted = 'The following queries have been executed:'; //to translate $strHaveBeenSynchronized = 'Selected target tables have been synchronized with source tables.'; //to translate +$strDumpAllRows = 'Dump all rows'; //to translate ?> diff --git a/lang/chinese_simplified-utf-8.inc.php b/lang/chinese_simplified-utf-8.inc.php index fe51e5209..cb89f88b3 100644 --- a/lang/chinese_simplified-utf-8.inc.php +++ b/lang/chinese_simplified-utf-8.inc.php @@ -1612,4 +1612,5 @@ $strReplicationShowConnectedSlaves = 'Show connected slaves'; //to translate $strReplicationShowConnectedSlavesNote = 'Only slaves started with the --report-host=host_name option are visible in this list.'; //to translate $strQueriesExecuted = 'The following queries have been executed:'; //to translate $strHaveBeenSynchronized = 'Selected target tables have been synchronized with source tables.'; //to translate +$strDumpAllRows = 'Dump all rows'; //to translate ?> diff --git a/lang/chinese_traditional-utf-8.inc.php b/lang/chinese_traditional-utf-8.inc.php index e0f824019..1414cc0bd 100644 --- a/lang/chinese_traditional-utf-8.inc.php +++ b/lang/chinese_traditional-utf-8.inc.php @@ -1609,4 +1609,5 @@ $strReplicationShowConnectedSlaves = 'Show connected slaves'; //to translate $strReplicationShowConnectedSlavesNote = 'Only slaves started with the --report-host=host_name option are visible in this list.'; //to translate $strQueriesExecuted = 'The following queries have been executed:'; //to translate $strHaveBeenSynchronized = 'Selected target tables have been synchronized with source tables.'; //to translate +$strDumpAllRows = 'Dump all rows'; //to translate ?> diff --git a/lang/croatian-utf-8.inc.php b/lang/croatian-utf-8.inc.php index 107e85e79..0fbee4040 100644 --- a/lang/croatian-utf-8.inc.php +++ b/lang/croatian-utf-8.inc.php @@ -1606,4 +1606,5 @@ $strReplicationShowConnectedSlaves = 'Show connected slaves'; //to translate $strReplicationShowConnectedSlavesNote = 'Only slaves started with the --report-host=host_name option are visible in this list.'; //to translate $strQueriesExecuted = 'The following queries have been executed:'; //to translate $strHaveBeenSynchronized = 'Selected target tables have been synchronized with source tables.'; //to translate +$strDumpAllRows = 'Dump all rows'; //to translate ?> diff --git a/lang/czech-utf-8.inc.php b/lang/czech-utf-8.inc.php index 3ea7b3575..4bd410be4 100644 --- a/lang/czech-utf-8.inc.php +++ b/lang/czech-utf-8.inc.php @@ -1610,4 +1610,5 @@ $strReplicationShowConnectedSlaves = 'Show connected slaves'; //to translate $strReplicationShowConnectedSlavesNote = 'Only slaves started with the --report-host=host_name option are visible in this list.'; //to translate $strQueriesExecuted = 'The following queries have been executed:'; //to translate $strHaveBeenSynchronized = 'Selected target tables have been synchronized with source tables.'; //to translate +$strDumpAllRows = 'Dump all rows'; //to translate ?> diff --git a/lang/danish-utf-8.inc.php b/lang/danish-utf-8.inc.php index f83fb05c2..ff62399a2 100644 --- a/lang/danish-utf-8.inc.php +++ b/lang/danish-utf-8.inc.php @@ -1604,4 +1604,5 @@ $strReplicationShowConnectedSlaves = 'Show connected slaves'; //to translate $strReplicationShowConnectedSlavesNote = 'Only slaves started with the --report-host=host_name option are visible in this list.'; //to translate $strQueriesExecuted = 'The following queries have been executed:'; //to translate $strHaveBeenSynchronized = 'Selected target tables have been synchronized with source tables.'; //to translate +$strDumpAllRows = 'Dump all rows'; //to translate ?> diff --git a/lang/dutch-utf-8.inc.php b/lang/dutch-utf-8.inc.php index b78b05a28..d8cf949b1 100644 --- a/lang/dutch-utf-8.inc.php +++ b/lang/dutch-utf-8.inc.php @@ -1609,4 +1609,5 @@ $strReplicationShowConnectedSlaves = 'Show connected slaves'; //to translate $strReplicationShowConnectedSlavesNote = 'Only slaves started with the --report-host=host_name option are visible in this list.'; //to translate $strQueriesExecuted = 'The following queries have been executed:'; //to translate $strHaveBeenSynchronized = 'Selected target tables have been synchronized with source tables.'; //to translate +$strDumpAllRows = 'Dump all rows'; //to translate ?> diff --git a/lang/english-utf-8.inc.php b/lang/english-utf-8.inc.php index 293cadbc7..cf053020a 100644 --- a/lang/english-utf-8.inc.php +++ b/lang/english-utf-8.inc.php @@ -270,6 +270,7 @@ $strDoYouReally = 'Do you really want to '; $strDropDatabaseStrongWarning = 'You are about to DESTROY a complete database!'; $strDrop = 'Drop'; $strDropUsersDb = 'Drop the databases that have the same names as the users.'; +$strDumpAllRows = 'Dump all rows'; $strDumpingData = 'Dumping data for table'; $strDumpSaved = 'Dump has been saved to file %s.'; $strDumpXRows = 'Dump %s row(s) starting at record # %s.'; diff --git a/lang/estonian-utf-8.inc.php b/lang/estonian-utf-8.inc.php index f2ab9ab2b..8941aea61 100644 --- a/lang/estonian-utf-8.inc.php +++ b/lang/estonian-utf-8.inc.php @@ -1610,4 +1610,5 @@ $strReplicationShowConnectedSlaves = 'Show connected slaves'; //to translate $strReplicationShowConnectedSlavesNote = 'Only slaves started with the --report-host=host_name option are visible in this list.'; //to translate $strQueriesExecuted = 'The following queries have been executed:'; //to translate $strHaveBeenSynchronized = 'Selected target tables have been synchronized with source tables.'; //to translate +$strDumpAllRows = 'Dump all rows'; //to translate ?> diff --git a/lang/finnish-utf-8.inc.php b/lang/finnish-utf-8.inc.php index 3c47adccf..8b9b23722 100644 --- a/lang/finnish-utf-8.inc.php +++ b/lang/finnish-utf-8.inc.php @@ -1605,4 +1605,5 @@ $strReplicationShowConnectedSlaves = 'Show connected slaves'; //to translate $strReplicationShowConnectedSlavesNote = 'Only slaves started with the --report-host=host_name option are visible in this list.'; //to translate $strQueriesExecuted = 'The following queries have been executed:'; //to translate $strHaveBeenSynchronized = 'Selected target tables have been synchronized with source tables.'; //to translate +$strDumpAllRows = 'Dump all rows'; //to translate ?> diff --git a/lang/french-utf-8.inc.php b/lang/french-utf-8.inc.php index 14050fa07..ff3d8a18b 100644 --- a/lang/french-utf-8.inc.php +++ b/lang/french-utf-8.inc.php @@ -1601,4 +1601,5 @@ $strYes = 'Oui'; $strZeroRemovesTheLimit = 'Note: Une valeur de 0 (zero) enlève la limite.'; $strZip = '"zippé"'; +$strDumpAllRows = 'Dump all rows'; //to translate ?> diff --git a/lang/galician-utf-8.inc.php b/lang/galician-utf-8.inc.php index 5bcb46fed..e9d8711ce 100644 --- a/lang/galician-utf-8.inc.php +++ b/lang/galician-utf-8.inc.php @@ -1604,4 +1604,5 @@ $strReplicationShowConnectedSlaves = 'Show connected slaves'; //to translate $strReplicationShowConnectedSlavesNote = 'Only slaves started with the --report-host=host_name option are visible in this list.'; //to translate $strQueriesExecuted = 'The following queries have been executed:'; //to translate $strHaveBeenSynchronized = 'Selected target tables have been synchronized with source tables.'; //to translate +$strDumpAllRows = 'Dump all rows'; //to translate ?> diff --git a/lang/georgian-utf-8.inc.php b/lang/georgian-utf-8.inc.php index bfc4d41af..1ae8671ad 100644 --- a/lang/georgian-utf-8.inc.php +++ b/lang/georgian-utf-8.inc.php @@ -1609,4 +1609,5 @@ $strReplicationShowConnectedSlaves = 'Show connected slaves'; //to translate $strReplicationShowConnectedSlavesNote = 'Only slaves started with the --report-host=host_name option are visible in this list.'; //to translate $strQueriesExecuted = 'The following queries have been executed:'; //to translate $strHaveBeenSynchronized = 'Selected target tables have been synchronized with source tables.'; //to translate +$strDumpAllRows = 'Dump all rows'; //to translate ?> diff --git a/lang/german-utf-8.inc.php b/lang/german-utf-8.inc.php index c63d403d2..164b0e9e7 100644 --- a/lang/german-utf-8.inc.php +++ b/lang/german-utf-8.inc.php @@ -1619,4 +1619,5 @@ $strReplicationShowConnectedSlaves = 'Show connected slaves'; //to translate $strReplicationShowConnectedSlavesNote = 'Only slaves started with the --report-host=host_name option are visible in this list.'; //to translate $strQueriesExecuted = 'The following queries have been executed:'; //to translate $strHaveBeenSynchronized = 'Selected target tables have been synchronized with source tables.'; //to translate +$strDumpAllRows = 'Dump all rows'; //to translate ?> diff --git a/lang/greek-utf-8.inc.php b/lang/greek-utf-8.inc.php index 1ecb52411..5ea193212 100644 --- a/lang/greek-utf-8.inc.php +++ b/lang/greek-utf-8.inc.php @@ -1627,4 +1627,5 @@ $strReplicationShowConnectedSlaves = 'Show connected slaves'; //to translate $strReplicationShowConnectedSlavesNote = 'Only slaves started with the --report-host=host_name option are visible in this list.'; //to translate $strQueriesExecuted = 'The following queries have been executed:'; //to translate $strHaveBeenSynchronized = 'Selected target tables have been synchronized with source tables.'; //to translate +$strDumpAllRows = 'Dump all rows'; //to translate ?> diff --git a/lang/hebrew-utf-8.inc.php b/lang/hebrew-utf-8.inc.php index 9db9ff19d..ec910de56 100644 --- a/lang/hebrew-utf-8.inc.php +++ b/lang/hebrew-utf-8.inc.php @@ -1622,4 +1622,5 @@ $strReplicationShowConnectedSlaves = 'Show connected slaves'; //to translate $strReplicationShowConnectedSlavesNote = 'Only slaves started with the --report-host=host_name option are visible in this list.'; //to translate $strQueriesExecuted = 'The following queries have been executed:'; //to translate $strHaveBeenSynchronized = 'Selected target tables have been synchronized with source tables.'; //to translate +$strDumpAllRows = 'Dump all rows'; //to translate ?> diff --git a/lang/hindi-utf-8.inc.php b/lang/hindi-utf-8.inc.php index 9e7a76dd2..5488ac0aa 100644 --- a/lang/hindi-utf-8.inc.php +++ b/lang/hindi-utf-8.inc.php @@ -1630,4 +1630,5 @@ $strReplicationShowConnectedSlaves = 'Show connected slaves'; //to translate $strReplicationShowConnectedSlavesNote = 'Only slaves started with the --report-host=host_name option are visible in this list.'; //to translate $strQueriesExecuted = 'The following queries have been executed:'; //to translate $strHaveBeenSynchronized = 'Selected target tables have been synchronized with source tables.'; //to translate +$strDumpAllRows = 'Dump all rows'; //to translate ?> diff --git a/lang/hungarian-utf-8.inc.php b/lang/hungarian-utf-8.inc.php index 43b9de3fd..9bdd4a3d6 100644 --- a/lang/hungarian-utf-8.inc.php +++ b/lang/hungarian-utf-8.inc.php @@ -1606,4 +1606,5 @@ $strReplicationShowConnectedSlaves = 'Show connected slaves'; //to translate $strReplicationShowConnectedSlavesNote = 'Only slaves started with the --report-host=host_name option are visible in this list.'; //to translate $strQueriesExecuted = 'The following queries have been executed:'; //to translate $strHaveBeenSynchronized = 'Selected target tables have been synchronized with source tables.'; //to translate +$strDumpAllRows = 'Dump all rows'; //to translate ?> diff --git a/lang/indonesian-utf-8.inc.php b/lang/indonesian-utf-8.inc.php index d71e7404b..d439b0968 100644 --- a/lang/indonesian-utf-8.inc.php +++ b/lang/indonesian-utf-8.inc.php @@ -1620,4 +1620,5 @@ $strReplicationShowConnectedSlaves = 'Show connected slaves'; //to translate $strReplicationShowConnectedSlavesNote = 'Only slaves started with the --report-host=host_name option are visible in this list.'; //to translate $strQueriesExecuted = 'The following queries have been executed:'; //to translate $strHaveBeenSynchronized = 'Selected target tables have been synchronized with source tables.'; //to translate +$strDumpAllRows = 'Dump all rows'; //to translate ?> diff --git a/lang/italian-utf-8.inc.php b/lang/italian-utf-8.inc.php index 3133d93bf..5b9e7d66d 100644 --- a/lang/italian-utf-8.inc.php +++ b/lang/italian-utf-8.inc.php @@ -1609,4 +1609,5 @@ $strReplicationShowConnectedSlaves = 'Show connected slaves'; //to translate $strReplicationShowConnectedSlavesNote = 'Only slaves started with the --report-host=host_name option are visible in this list.'; //to translate $strQueriesExecuted = 'The following queries have been executed:'; //to translate $strHaveBeenSynchronized = 'Selected target tables have been synchronized with source tables.'; //to translate +$strDumpAllRows = 'Dump all rows'; //to translate ?> diff --git a/lang/japanese-utf-8.inc.php b/lang/japanese-utf-8.inc.php index cd64bd839..e902cc53f 100644 --- a/lang/japanese-utf-8.inc.php +++ b/lang/japanese-utf-8.inc.php @@ -1610,4 +1610,5 @@ $strReplicationShowConnectedSlaves = 'Show connected slaves'; //to translate $strReplicationShowConnectedSlavesNote = 'Only slaves started with the --report-host=host_name option are visible in this list.'; //to translate $strQueriesExecuted = 'The following queries have been executed:'; //to translate $strHaveBeenSynchronized = 'Selected target tables have been synchronized with source tables.'; //to translate +$strDumpAllRows = 'Dump all rows'; //to translate ?> diff --git a/lang/korean-utf-8.inc.php b/lang/korean-utf-8.inc.php index ef8ce61c4..3328af683 100644 --- a/lang/korean-utf-8.inc.php +++ b/lang/korean-utf-8.inc.php @@ -1625,4 +1625,5 @@ $strReplicationShowConnectedSlaves = 'Show connected slaves'; //to translate $strReplicationShowConnectedSlavesNote = 'Only slaves started with the --report-host=host_name option are visible in this list.'; //to translate $strQueriesExecuted = 'The following queries have been executed:'; //to translate $strHaveBeenSynchronized = 'Selected target tables have been synchronized with source tables.'; //to translate +$strDumpAllRows = 'Dump all rows'; //to translate ?> diff --git a/lang/latvian-utf-8.inc.php b/lang/latvian-utf-8.inc.php index 0b318569a..2ed56b068 100644 --- a/lang/latvian-utf-8.inc.php +++ b/lang/latvian-utf-8.inc.php @@ -1627,4 +1627,5 @@ $strReplicationShowConnectedSlaves = 'Show connected slaves'; //to translate $strReplicationShowConnectedSlavesNote = 'Only slaves started with the --report-host=host_name option are visible in this list.'; //to translate $strQueriesExecuted = 'The following queries have been executed:'; //to translate $strHaveBeenSynchronized = 'Selected target tables have been synchronized with source tables.'; //to translate +$strDumpAllRows = 'Dump all rows'; //to translate ?> diff --git a/lang/lithuanian-utf-8.inc.php b/lang/lithuanian-utf-8.inc.php index eb43524fd..9bf03d36c 100644 --- a/lang/lithuanian-utf-8.inc.php +++ b/lang/lithuanian-utf-8.inc.php @@ -1619,4 +1619,5 @@ $strReplicationShowConnectedSlaves = 'Show connected slaves'; //to translate $strReplicationShowConnectedSlavesNote = 'Only slaves started with the --report-host=host_name option are visible in this list.'; //to translate $strQueriesExecuted = 'The following queries have been executed:'; //to translate $strHaveBeenSynchronized = 'Selected target tables have been synchronized with source tables.'; //to translate +$strDumpAllRows = 'Dump all rows'; //to translate ?> diff --git a/lang/macedonian_cyrillic-utf-8.inc.php b/lang/macedonian_cyrillic-utf-8.inc.php index cb7f10ebd..03749c913 100644 --- a/lang/macedonian_cyrillic-utf-8.inc.php +++ b/lang/macedonian_cyrillic-utf-8.inc.php @@ -1605,4 +1605,5 @@ $strReplicationShowConnectedSlaves = 'Show connected slaves'; //to translate $strReplicationShowConnectedSlavesNote = 'Only slaves started with the --report-host=host_name option are visible in this list.'; //to translate $strQueriesExecuted = 'The following queries have been executed:'; //to translate $strHaveBeenSynchronized = 'Selected target tables have been synchronized with source tables.'; //to translate +$strDumpAllRows = 'Dump all rows'; //to translate ?> diff --git a/lang/malay-utf-8.inc.php b/lang/malay-utf-8.inc.php index d3536c2e4..aacf6295c 100644 --- a/lang/malay-utf-8.inc.php +++ b/lang/malay-utf-8.inc.php @@ -1642,4 +1642,5 @@ $strReplicationShowConnectedSlaves = 'Show connected slaves'; //to translate $strReplicationShowConnectedSlavesNote = 'Only slaves started with the --report-host=host_name option are visible in this list.'; //to translate $strQueriesExecuted = 'The following queries have been executed:'; //to translate $strHaveBeenSynchronized = 'Selected target tables have been synchronized with source tables.'; //to translate +$strDumpAllRows = 'Dump all rows'; //to translate ?> diff --git a/lang/mongolian-utf-8.inc.php b/lang/mongolian-utf-8.inc.php index 58d8261c0..f759a5ee3 100644 --- a/lang/mongolian-utf-8.inc.php +++ b/lang/mongolian-utf-8.inc.php @@ -1625,4 +1625,5 @@ $strReplicationShowConnectedSlaves = 'Show connected slaves'; //to translate $strReplicationShowConnectedSlavesNote = 'Only slaves started with the --report-host=host_name option are visible in this list.'; //to translate $strQueriesExecuted = 'The following queries have been executed:'; //to translate $strHaveBeenSynchronized = 'Selected target tables have been synchronized with source tables.'; //to translate +$strDumpAllRows = 'Dump all rows'; //to translate ?> diff --git a/lang/norwegian-utf-8.inc.php b/lang/norwegian-utf-8.inc.php index 009cd68b2..e491f3ee6 100644 --- a/lang/norwegian-utf-8.inc.php +++ b/lang/norwegian-utf-8.inc.php @@ -1602,4 +1602,5 @@ $strReplicationShowConnectedSlaves = 'Show connected slaves'; //to translate $strReplicationShowConnectedSlavesNote = 'Only slaves started with the --report-host=host_name option are visible in this list.'; //to translate $strQueriesExecuted = 'The following queries have been executed:'; //to translate $strHaveBeenSynchronized = 'Selected target tables have been synchronized with source tables.'; //to translate +$strDumpAllRows = 'Dump all rows'; //to translate ?> diff --git a/lang/persian-utf-8.inc.php b/lang/persian-utf-8.inc.php index 8cf8ae821..fe6dccd95 100644 --- a/lang/persian-utf-8.inc.php +++ b/lang/persian-utf-8.inc.php @@ -1656,4 +1656,5 @@ $strReplicationShowConnectedSlaves = 'Show connected slaves'; //to translate $strReplicationShowConnectedSlavesNote = 'Only slaves started with the --report-host=host_name option are visible in this list.'; //to translate $strQueriesExecuted = 'The following queries have been executed:'; //to translate $strHaveBeenSynchronized = 'Selected target tables have been synchronized with source tables.'; //to translate +$strDumpAllRows = 'Dump all rows'; //to translate ?> diff --git a/lang/polish-utf-8.inc.php b/lang/polish-utf-8.inc.php index 78cfd8e0d..b6dfb768c 100644 --- a/lang/polish-utf-8.inc.php +++ b/lang/polish-utf-8.inc.php @@ -1598,4 +1598,5 @@ $strReplicationShowConnectedSlaves = 'Show connected slaves'; //to translate $strReplicationShowConnectedSlavesNote = 'Only slaves started with the --report-host=host_name option are visible in this list.'; //to translate $strQueriesExecuted = 'The following queries have been executed:'; //to translate $strHaveBeenSynchronized = 'Selected target tables have been synchronized with source tables.'; //to translate +$strDumpAllRows = 'Dump all rows'; //to translate ?> diff --git a/lang/portuguese-utf-8.inc.php b/lang/portuguese-utf-8.inc.php index 3e31783ef..c52ae7542 100644 --- a/lang/portuguese-utf-8.inc.php +++ b/lang/portuguese-utf-8.inc.php @@ -1631,4 +1631,5 @@ $strReplicationShowConnectedSlaves = 'Show connected slaves'; //to translate $strReplicationShowConnectedSlavesNote = 'Only slaves started with the --report-host=host_name option are visible in this list.'; //to translate $strQueriesExecuted = 'The following queries have been executed:'; //to translate $strHaveBeenSynchronized = 'Selected target tables have been synchronized with source tables.'; //to translate +$strDumpAllRows = 'Dump all rows'; //to translate ?> diff --git a/lang/romanian-utf-8.inc.php b/lang/romanian-utf-8.inc.php index 69dac4c38..a0fe0205b 100644 --- a/lang/romanian-utf-8.inc.php +++ b/lang/romanian-utf-8.inc.php @@ -1611,4 +1611,5 @@ $strReplicationShowConnectedSlaves = 'Show connected slaves'; //to translate $strReplicationShowConnectedSlavesNote = 'Only slaves started with the --report-host=host_name option are visible in this list.'; //to translate $strQueriesExecuted = 'The following queries have been executed:'; //to translate $strHaveBeenSynchronized = 'Selected target tables have been synchronized with source tables.'; //to translate +$strDumpAllRows = 'Dump all rows'; //to translate ?> diff --git a/lang/russian-utf-8.inc.php b/lang/russian-utf-8.inc.php index 2b04faf03..ff7e3f5db 100644 --- a/lang/russian-utf-8.inc.php +++ b/lang/russian-utf-8.inc.php @@ -1615,4 +1615,5 @@ $strReplicationShowConnectedSlaves = 'Show connected slaves'; //to translate $strReplicationShowConnectedSlavesNote = 'Only slaves started with the --report-host=host_name option are visible in this list.'; //to translate $strQueriesExecuted = 'The following queries have been executed:'; //to translate $strHaveBeenSynchronized = 'Selected target tables have been synchronized with source tables.'; //to translate +$strDumpAllRows = 'Dump all rows'; //to translate ?> diff --git a/lang/serbian_cyrillic-utf-8.inc.php b/lang/serbian_cyrillic-utf-8.inc.php index b4dad5e94..c6fd2ff2b 100644 --- a/lang/serbian_cyrillic-utf-8.inc.php +++ b/lang/serbian_cyrillic-utf-8.inc.php @@ -1604,4 +1604,5 @@ $strReplicationShowConnectedSlaves = 'Show connected slaves'; //to translate $strReplicationShowConnectedSlavesNote = 'Only slaves started with the --report-host=host_name option are visible in this list.'; //to translate $strQueriesExecuted = 'The following queries have been executed:'; //to translate $strHaveBeenSynchronized = 'Selected target tables have been synchronized with source tables.'; //to translate +$strDumpAllRows = 'Dump all rows'; //to translate ?> diff --git a/lang/serbian_latin-utf-8.inc.php b/lang/serbian_latin-utf-8.inc.php index 13e07396d..2cfdef269 100644 --- a/lang/serbian_latin-utf-8.inc.php +++ b/lang/serbian_latin-utf-8.inc.php @@ -1604,4 +1604,5 @@ $strReplicationShowConnectedSlaves = 'Show connected slaves'; //to translate $strReplicationShowConnectedSlavesNote = 'Only slaves started with the --report-host=host_name option are visible in this list.'; //to translate $strQueriesExecuted = 'The following queries have been executed:'; //to translate $strHaveBeenSynchronized = 'Selected target tables have been synchronized with source tables.'; //to translate +$strDumpAllRows = 'Dump all rows'; //to translate ?> diff --git a/lang/sinhala-utf-8.inc.php b/lang/sinhala-utf-8.inc.php index d5cfcfc88..1446147a1 100644 --- a/lang/sinhala-utf-8.inc.php +++ b/lang/sinhala-utf-8.inc.php @@ -1607,4 +1607,5 @@ $strReplicationShowConnectedSlaves = 'Show connected slaves'; //to translate $strReplicationShowConnectedSlavesNote = 'Only slaves started with the --report-host=host_name option are visible in this list.'; //to translate $strQueriesExecuted = 'The following queries have been executed:'; //to translate $strHaveBeenSynchronized = 'Selected target tables have been synchronized with source tables.'; //to translate +$strDumpAllRows = 'Dump all rows'; //to translate ?> diff --git a/lang/slovak-utf-8.inc.php b/lang/slovak-utf-8.inc.php index f5b202852..2e053f969 100644 --- a/lang/slovak-utf-8.inc.php +++ b/lang/slovak-utf-8.inc.php @@ -1619,4 +1619,5 @@ $strXMLExportViews = 'Export views'; //to translate $strQueriesExecuted = 'The following queries have been executed:'; //to translate $strHaveBeenSynchronized = 'Selected target tables have been synchronized with source tables.'; //to translate +$strDumpAllRows = 'Dump all rows'; //to translate ?> diff --git a/lang/slovenian-utf-8.inc.php b/lang/slovenian-utf-8.inc.php index c10b9bbda..c438305c3 100644 --- a/lang/slovenian-utf-8.inc.php +++ b/lang/slovenian-utf-8.inc.php @@ -1624,4 +1624,5 @@ $strReplicationShowConnectedSlaves = 'Show connected slaves'; //to translate $strReplicationShowConnectedSlavesNote = 'Only slaves started with the --report-host=host_name option are visible in this list.'; //to translate $strQueriesExecuted = 'The following queries have been executed:'; //to translate $strHaveBeenSynchronized = 'Selected target tables have been synchronized with source tables.'; //to translate +$strDumpAllRows = 'Dump all rows'; //to translate ?> diff --git a/lang/spanish-utf-8.inc.php b/lang/spanish-utf-8.inc.php index 25ed843c1..fea60c7ba 100644 --- a/lang/spanish-utf-8.inc.php +++ b/lang/spanish-utf-8.inc.php @@ -1602,4 +1602,5 @@ $strReplicationShowConnectedSlaves = 'Show connected slaves'; //to translate $strReplicationShowConnectedSlavesNote = 'Only slaves started with the --report-host=host_name option are visible in this list.'; //to translate $strQueriesExecuted = 'The following queries have been executed:'; //to translate $strHaveBeenSynchronized = 'Selected target tables have been synchronized with source tables.'; //to translate +$strDumpAllRows = 'Dump all rows'; //to translate ?> diff --git a/lang/swedish-utf-8.inc.php b/lang/swedish-utf-8.inc.php index ea2709dac..b3e82fc50 100644 --- a/lang/swedish-utf-8.inc.php +++ b/lang/swedish-utf-8.inc.php @@ -1601,4 +1601,5 @@ $strReplicationShowConnectedSlaves = 'Show connected slaves'; //to translate $strReplicationShowConnectedSlavesNote = 'Only slaves started with the --report-host=host_name option are visible in this list.'; //to translate $strQueriesExecuted = 'The following queries have been executed:'; //to translate $strHaveBeenSynchronized = 'Selected target tables have been synchronized with source tables.'; //to translate +$strDumpAllRows = 'Dump all rows'; //to translate ?> diff --git a/lang/tatarish-utf-8.inc.php b/lang/tatarish-utf-8.inc.php index 059279163..4260ee110 100644 --- a/lang/tatarish-utf-8.inc.php +++ b/lang/tatarish-utf-8.inc.php @@ -1615,4 +1615,5 @@ $strReplicationShowConnectedSlaves = 'Show connected slaves'; //to translate $strReplicationShowConnectedSlavesNote = 'Only slaves started with the --report-host=host_name option are visible in this list.'; //to translate $strQueriesExecuted = 'The following queries have been executed:'; //to translate $strHaveBeenSynchronized = 'Selected target tables have been synchronized with source tables.'; //to translate +$strDumpAllRows = 'Dump all rows'; //to translate ?> diff --git a/lang/thai-utf-8.inc.php b/lang/thai-utf-8.inc.php index d94f52ee5..aed37ae79 100644 --- a/lang/thai-utf-8.inc.php +++ b/lang/thai-utf-8.inc.php @@ -1626,4 +1626,5 @@ $strReplicationShowConnectedSlaves = 'Show connected slaves'; //to translate $strReplicationShowConnectedSlavesNote = 'Only slaves started with the --report-host=host_name option are visible in this list.'; //to translate $strQueriesExecuted = 'The following queries have been executed:'; //to translate $strHaveBeenSynchronized = 'Selected target tables have been synchronized with source tables.'; //to translate +$strDumpAllRows = 'Dump all rows'; //to translate ?> diff --git a/lang/turkish-utf-8.inc.php b/lang/turkish-utf-8.inc.php index 8dc20f577..7f740e111 100644 --- a/lang/turkish-utf-8.inc.php +++ b/lang/turkish-utf-8.inc.php @@ -1608,4 +1608,5 @@ $strZip = '"zip olarak"'; $strQueriesExecuted = 'The following queries have been executed:'; //to translate $strHaveBeenSynchronized = 'Selected target tables have been synchronized with source tables.'; //to translate +$strDumpAllRows = 'Dump all rows'; //to translate ?> diff --git a/lang/ukrainian-utf-8.inc.php b/lang/ukrainian-utf-8.inc.php index 76025dc02..7edb774a5 100644 --- a/lang/ukrainian-utf-8.inc.php +++ b/lang/ukrainian-utf-8.inc.php @@ -1624,4 +1624,5 @@ $strReplicationShowConnectedSlaves = 'Show connected slaves'; //to translate $strReplicationShowConnectedSlavesNote = 'Only slaves started with the --report-host=host_name option are visible in this list.'; //to translate $strQueriesExecuted = 'The following queries have been executed:'; //to translate $strHaveBeenSynchronized = 'Selected target tables have been synchronized with source tables.'; //to translate +$strDumpAllRows = 'Dump all rows'; //to translate ?> diff --git a/lang/uzbek_cyrillic-utf-8.inc.php b/lang/uzbek_cyrillic-utf-8.inc.php index 2b9b537ac..9ffb275c9 100644 --- a/lang/uzbek_cyrillic-utf-8.inc.php +++ b/lang/uzbek_cyrillic-utf-8.inc.php @@ -1606,4 +1606,5 @@ $strReplicationShowConnectedSlaves = 'Show connected slaves'; //to translate $strReplicationShowConnectedSlavesNote = 'Only slaves started with the --report-host=host_name option are visible in this list.'; //to translate $strQueriesExecuted = 'The following queries have been executed:'; //to translate $strHaveBeenSynchronized = 'Selected target tables have been synchronized with source tables.'; //to translate +$strDumpAllRows = 'Dump all rows'; //to translate ?> diff --git a/lang/uzbek_latin-utf-8.inc.php b/lang/uzbek_latin-utf-8.inc.php index 56cac3875..d15dcf78d 100644 --- a/lang/uzbek_latin-utf-8.inc.php +++ b/lang/uzbek_latin-utf-8.inc.php @@ -1606,4 +1606,5 @@ $strReplicationShowConnectedSlaves = 'Show connected slaves'; //to translate $strReplicationShowConnectedSlavesNote = 'Only slaves started with the --report-host=host_name option are visible in this list.'; //to translate $strQueriesExecuted = 'The following queries have been executed:'; //to translate $strHaveBeenSynchronized = 'Selected target tables have been synchronized with source tables.'; //to translate +$strDumpAllRows = 'Dump all rows'; //to translate ?> diff --git a/libraries/display_export.lib.php b/libraries/display_export.lib.php index ec3ae7ae9..457bcaa21 100644 --- a/libraries/display_export.lib.php +++ b/libraries/display_export.lib.php @@ -107,12 +107,17 @@ echo PMA_pluginGetJavascript($export_list);
'; + echo sprintf($strDumpXRows, '', ' '); + + echo ''; + echo ''; ?>