JSON data type is not supported in MariaDB
Signed-off-by: Madhura Jayaratne <madhura.cj@gmail.com>
This commit is contained in:
parent
f4907d7857
commit
61dbcafa56
@ -536,6 +536,7 @@ class TypesMySQL extends Types
|
||||
);
|
||||
|
||||
if (PMA_MYSQL_INT_VERSION >= 50708
|
||||
&& \PMA\libraries\Util::getServerType() != 'MariaDB'
|
||||
) {
|
||||
$ret['JSON'] = array(
|
||||
'JSON',
|
||||
|
||||
Loading…
Reference in New Issue
Block a user