MySQL Forums
Forum List  »  NDB clusters

Re: table not stored on disk when "alter table" command doesn't specify storage engine ndb
Posted by: Marcel Kolsteren
Date: July 27, 2015 02:19PM

The link that you refer to is about the CREATE TABLESPACE and ALTER TABLESPACE commands. Those commands give a neat error message when the engine is omitted:

mysql> ALTER TABLESPACE ts_1 ADD DATAFILE 'data_2.dat' INITIAL_SIZE 2G;
ERROR 1478 (HY000): Table storage engine 'InnoDB' does not support the create option 'TABLESPACE or LOGFILE GROUP'

However, I referred to the ALTER TABLE command, and that command just silently doesn't do what it is told to do.

Options: ReplyQuote


Subject
Views
Written By
Posted
Re: table not stored on disk when "alter table" command doesn't specify storage engine ndb
692
July 27, 2015 02:19PM


Sorry, you can't reply to this topic. It has been closed.

Content reproduced on this site is the property of the respective copyright holders. It is not reviewed in advance by Oracle and does not necessarily represent the opinion of Oracle or any other party.