5.4버전 관리자 에서 게시판 복사시 G5_DB_ENGINE 설정 오류 수정
This commit is contained in:
@ -1801,7 +1801,7 @@ function get_table_define($table, $crlf="\n")
|
|||||||
|
|
||||||
$schema_create .= $crlf . ') ENGINE=MyISAM DEFAULT CHARSET=utf8';
|
$schema_create .= $crlf . ') ENGINE=MyISAM DEFAULT CHARSET=utf8';
|
||||||
|
|
||||||
return $schema_create;
|
return get_db_create_replace($schema_create);
|
||||||
} // end of the 'PMA_getTableDef()' function
|
} // end of the 'PMA_getTableDef()' function
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user