Hi,
I'm using Innodb type tables in my db.
I'm running a routine that should drop a table and create it again.
running this routine several times caused the table not to be created again, so if you type ' Show tables' you don't see it, but after creating it again despite the fact that you see an error, if you use select * from tableX, U can see the inside of the table.
Doe's somebody understands what is going on?
Thanks
Yossi
I'm using Innodb type tables in my db.
I'm running a routine that should drop a table and create it again.
running this routine several times caused the table not to be created again, so if you type ' Show tables' you don't see it, but after creating it again despite the fact that you see an error, if you use select * from tableX, U can see the inside of the table.
Doe's somebody understands what is going on?
Thanks
Yossi