bug #1621280, support VIEW dependencies during export

This commit is contained in:
Marc Delisle
2006-12-26 16:10:47 +00:00
parent 93659bd8d1
commit b0588d3570
123 changed files with 305 additions and 20 deletions

View File

@@ -278,13 +278,14 @@ function PMA_exportData($db, $table, $crlf, $error_url, $sql_query) {
* @param boolean whether to include relation comments
* @param boolean whether to include column comments
* @param boolean whether to include mime comments
* @param string future feature: support view dependencies
*
* @return bool Whether it suceeded
*
* @access public
*/
// @@@ $strTableStructure
function PMA_exportStructure($db, $table, $crlf, $error_url, $do_relation = false, $do_comments = false, $do_mime = false, $dates = false)
function PMA_exportStructure($db, $table, $crlf, $error_url, $do_relation = false, $do_comments = false, $do_mime = false, $dates = false, $dummy)
{
global $cfgRelation;