Merge branch 'g5'
This commit is contained in:
@ -1531,7 +1531,7 @@ function get_table_define($table, $crlf="\n")
|
|||||||
$schema_create .= implode($columns, ', ') . ')';
|
$schema_create .= implode($columns, ', ') . ')';
|
||||||
} // end while
|
} // end while
|
||||||
|
|
||||||
$schema_create .= $crlf . ') DEFAULT CHARSET=utf8';
|
$schema_create .= $crlf . ') ENGINE=MyISAM DEFAULT CHARSET=utf8';
|
||||||
|
|
||||||
return $schema_create;
|
return $schema_create;
|
||||||
} // end of the 'PMA_getTableDef()' function
|
} // end of the 'PMA_getTableDef()' function
|
||||||
|
|||||||
Reference in New Issue
Block a user