5.4버전 관리자 에서 게시판 복사시 G5_DB_ENGINE 설정 오류 수정

This commit is contained in:
thisgun
2020-02-19 10:38:24 +09:00
parent fa9aa8da19
commit 596ad4baa6

View File

@ -1801,7 +1801,7 @@ function get_table_define($table, $crlf="\n")
$schema_create .= $crlf . ') ENGINE=MyISAM DEFAULT CHARSET=utf8';
return $schema_create;
return get_db_create_replace($schema_create);
} // end of the 'PMA_getTableDef()' function