Merge branch 'master' of https://github.com/phpmyadmin/phpmyadmin
This commit is contained in:
commit
4c1d1b877f
@ -133,6 +133,7 @@ foreach ($tables as $table) {
|
||||
}
|
||||
} else {
|
||||
$have_rel = false;
|
||||
$res_rel = array();
|
||||
} // end if
|
||||
|
||||
|
||||
|
||||
@ -1433,7 +1433,6 @@ function PMA_getRelatives($all_tables, $master)
|
||||
|
||||
if ($ignore_internal_relations) {
|
||||
$emerg = '';
|
||||
$remaining_tables = array();
|
||||
}
|
||||
|
||||
// Build the 'FROM' clause.
|
||||
|
||||
@ -198,6 +198,7 @@ function PMA_getHtmlForSlaveConfiguration(
|
||||
. PMA_URL_getCommon($_url_params);
|
||||
|
||||
$_url_params = $GLOBALS['url_params'];
|
||||
$_url_params['sr_take_action'] = true;
|
||||
$_url_params['sr_slave_skip_error'] = true;
|
||||
$slave_skip_error_link = 'server_replication.php'
|
||||
. PMA_URL_getCommon($_url_params);
|
||||
|
||||
Loading…
Reference in New Issue
Block a user