Re: MySQL and InnoDB

2007-08-07 Thread ludo
On Aug 7, 6:50 pm, Rob Hudson <[EMAIL PROTECTED]> wrote: > > Can you get the same result with "default-storage-engine=InnoDB" in your > > my.cnf? > > I believe you can but for other various reasons I'm not able to make > this change globally. You can let django create myisam tables, and convert t

Re: MySQL and InnoDB

2007-08-07 Thread Nimrod A. Abing
On 8/8/07, Rob Hudson <[EMAIL PROTECTED]> wrote: > > On Aug 6, 4:16 am, Matti Haavikko <[EMAIL PROTECTED]> wrote: > > Hi, > > > > Can you get the same result with "default-storage-engine=InnoDB" in your > > my.cnf? > > > > - Haavikko > > I believe you can but for other various reasons I'm not abl

Re: MySQL and InnoDB

2007-08-07 Thread Rob Hudson
On Aug 6, 4:16 am, Matti Haavikko <[EMAIL PROTECTED]> wrote: > Hi, > > Can you get the same result with "default-storage-engine=InnoDB" in your > my.cnf? > > - Haavikko I believe you can but for other various reasons I'm not able to make this change globally. Does anyone know if adding the DATA

Re: MySQL and InnoDB

2007-08-06 Thread Matti Haavikko
Hi, Can you get the same result with "default-storage-engine=InnoDB" in your my.cnf? - Haavikko Rob Hudson wrote: > Hi Django Users, > > I'm using MySQL with Django but I dislike MySQL's default MyISAM > tables because there is no referential integrity. So I googled how to > force Django to

MySQL and InnoDB

2007-08-06 Thread Rob Hudson
Hi Django Users, I'm using MySQL with Django but I dislike MySQL's default MyISAM tables because there is no referential integrity. So I googled how to force Django to create InnoDB tables with MySQL and I found that I need to add this to my settings.py: DATABASE_OPTIONS = { "init_co