Bug #44680 can't create the mysql.ndb_apply_status table.
Submitted: 5 May 2009 21:51 Modified: 6 Jun 2009 9:09
Reporter: Mark Nielsen Email Updates:
Status: No Feedback Impact on me:
None 
Category:MySQL Cluster: Cluster (NDB) storage engine Severity:S3 (Non-critical)
Version:mysql-5.1-telco-7.0 OS:Linux (ubuntu 9)
Assigned to: CPU Architecture:Any
Tags: 5.1.32-ndb-7.0.5-log

[5 May 2009 21:51] Mark Nielsen
Description:
Just wondering what in the world could cause this error. 
./bin/ndb_mgm -e "show"
shows that everything is online. 

After I upgraded to ndb 7.0, I can't get it to work. 
The catch is, I am trying it on Ubuntu. I was just wondering if

090505 14:33:23 [ERROR] NDB: CREATE TABLE IF NOT EXISTS mysql.ndb_apply_status ( server_id INT UNSIGNED NOT NULL, epoch BIGINT UNSIGNED NOT NULL,  log_name VARCHAR(255) BINARY NOT NULL,  start_pos BIGINT UNSIGNED NOT NULL,  end_pos BI
GINT UNSIGNED NOT NULL,  PRIMARY KEY USING HASH (server_id) ) ENGINE=NDB CHARACTER SET latin1: error Can't create table 'mysql.ndb_apply_status' (errno: 157) 1005(ndb: 0) 1 1

Also, compiled MySQL Cluster on ubuntu. 

How to repeat:
I am not sure how to repeat it. I am going to try to run in on a CenTOS box and see what happens -- using the same steps I did on the Ubuntu box.
[6 May 2009 9:09] Hartmut Holzgraefe
Error 157 is "storage engine not available", so for some reason the mysqld does not think the cluster is ready.

Can you tell how exactly you performed the upgrade and provide "SHOW" output and cluster and mysqld logs?
[6 Jun 2009 23:00] Bugs System
No feedback was provided for this bug for over a month, so it is
being suspended automatically. If you are able to provide the
information that was originally requested, please do so and change
the status of the bug back to "Open".