4 messages in com.mysql.lists.clusterdeleteing phantom table #sql-4fc_ffd
FromSent OnAttachments
Ted Schundler06 Apr 2005 14:40 
Ted Schundler06 Apr 2005 14:44 
Jim Hoadley06 Apr 2005 19:45 
pek...@mysql.com07 Apr 2005 00:09 
Subject:deleteing phantom table #sql-4fc_ffd
From:Ted Schundler (tsch@gmail.com)
Date:04/06/2005 02:40:05 PM
List:com.mysql.lists.cluster

Somehow a strange table got into my DB, I'm guessing something temporary that didn't get cleaned up. However I can't delete it.

"DROP TABLE `#sql-4fc_ffd`" via SQL doesn't work. ("#1016 - Can't open file: '#sql-4fc_ffd.ndb' (errno: 1)") and ndb_drop_table via command line doesn't work either ("709: No such table existed") However, ndb_show_tables does list that table in its output, so it's deffinately an ndb thing.

Any ideas?

Ted