Does MariaDB version 10.0.28 support OPTIMIZE TABLE ONLINE?

I want to run OPTIMIZE TABLE online in the zabbix database, ie without stopping the system. In the versions below, is it possible?

Server zabbix: MariaDB 10.0.28 Server radius (freeradius): MariaDB 5.5.65

Answer Answered by Ian Gilfillan in this comment.

Online DDL was implemented in MariaDB 10.0, and is not available in MariaDB 5.5. See InnoDB Online DDL Overview

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.