Re: Parition
Did you try Hartmut's suggestion? (show warnings)
the issue I saw was related to SQL_MODE (I had the SQL_MODE set to ORACLE, which does not print out engine types for show create table)
I'd try the show warnings to see if there is a warning you are not seeing first, in case the issue is related to innodb not being enabled.
Also - check the information schema for what it says the table engine is:
select table_name,engine from information_schema.tables where table_name like 'XXX';
Subject
Views
Written By
Posted
3549
April 06, 2009 08:02AM
2714
April 06, 2009 10:30AM
2534
April 07, 2009 07:13AM
Re: Parition
2545
April 15, 2009 08:03AM
2568
April 06, 2009 11:37AM
Sorry, you can't reply to this topic. It has been closed.
Content reproduced on this site is the property of the respective copyright holders.
It is not reviewed in advance by Oracle and does not necessarily represent the opinion
of Oracle or any other party.