patch #2979234 [import] Create tables with current charset and collation.
This commit is contained in:
@@ -18,6 +18,7 @@ $HeadURL: https://phpmyadmin.svn.sourceforge.net/svnroot/phpmyadmin/trunk/phpMyA
|
||||
thanks to Kaarel Nummert - kaarelnu
|
||||
- patch #2978815 [pdf] Fix generating PDF with table dimensions, thanks to BlinK_
|
||||
- patch #2977725 [export] XML wrongly encoded, thanks to Victor Volkov - hanut
|
||||
- patch #2979234 [import] Create tables with current charset and collation.
|
||||
|
||||
3.3.1.0 (2010-03-16)
|
||||
- bug #2941037 [core] Database structure not sorted by table correctly
|
||||
|
@@ -947,7 +947,7 @@ function PMA_buildSQL($db_name, &$tables, &$analyses = NULL, &$additional_sql =
|
||||
$tempSQLStr .= ", ";
|
||||
}
|
||||
}
|
||||
$tempSQLStr .= ") ENGINE=MyISAM;";
|
||||
$tempSQLStr .= ") ENGINE=MyISAM DEFAULT CHARACTER SET " . $charset . " COLLATE " . $collation . ";";
|
||||
|
||||
/**
|
||||
* Each SQL statement is executed immediately
|
||||
|
Reference in New Issue
Block a user