[Maria-discuss] the future of --skip-innodb
Hi. In MySQL 5.7 documentation: https://dev.mysql.com/doc/refman/5.7/en/innodb-parameters.html I read: "As of MySQL 5.7.5, the InnoDB storage engine can no longer be disabled, and the --innodb=OFF and --skip-innodb options are deprecated and have no effect. Their use results in a warning. These options will be removed in a future MySQL release." Will MariaDB remove --skip-innodb? If so, when? Regards Federico
Am 14.12.2014 um 11:22 schrieb Federico Razzoli:
In MySQL 5.7 documentation:
https://dev.mysql.com/doc/refman/5.7/en/innodb-parameters.html
I read:
"As of MySQL 5.7.5, the InnoDB storage engine can no longer be disabled, and the --innodb=OFF and --skip-innodb options are deprecated and have no effect. Their use results in a warning. These options will be removed in a future MySQL release."
Will MariaDB remove --skip-innodb? If so, when?
i hope not MyISAM without transactions and any overhead is really nice for small servers like our asterisk machine where just the phonebook to display names and start calls over a webinterface are in a single table that server runs fine with 256 MB RAM the last 6 years :-)
Hi, Federico! On Dec 14, Federico Razzoli wrote:
Hi.
In MySQL 5.7 documentation:
https://dev.mysql.com/doc/refman/5.7/en/innodb-parameters.html
I read:
"As of MySQL 5.7.5, the InnoDB storage engine can no longer be disabled, and the --innodb=OFF and --skip-innodb options are deprecated and have no effect. Their use results in a warning. These options will be removed in a future MySQL release."
Will MariaDB remove --skip-innodb? If so, when?
Currently we have no plans of removing or deprecating --skip-innodb. Regards, Sergei
participants (3)
-
Federico Razzoli
-
Reindl Harald
-
Sergei Golubchik