bug #3115519: Prevent long queries from being shown in confirmation popup
This commit is contained in:
@@ -120,6 +120,7 @@
|
|||||||
- bug #3087682 [interface] Do not apply LeftFrameDBSeparator on first character.
|
- bug #3087682 [interface] Do not apply LeftFrameDBSeparator on first character.
|
||||||
+ rfe #3111455 [interface] Column highlighting and marking in table view
|
+ rfe #3111455 [interface] Column highlighting and marking in table view
|
||||||
+ Visual query builder
|
+ Visual query builder
|
||||||
|
- bug #3115519 [interface] Prevent long queries from being shown in confirmation popup
|
||||||
|
|
||||||
3.3.9.0 (not yet released)
|
3.3.9.0 (not yet released)
|
||||||
- bug [doc] Fix references to MySQL doc
|
- bug [doc] Fix references to MySQL doc
|
||||||
|
@@ -257,7 +257,7 @@ if (isset($_REQUEST['submit_search'])) {
|
|||||||
$this_url_params['sql_query'] = $newsearchsqls['delete'];
|
$this_url_params['sql_query'] = $newsearchsqls['delete'];
|
||||||
echo '<td>' . PMA_linkOrButton(
|
echo '<td>' . PMA_linkOrButton(
|
||||||
'sql.php' . PMA_generate_common_url($this_url_params),
|
'sql.php' . PMA_generate_common_url($this_url_params),
|
||||||
__('Delete'), $newsearchsqls['delete']) . "</td>\n";
|
__('Delete'), printf(__('Delete the matches for the "%s" table?'), htmlspecialchars($each_table))) . "</td>\n";
|
||||||
|
|
||||||
} else {
|
} else {
|
||||||
echo '<td> </td>' . "\n"
|
echo '<td> </td>' . "\n"
|
||||||
|
Reference in New Issue
Block a user