MySQL Forums
Forum List  »  NDB clusters

table full error 1114 when altering table to add column
Posted by: John Jones
Date: February 05, 2020 10:25AM

We are using mysql 5.7.24 ndb-7.6.8

Trying to alter a table to add a column and I get the table full error 1114

There is plenty of disk space and I have checked the following

mysql> show variables like "innodb_data_file_path";
+-----------------------+------------------------+
| Variable_name | Value |
+-----------------------+------------------------+
| innodb_data_file_path | ibdata1:12M:autoextend |
+-----------------------+------------------------+

ndb_mgm> all report mem
Node 3: Data usage is 14%(37444 32K pages of total 254686)
Node 3: Index usage is 0%(1314 32K pages of total 218556)
Node 4: Data usage is 14%(37445 32K pages of total 254686)
Node 4: Index usage is 0%(1314 32K pages of total 218555)

What else is there to check? Urgent need!

John Jones

Options: ReplyQuote


Subject
Views
Written By
Posted
table full error 1114 when altering table to add column
761
February 05, 2020 10:25AM


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.