Re: Got error 124 from storage engine

2009-08-25 Thread stutiredboy
Gavin Towey wrote: Which version of mysql are you using? In mysql 4, you could get away with some differences between the definition of the merge table and the underlying tables. As you've discovered, the structure and index definitions must now be exactly the same, otherwise you will get err

RE: Got error 124 from storage engine

2009-08-25 Thread Gavin Towey
Which version of mysql are you using? In mysql 4, you could get away with some differences between the definition of the merge table and the underlying tables. As you've discovered, the structure and index definitions must now be exactly the same, otherwise you will get errors. Regards, Gavin