functions, procedures and events are missing from the export
This commit is contained in:
@@ -411,7 +411,7 @@ function PMA_exportDBFooter($db)
|
|||||||
unset($GLOBALS['sql_constraints']);
|
unset($GLOBALS['sql_constraints']);
|
||||||
}
|
}
|
||||||
|
|
||||||
if (isset($GLOBALS['sql_structure']) && isset($GLOBALS['sql_procedure_function'])) {
|
if (($GLOBALS['sql_structure_or_data'] == 'structure' || $GLOBALS['sql_structure_or_data'] == 'structure_and_data') && isset($GLOBALS['sql_procedure_function'])) {
|
||||||
$text = '';
|
$text = '';
|
||||||
$delimiter = '$$';
|
$delimiter = '$$';
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user