From 596ad4baa603b297b13b682bcfb70a33346efa37 Mon Sep 17 00:00:00 2001 From: thisgun Date: Wed, 19 Feb 2020 10:38:24 +0900 Subject: [PATCH] =?UTF-8?q?5.4=EB=B2=84=EC=A0=84=20=EA=B4=80=EB=A6=AC?= =?UTF-8?q?=EC=9E=90=20=EC=97=90=EC=84=9C=20=EA=B2=8C=EC=8B=9C=ED=8C=90=20?= =?UTF-8?q?=EB=B3=B5=EC=82=AC=EC=8B=9C=20G5=5FDB=5FENGINE=20=EC=84=A4?= =?UTF-8?q?=EC=A0=95=20=EC=98=A4=EB=A5=98=20=EC=88=98=EC=A0=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- lib/common.lib.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/common.lib.php b/lib/common.lib.php index 432514a24..8424f5f8b 100644 --- a/lib/common.lib.php +++ b/lib/common.lib.php @@ -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