This topic is locked

InnoDB and PHPRunner

9/22/2005 11:22:59 AM
PHPRunner General questions
scuba author

I'm considering to transform my MySQL db from MyISAM to InnoDB since i need the "on delete" and "on update" functions provided by InnoDB. If I define the relations directly in MySQL, do I still need to set up Master/Detail relations in PHPRunner and will on delete / on update work propperly?
thanks for comments!!

Sergey Kornilov admin 9/23/2005

Hi,
PHPRunner doesn't read any relations from MySQL db. So you should set Master/Detail relationship if you need.
On delete / on update will work properly.