in reply to Re^2: Persistence framework for MySQL 4.x (InnoDB)
in thread Persistence framework for MySQL 4.x (InnoDB)
and a unique index on (bug_id, leg_number)?BUG( id(pk), name ) LEG( id(pk), bug_id(fk), leg_number, length )
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^4: Persistence framework for MySQL 4.x (InnoDB)
by Anonymous Monk on Nov 01, 2006 at 15:41 UTC | |
|
Re^4: Persistence framework for MySQL 4.x (InnoDB)
by mman (Novice) on Nov 01, 2006 at 14:28 UTC |