JSON data type is not supported in MariaDB

Signed-off-by: Madhura Jayaratne <madhura.cj@gmail.com>
This commit is contained in:
Madhura Jayaratne 2016-03-28 22:17:48 +11:00
parent f4907d7857
commit 61dbcafa56

View File

@ -536,6 +536,7 @@ class TypesMySQL extends Types
);
if (PMA_MYSQL_INT_VERSION >= 50708
&& \PMA\libraries\Util::getServerType() != 'MariaDB'
) {
$ret['JSON'] = array(
'JSON',