Upgrading from MySQL 5.7 to MariaDB 10.2

You are viewing an old version of this article. View the current version here.

Following compatibility report was done on 10.2.4 and may get some fixing in next minor releases

  • When using unix socket plugin the symbol are different. MariaDB is using INSTALL PLUGIN unix_socket SONAME 'auth_socket.so'; MySQL is using INSTALL PLUGIN unix_socket SONAME 'auth_socket.so';
  • When using data type JSON , one should covert them as TEXT
  • When using InnoDB FULLTEXT index one should not use innodb_defragment

Comments

Comments loading...
Content reproduced on this site is the property of its respective owners, and this content is not reviewed in advance by MariaDB. The views, information and opinions expressed by this content do not necessarily represent those of MariaDB or any other party.