I'm trying to import a dumped memmory table (created with mysqldump) on an new machine. (for replication). It fails with the error message:
the table is full
As far as I can tell, all relevant settings (including max_heap_table_size) are equal on both the source and destination server.
Are there any more know issues/settings I need that can cause the above error?