Stefan Clos wrote:
torque-gen generates Myisam tables in MySQL.
Can i edit the src/sql/*-schema.sql file manually do add "type=InnoDB" ? Is there a way to to generate automatically InnoDB tables from a torque
schema?
Thanks,
Stefan
Hi Stefan:
I modified it by editing:
/templates/sql/base/mysql/db.props
Modify the default table type near the end of the file:
# See mysql docs for valid table type names. # For example, if you wanted to use the transactional type InnoDB, # then specify "tableType = InnoDB" tableType = InnoDB
Regards,
Dan
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
