bug #2037381 [export] Export type "replace" does not work
This commit is contained in:
@@ -10,6 +10,7 @@ $HeadURL: https://phpmyadmin.svn.sourceforge.net/svnroot/phpmyadmin/trunk/phpMyA
|
|||||||
- bug #2032707 [core] PMA does not start if ini_set() is disabled
|
- bug #2032707 [core] PMA does not start if ini_set() is disabled
|
||||||
- bug #2004915 [bookmarks] Saved queries greater than 1000 chars not
|
- bug #2004915 [bookmarks] Saved queries greater than 1000 chars not
|
||||||
displayed, thanks to Maik Wiege - mswiege
|
displayed, thanks to Maik Wiege - mswiege
|
||||||
|
- bug #2037381 [export] Export type "replace" does not work
|
||||||
|
|
||||||
2.11.8.0 (2008-07-28)
|
2.11.8.0 (2008-07-28)
|
||||||
- patch #1987593 [interface] Table list pagination in navi,
|
- patch #1987593 [interface] Table list pagination in navi,
|
||||||
|
@@ -118,7 +118,7 @@ if (isset($plugin_list)) {
|
|||||||
$plugin_list['sql']['options'][] =
|
$plugin_list['sql']['options'][] =
|
||||||
array('type' => 'bool', 'name' => 'hex_for_blob', 'text' => 'strHexForBLOB');
|
array('type' => 'bool', 'name' => 'hex_for_blob', 'text' => 'strHexForBLOB');
|
||||||
$plugin_list['sql']['options'][] =
|
$plugin_list['sql']['options'][] =
|
||||||
array('type' => 'select', 'name' => 'type', 'text' => 'strSQLExportType', 'values' => array('INSERT', 'UPDATE', 'REPLACE'));
|
array('type' => 'select', 'name' => 'type', 'text' => 'strSQLExportType', 'values' => array('INSERT' => 'INSERT', 'UPDATE' => 'UPDATE', 'REPLACE' => 'REPLACE'));
|
||||||
$plugin_list['sql']['options'][] =
|
$plugin_list['sql']['options'][] =
|
||||||
array('type' => 'egroup');
|
array('type' => 'egroup');
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user