bug #2883633 [export] Export of InnoDB table is incomplete
This commit is contained in:
@@ -43,6 +43,7 @@ $HeadURL: https://phpmyadmin.svn.sourceforge.net/svnroot/phpmyadmin/trunk/phpMyA
|
|||||||
+ [lang] Turkish update, thanks to Burak Yavuz
|
+ [lang] Turkish update, thanks to Burak Yavuz
|
||||||
+ [auth] Add custom port configuration in signon, thanks to Gary Smith
|
+ [auth] Add custom port configuration in signon, thanks to Gary Smith
|
||||||
- [core] Removed context from the error handler
|
- [core] Removed context from the error handler
|
||||||
|
- bug #2883633 [export] Export of InnoDB table is incomplete
|
||||||
|
|
||||||
3.2.3.0 (not yet released)
|
3.2.3.0 (not yet released)
|
||||||
- patch #2856664 [export] Date, time, and datetime column types now export correctly to
|
- patch #2856664 [export] Date, time, and datetime column types now export correctly to
|
||||||
|
@@ -517,8 +517,8 @@ if ($export_type == 'server') {
|
|||||||
break;
|
break;
|
||||||
}
|
}
|
||||||
// We export just one table
|
// We export just one table
|
||||||
|
// $allrows comes from the form when "Dump all rows" has been selected
|
||||||
if ($limit_to > 0 && $limit_from >= 0) {
|
if ($allrows == '0' && $limit_to > 0 && $limit_from >= 0) {
|
||||||
$add_query = ' LIMIT '
|
$add_query = ' LIMIT '
|
||||||
. (($limit_from > 0) ? $limit_from . ', ' : '')
|
. (($limit_from > 0) ? $limit_from . ', ' : '')
|
||||||
. $limit_to;
|
. $limit_to;
|
||||||
|
@@ -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
|
$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
|
$strQueriesExecuted = 'The following queries have been executed:'; //to translate
|
||||||
$strHaveBeenSynchronized = 'Selected target tables have been synchronized with source tables.'; //to translate
|
$strHaveBeenSynchronized = 'Selected target tables have been synchronized with source tables.'; //to translate
|
||||||
|
$strDumpAllRows = 'Dump all rows'; //to translate
|
||||||
?>
|
?>
|
||||||
|
@@ -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
|
$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
|
$strQueriesExecuted = 'The following queries have been executed:'; //to translate
|
||||||
$strHaveBeenSynchronized = 'Selected target tables have been synchronized with source tables.'; //to translate
|
$strHaveBeenSynchronized = 'Selected target tables have been synchronized with source tables.'; //to translate
|
||||||
|
$strDumpAllRows = 'Dump all rows'; //to translate
|
||||||
?>
|
?>
|
||||||
|
@@ -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
|
$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
|
$strQueriesExecuted = 'The following queries have been executed:'; //to translate
|
||||||
$strHaveBeenSynchronized = 'Selected target tables have been synchronized with source tables.'; //to translate
|
$strHaveBeenSynchronized = 'Selected target tables have been synchronized with source tables.'; //to translate
|
||||||
|
$strDumpAllRows = 'Dump all rows'; //to translate
|
||||||
?>
|
?>
|
||||||
|
@@ -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
|
$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
|
$strQueriesExecuted = 'The following queries have been executed:'; //to translate
|
||||||
$strHaveBeenSynchronized = 'Selected target tables have been synchronized with source tables.'; //to translate
|
$strHaveBeenSynchronized = 'Selected target tables have been synchronized with source tables.'; //to translate
|
||||||
|
$strDumpAllRows = 'Dump all rows'; //to translate
|
||||||
?>
|
?>
|
||||||
|
@@ -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
|
$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
|
$strQueriesExecuted = 'The following queries have been executed:'; //to translate
|
||||||
$strHaveBeenSynchronized = 'Selected target tables have been synchronized with source tables.'; //to translate
|
$strHaveBeenSynchronized = 'Selected target tables have been synchronized with source tables.'; //to translate
|
||||||
|
$strDumpAllRows = 'Dump all rows'; //to translate
|
||||||
?>
|
?>
|
||||||
|
@@ -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
|
$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
|
$strQueriesExecuted = 'The following queries have been executed:'; //to translate
|
||||||
$strHaveBeenSynchronized = 'Selected target tables have been synchronized with source tables.'; //to translate
|
$strHaveBeenSynchronized = 'Selected target tables have been synchronized with source tables.'; //to translate
|
||||||
|
$strDumpAllRows = 'Dump all rows'; //to translate
|
||||||
?>
|
?>
|
||||||
|
@@ -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
|
$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
|
$strQueriesExecuted = 'The following queries have been executed:'; //to translate
|
||||||
$strHaveBeenSynchronized = 'Selected target tables have been synchronized with source tables.'; //to translate
|
$strHaveBeenSynchronized = 'Selected target tables have been synchronized with source tables.'; //to translate
|
||||||
|
$strDumpAllRows = 'Dump all rows'; //to translate
|
||||||
?>
|
?>
|
||||||
|
@@ -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
|
$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
|
$strQueriesExecuted = 'The following queries have been executed:'; //to translate
|
||||||
$strHaveBeenSynchronized = 'Selected target tables have been synchronized with source tables.'; //to translate
|
$strHaveBeenSynchronized = 'Selected target tables have been synchronized with source tables.'; //to translate
|
||||||
|
$strDumpAllRows = 'Dump all rows'; //to translate
|
||||||
?>
|
?>
|
||||||
|
@@ -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
|
$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
|
$strQueriesExecuted = 'The following queries have been executed:'; //to translate
|
||||||
$strHaveBeenSynchronized = 'Selected target tables have been synchronized with source tables.'; //to translate
|
$strHaveBeenSynchronized = 'Selected target tables have been synchronized with source tables.'; //to translate
|
||||||
|
$strDumpAllRows = 'Dump all rows'; //to translate
|
||||||
?>
|
?>
|
||||||
|
@@ -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
|
$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
|
$strQueriesExecuted = 'The following queries have been executed:'; //to translate
|
||||||
$strHaveBeenSynchronized = 'Selected target tables have been synchronized with source tables.'; //to translate
|
$strHaveBeenSynchronized = 'Selected target tables have been synchronized with source tables.'; //to translate
|
||||||
|
$strDumpAllRows = 'Dump all rows'; //to translate
|
||||||
?>
|
?>
|
||||||
|
@@ -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
|
$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
|
$strQueriesExecuted = 'The following queries have been executed:'; //to translate
|
||||||
$strHaveBeenSynchronized = 'Selected target tables have been synchronized with source tables.'; //to translate
|
$strHaveBeenSynchronized = 'Selected target tables have been synchronized with source tables.'; //to translate
|
||||||
|
$strDumpAllRows = 'Dump all rows'; //to translate
|
||||||
?>
|
?>
|
||||||
|
@@ -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
|
$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
|
$strQueriesExecuted = 'The following queries have been executed:'; //to translate
|
||||||
$strHaveBeenSynchronized = 'Selected target tables have been synchronized with source tables.'; //to translate
|
$strHaveBeenSynchronized = 'Selected target tables have been synchronized with source tables.'; //to translate
|
||||||
|
$strDumpAllRows = 'Dump all rows'; //to translate
|
||||||
?>
|
?>
|
||||||
|
@@ -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
|
$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
|
$strQueriesExecuted = 'The following queries have been executed:'; //to translate
|
||||||
$strHaveBeenSynchronized = 'Selected target tables have been synchronized with source tables.'; //to translate
|
$strHaveBeenSynchronized = 'Selected target tables have been synchronized with source tables.'; //to translate
|
||||||
|
$strDumpAllRows = 'Dump all rows'; //to translate
|
||||||
?>
|
?>
|
||||||
|
@@ -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
|
$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
|
$strQueriesExecuted = 'The following queries have been executed:'; //to translate
|
||||||
$strHaveBeenSynchronized = 'Selected target tables have been synchronized with source tables.'; //to translate
|
$strHaveBeenSynchronized = 'Selected target tables have been synchronized with source tables.'; //to translate
|
||||||
|
$strDumpAllRows = 'Dump all rows'; //to translate
|
||||||
?>
|
?>
|
||||||
|
@@ -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
|
$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
|
$strQueriesExecuted = 'The following queries have been executed:'; //to translate
|
||||||
$strHaveBeenSynchronized = 'Selected target tables have been synchronized with source tables.'; //to translate
|
$strHaveBeenSynchronized = 'Selected target tables have been synchronized with source tables.'; //to translate
|
||||||
|
$strDumpAllRows = 'Dump all rows'; //to translate
|
||||||
?>
|
?>
|
||||||
|
@@ -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
|
$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
|
$strQueriesExecuted = 'The following queries have been executed:'; //to translate
|
||||||
$strHaveBeenSynchronized = 'Selected target tables have been synchronized with source tables.'; //to translate
|
$strHaveBeenSynchronized = 'Selected target tables have been synchronized with source tables.'; //to translate
|
||||||
|
$strDumpAllRows = 'Dump all rows'; //to translate
|
||||||
?>
|
?>
|
||||||
|
@@ -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
|
$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
|
$strQueriesExecuted = 'The following queries have been executed:'; //to translate
|
||||||
$strHaveBeenSynchronized = 'Selected target tables have been synchronized with source tables.'; //to translate
|
$strHaveBeenSynchronized = 'Selected target tables have been synchronized with source tables.'; //to translate
|
||||||
|
$strDumpAllRows = 'Dump all rows'; //to translate
|
||||||
?>
|
?>
|
||||||
|
@@ -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
|
$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
|
$strQueriesExecuted = 'The following queries have been executed:'; //to translate
|
||||||
$strHaveBeenSynchronized = 'Selected target tables have been synchronized with source tables.'; //to translate
|
$strHaveBeenSynchronized = 'Selected target tables have been synchronized with source tables.'; //to translate
|
||||||
|
$strDumpAllRows = 'Dump all rows'; //to translate
|
||||||
?>
|
?>
|
||||||
|
@@ -270,6 +270,7 @@ $strDoYouReally = 'Do you really want to ';
|
|||||||
$strDropDatabaseStrongWarning = 'You are about to DESTROY a complete database!';
|
$strDropDatabaseStrongWarning = 'You are about to DESTROY a complete database!';
|
||||||
$strDrop = 'Drop';
|
$strDrop = 'Drop';
|
||||||
$strDropUsersDb = 'Drop the databases that have the same names as the users.';
|
$strDropUsersDb = 'Drop the databases that have the same names as the users.';
|
||||||
|
$strDumpAllRows = 'Dump all rows';
|
||||||
$strDumpingData = 'Dumping data for table';
|
$strDumpingData = 'Dumping data for table';
|
||||||
$strDumpSaved = 'Dump has been saved to file %s.';
|
$strDumpSaved = 'Dump has been saved to file %s.';
|
||||||
$strDumpXRows = 'Dump %s row(s) starting at record # %s.';
|
$strDumpXRows = 'Dump %s row(s) starting at record # %s.';
|
||||||
|
@@ -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
|
$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
|
$strQueriesExecuted = 'The following queries have been executed:'; //to translate
|
||||||
$strHaveBeenSynchronized = 'Selected target tables have been synchronized with source tables.'; //to translate
|
$strHaveBeenSynchronized = 'Selected target tables have been synchronized with source tables.'; //to translate
|
||||||
|
$strDumpAllRows = 'Dump all rows'; //to translate
|
||||||
?>
|
?>
|
||||||
|
@@ -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
|
$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
|
$strQueriesExecuted = 'The following queries have been executed:'; //to translate
|
||||||
$strHaveBeenSynchronized = 'Selected target tables have been synchronized with source tables.'; //to translate
|
$strHaveBeenSynchronized = 'Selected target tables have been synchronized with source tables.'; //to translate
|
||||||
|
$strDumpAllRows = 'Dump all rows'; //to translate
|
||||||
?>
|
?>
|
||||||
|
@@ -1601,4 +1601,5 @@ $strYes = 'Oui';
|
|||||||
$strZeroRemovesTheLimit = 'Note: Une valeur de 0 (zero) enlève la limite.';
|
$strZeroRemovesTheLimit = 'Note: Une valeur de 0 (zero) enlève la limite.';
|
||||||
$strZip = '"zippé"';
|
$strZip = '"zippé"';
|
||||||
|
|
||||||
|
$strDumpAllRows = 'Dump all rows'; //to translate
|
||||||
?>
|
?>
|
||||||
|
@@ -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
|
$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
|
$strQueriesExecuted = 'The following queries have been executed:'; //to translate
|
||||||
$strHaveBeenSynchronized = 'Selected target tables have been synchronized with source tables.'; //to translate
|
$strHaveBeenSynchronized = 'Selected target tables have been synchronized with source tables.'; //to translate
|
||||||
|
$strDumpAllRows = 'Dump all rows'; //to translate
|
||||||
?>
|
?>
|
||||||
|
@@ -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
|
$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
|
$strQueriesExecuted = 'The following queries have been executed:'; //to translate
|
||||||
$strHaveBeenSynchronized = 'Selected target tables have been synchronized with source tables.'; //to translate
|
$strHaveBeenSynchronized = 'Selected target tables have been synchronized with source tables.'; //to translate
|
||||||
|
$strDumpAllRows = 'Dump all rows'; //to translate
|
||||||
?>
|
?>
|
||||||
|
@@ -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
|
$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
|
$strQueriesExecuted = 'The following queries have been executed:'; //to translate
|
||||||
$strHaveBeenSynchronized = 'Selected target tables have been synchronized with source tables.'; //to translate
|
$strHaveBeenSynchronized = 'Selected target tables have been synchronized with source tables.'; //to translate
|
||||||
|
$strDumpAllRows = 'Dump all rows'; //to translate
|
||||||
?>
|
?>
|
||||||
|
@@ -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
|
$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
|
$strQueriesExecuted = 'The following queries have been executed:'; //to translate
|
||||||
$strHaveBeenSynchronized = 'Selected target tables have been synchronized with source tables.'; //to translate
|
$strHaveBeenSynchronized = 'Selected target tables have been synchronized with source tables.'; //to translate
|
||||||
|
$strDumpAllRows = 'Dump all rows'; //to translate
|
||||||
?>
|
?>
|
||||||
|
@@ -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
|
$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
|
$strQueriesExecuted = 'The following queries have been executed:'; //to translate
|
||||||
$strHaveBeenSynchronized = 'Selected target tables have been synchronized with source tables.'; //to translate
|
$strHaveBeenSynchronized = 'Selected target tables have been synchronized with source tables.'; //to translate
|
||||||
|
$strDumpAllRows = 'Dump all rows'; //to translate
|
||||||
?>
|
?>
|
||||||
|
@@ -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
|
$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
|
$strQueriesExecuted = 'The following queries have been executed:'; //to translate
|
||||||
$strHaveBeenSynchronized = 'Selected target tables have been synchronized with source tables.'; //to translate
|
$strHaveBeenSynchronized = 'Selected target tables have been synchronized with source tables.'; //to translate
|
||||||
|
$strDumpAllRows = 'Dump all rows'; //to translate
|
||||||
?>
|
?>
|
||||||
|
@@ -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
|
$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
|
$strQueriesExecuted = 'The following queries have been executed:'; //to translate
|
||||||
$strHaveBeenSynchronized = 'Selected target tables have been synchronized with source tables.'; //to translate
|
$strHaveBeenSynchronized = 'Selected target tables have been synchronized with source tables.'; //to translate
|
||||||
|
$strDumpAllRows = 'Dump all rows'; //to translate
|
||||||
?>
|
?>
|
||||||
|
@@ -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
|
$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
|
$strQueriesExecuted = 'The following queries have been executed:'; //to translate
|
||||||
$strHaveBeenSynchronized = 'Selected target tables have been synchronized with source tables.'; //to translate
|
$strHaveBeenSynchronized = 'Selected target tables have been synchronized with source tables.'; //to translate
|
||||||
|
$strDumpAllRows = 'Dump all rows'; //to translate
|
||||||
?>
|
?>
|
||||||
|
@@ -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
|
$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
|
$strQueriesExecuted = 'The following queries have been executed:'; //to translate
|
||||||
$strHaveBeenSynchronized = 'Selected target tables have been synchronized with source tables.'; //to translate
|
$strHaveBeenSynchronized = 'Selected target tables have been synchronized with source tables.'; //to translate
|
||||||
|
$strDumpAllRows = 'Dump all rows'; //to translate
|
||||||
?>
|
?>
|
||||||
|
@@ -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
|
$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
|
$strQueriesExecuted = 'The following queries have been executed:'; //to translate
|
||||||
$strHaveBeenSynchronized = 'Selected target tables have been synchronized with source tables.'; //to translate
|
$strHaveBeenSynchronized = 'Selected target tables have been synchronized with source tables.'; //to translate
|
||||||
|
$strDumpAllRows = 'Dump all rows'; //to translate
|
||||||
?>
|
?>
|
||||||
|
@@ -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
|
$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
|
$strQueriesExecuted = 'The following queries have been executed:'; //to translate
|
||||||
$strHaveBeenSynchronized = 'Selected target tables have been synchronized with source tables.'; //to translate
|
$strHaveBeenSynchronized = 'Selected target tables have been synchronized with source tables.'; //to translate
|
||||||
|
$strDumpAllRows = 'Dump all rows'; //to translate
|
||||||
?>
|
?>
|
||||||
|
@@ -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
|
$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
|
$strQueriesExecuted = 'The following queries have been executed:'; //to translate
|
||||||
$strHaveBeenSynchronized = 'Selected target tables have been synchronized with source tables.'; //to translate
|
$strHaveBeenSynchronized = 'Selected target tables have been synchronized with source tables.'; //to translate
|
||||||
|
$strDumpAllRows = 'Dump all rows'; //to translate
|
||||||
?>
|
?>
|
||||||
|
@@ -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
|
$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
|
$strQueriesExecuted = 'The following queries have been executed:'; //to translate
|
||||||
$strHaveBeenSynchronized = 'Selected target tables have been synchronized with source tables.'; //to translate
|
$strHaveBeenSynchronized = 'Selected target tables have been synchronized with source tables.'; //to translate
|
||||||
|
$strDumpAllRows = 'Dump all rows'; //to translate
|
||||||
?>
|
?>
|
||||||
|
@@ -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
|
$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
|
$strQueriesExecuted = 'The following queries have been executed:'; //to translate
|
||||||
$strHaveBeenSynchronized = 'Selected target tables have been synchronized with source tables.'; //to translate
|
$strHaveBeenSynchronized = 'Selected target tables have been synchronized with source tables.'; //to translate
|
||||||
|
$strDumpAllRows = 'Dump all rows'; //to translate
|
||||||
?>
|
?>
|
||||||
|
@@ -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
|
$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
|
$strQueriesExecuted = 'The following queries have been executed:'; //to translate
|
||||||
$strHaveBeenSynchronized = 'Selected target tables have been synchronized with source tables.'; //to translate
|
$strHaveBeenSynchronized = 'Selected target tables have been synchronized with source tables.'; //to translate
|
||||||
|
$strDumpAllRows = 'Dump all rows'; //to translate
|
||||||
?>
|
?>
|
||||||
|
@@ -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
|
$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
|
$strQueriesExecuted = 'The following queries have been executed:'; //to translate
|
||||||
$strHaveBeenSynchronized = 'Selected target tables have been synchronized with source tables.'; //to translate
|
$strHaveBeenSynchronized = 'Selected target tables have been synchronized with source tables.'; //to translate
|
||||||
|
$strDumpAllRows = 'Dump all rows'; //to translate
|
||||||
?>
|
?>
|
||||||
|
@@ -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
|
$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
|
$strQueriesExecuted = 'The following queries have been executed:'; //to translate
|
||||||
$strHaveBeenSynchronized = 'Selected target tables have been synchronized with source tables.'; //to translate
|
$strHaveBeenSynchronized = 'Selected target tables have been synchronized with source tables.'; //to translate
|
||||||
|
$strDumpAllRows = 'Dump all rows'; //to translate
|
||||||
?>
|
?>
|
||||||
|
@@ -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
|
$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
|
$strQueriesExecuted = 'The following queries have been executed:'; //to translate
|
||||||
$strHaveBeenSynchronized = 'Selected target tables have been synchronized with source tables.'; //to translate
|
$strHaveBeenSynchronized = 'Selected target tables have been synchronized with source tables.'; //to translate
|
||||||
|
$strDumpAllRows = 'Dump all rows'; //to translate
|
||||||
?>
|
?>
|
||||||
|
@@ -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
|
$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
|
$strQueriesExecuted = 'The following queries have been executed:'; //to translate
|
||||||
$strHaveBeenSynchronized = 'Selected target tables have been synchronized with source tables.'; //to translate
|
$strHaveBeenSynchronized = 'Selected target tables have been synchronized with source tables.'; //to translate
|
||||||
|
$strDumpAllRows = 'Dump all rows'; //to translate
|
||||||
?>
|
?>
|
||||||
|
@@ -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
|
$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
|
$strQueriesExecuted = 'The following queries have been executed:'; //to translate
|
||||||
$strHaveBeenSynchronized = 'Selected target tables have been synchronized with source tables.'; //to translate
|
$strHaveBeenSynchronized = 'Selected target tables have been synchronized with source tables.'; //to translate
|
||||||
|
$strDumpAllRows = 'Dump all rows'; //to translate
|
||||||
?>
|
?>
|
||||||
|
@@ -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
|
$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
|
$strQueriesExecuted = 'The following queries have been executed:'; //to translate
|
||||||
$strHaveBeenSynchronized = 'Selected target tables have been synchronized with source tables.'; //to translate
|
$strHaveBeenSynchronized = 'Selected target tables have been synchronized with source tables.'; //to translate
|
||||||
|
$strDumpAllRows = 'Dump all rows'; //to translate
|
||||||
?>
|
?>
|
||||||
|
@@ -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
|
$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
|
$strQueriesExecuted = 'The following queries have been executed:'; //to translate
|
||||||
$strHaveBeenSynchronized = 'Selected target tables have been synchronized with source tables.'; //to translate
|
$strHaveBeenSynchronized = 'Selected target tables have been synchronized with source tables.'; //to translate
|
||||||
|
$strDumpAllRows = 'Dump all rows'; //to translate
|
||||||
?>
|
?>
|
||||||
|
@@ -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
|
$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
|
$strQueriesExecuted = 'The following queries have been executed:'; //to translate
|
||||||
$strHaveBeenSynchronized = 'Selected target tables have been synchronized with source tables.'; //to translate
|
$strHaveBeenSynchronized = 'Selected target tables have been synchronized with source tables.'; //to translate
|
||||||
|
$strDumpAllRows = 'Dump all rows'; //to translate
|
||||||
?>
|
?>
|
||||||
|
@@ -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
|
$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
|
$strQueriesExecuted = 'The following queries have been executed:'; //to translate
|
||||||
$strHaveBeenSynchronized = 'Selected target tables have been synchronized with source tables.'; //to translate
|
$strHaveBeenSynchronized = 'Selected target tables have been synchronized with source tables.'; //to translate
|
||||||
|
$strDumpAllRows = 'Dump all rows'; //to translate
|
||||||
?>
|
?>
|
||||||
|
@@ -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
|
$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
|
$strQueriesExecuted = 'The following queries have been executed:'; //to translate
|
||||||
$strHaveBeenSynchronized = 'Selected target tables have been synchronized with source tables.'; //to translate
|
$strHaveBeenSynchronized = 'Selected target tables have been synchronized with source tables.'; //to translate
|
||||||
|
$strDumpAllRows = 'Dump all rows'; //to translate
|
||||||
?>
|
?>
|
||||||
|
@@ -1619,4 +1619,5 @@ $strXMLExportViews = 'Export views'; //to translate
|
|||||||
|
|
||||||
$strQueriesExecuted = 'The following queries have been executed:'; //to translate
|
$strQueriesExecuted = 'The following queries have been executed:'; //to translate
|
||||||
$strHaveBeenSynchronized = 'Selected target tables have been synchronized with source tables.'; //to translate
|
$strHaveBeenSynchronized = 'Selected target tables have been synchronized with source tables.'; //to translate
|
||||||
|
$strDumpAllRows = 'Dump all rows'; //to translate
|
||||||
?>
|
?>
|
||||||
|
@@ -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
|
$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
|
$strQueriesExecuted = 'The following queries have been executed:'; //to translate
|
||||||
$strHaveBeenSynchronized = 'Selected target tables have been synchronized with source tables.'; //to translate
|
$strHaveBeenSynchronized = 'Selected target tables have been synchronized with source tables.'; //to translate
|
||||||
|
$strDumpAllRows = 'Dump all rows'; //to translate
|
||||||
?>
|
?>
|
||||||
|
@@ -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
|
$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
|
$strQueriesExecuted = 'The following queries have been executed:'; //to translate
|
||||||
$strHaveBeenSynchronized = 'Selected target tables have been synchronized with source tables.'; //to translate
|
$strHaveBeenSynchronized = 'Selected target tables have been synchronized with source tables.'; //to translate
|
||||||
|
$strDumpAllRows = 'Dump all rows'; //to translate
|
||||||
?>
|
?>
|
||||||
|
@@ -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
|
$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
|
$strQueriesExecuted = 'The following queries have been executed:'; //to translate
|
||||||
$strHaveBeenSynchronized = 'Selected target tables have been synchronized with source tables.'; //to translate
|
$strHaveBeenSynchronized = 'Selected target tables have been synchronized with source tables.'; //to translate
|
||||||
|
$strDumpAllRows = 'Dump all rows'; //to translate
|
||||||
?>
|
?>
|
||||||
|
@@ -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
|
$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
|
$strQueriesExecuted = 'The following queries have been executed:'; //to translate
|
||||||
$strHaveBeenSynchronized = 'Selected target tables have been synchronized with source tables.'; //to translate
|
$strHaveBeenSynchronized = 'Selected target tables have been synchronized with source tables.'; //to translate
|
||||||
|
$strDumpAllRows = 'Dump all rows'; //to translate
|
||||||
?>
|
?>
|
||||||
|
@@ -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
|
$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
|
$strQueriesExecuted = 'The following queries have been executed:'; //to translate
|
||||||
$strHaveBeenSynchronized = 'Selected target tables have been synchronized with source tables.'; //to translate
|
$strHaveBeenSynchronized = 'Selected target tables have been synchronized with source tables.'; //to translate
|
||||||
|
$strDumpAllRows = 'Dump all rows'; //to translate
|
||||||
?>
|
?>
|
||||||
|
@@ -1608,4 +1608,5 @@ $strZip = '"zip olarak"';
|
|||||||
|
|
||||||
$strQueriesExecuted = 'The following queries have been executed:'; //to translate
|
$strQueriesExecuted = 'The following queries have been executed:'; //to translate
|
||||||
$strHaveBeenSynchronized = 'Selected target tables have been synchronized with source tables.'; //to translate
|
$strHaveBeenSynchronized = 'Selected target tables have been synchronized with source tables.'; //to translate
|
||||||
|
$strDumpAllRows = 'Dump all rows'; //to translate
|
||||||
?>
|
?>
|
||||||
|
@@ -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
|
$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
|
$strQueriesExecuted = 'The following queries have been executed:'; //to translate
|
||||||
$strHaveBeenSynchronized = 'Selected target tables have been synchronized with source tables.'; //to translate
|
$strHaveBeenSynchronized = 'Selected target tables have been synchronized with source tables.'; //to translate
|
||||||
|
$strDumpAllRows = 'Dump all rows'; //to translate
|
||||||
?>
|
?>
|
||||||
|
@@ -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
|
$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
|
$strQueriesExecuted = 'The following queries have been executed:'; //to translate
|
||||||
$strHaveBeenSynchronized = 'Selected target tables have been synchronized with source tables.'; //to translate
|
$strHaveBeenSynchronized = 'Selected target tables have been synchronized with source tables.'; //to translate
|
||||||
|
$strDumpAllRows = 'Dump all rows'; //to translate
|
||||||
?>
|
?>
|
||||||
|
@@ -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
|
$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
|
$strQueriesExecuted = 'The following queries have been executed:'; //to translate
|
||||||
$strHaveBeenSynchronized = 'Selected target tables have been synchronized with source tables.'; //to translate
|
$strHaveBeenSynchronized = 'Selected target tables have been synchronized with source tables.'; //to translate
|
||||||
|
$strDumpAllRows = 'Dump all rows'; //to translate
|
||||||
?>
|
?>
|
||||||
|
@@ -107,12 +107,17 @@ echo PMA_pluginGetJavascript($export_list);
|
|||||||
<?php if (strlen($table) && ! isset($num_tables)) { ?>
|
<?php if (strlen($table) && ! isset($num_tables)) { ?>
|
||||||
<div class="formelementrow">
|
<div class="formelementrow">
|
||||||
<?php
|
<?php
|
||||||
|
echo '<input type="radio" name="allrows" value="0" id="radio_allrows_0" checked="checked" />';
|
||||||
|
|
||||||
echo sprintf($strDumpXRows,
|
echo sprintf($strDumpXRows,
|
||||||
'<input type="text" name="limit_to" size="5" value="'
|
'<input type="text" name="limit_to" size="5" value="'
|
||||||
. (isset($unlim_num_rows) ? $unlim_num_rows : PMA_Table::countRecords($db, $table))
|
. (isset($unlim_num_rows) ? $unlim_num_rows : PMA_Table::countRecords($db, $table))
|
||||||
. '" onfocus="this.select()" />',
|
. '" onfocus="this.select()" />',
|
||||||
'<input type="text" name="limit_from" value="0" size="5"'
|
'<input type="text" name="limit_from" value="0" size="5"'
|
||||||
.' onfocus="this.select()" /> ');
|
.' onfocus="this.select()" /> ');
|
||||||
|
|
||||||
|
echo '<input type="radio" name="allrows" value="1" id="radio_allrows_1" />';
|
||||||
|
echo '<label for="radio_allrows_1">' . $strDumpAllRows . '</label>';
|
||||||
?>
|
?>
|
||||||
</div>
|
</div>
|
||||||
<?php } ?>
|
<?php } ?>
|
||||||
|
Reference in New Issue
Block a user