RE: Forcing Table Types

2001-12-28 Thread Weaver, Walt
If you'd like I can send you the configure "script" I used to set up MySQL for Berkeley and InnoDB. --Walt -Original Message- From: Ken Kinder [mailto:[EMAIL PROTECTED]] Sent: Friday, December 28, 2001 1:26 PM To: Weaver, Walt; [EMAIL PROTECTED] Subject: Re: Forcing Tabl

RE: Forcing Table Types

2001-12-28 Thread David Piasecki
ecember 28, 2001 12:26 PM To: Weaver, Walt; [EMAIL PROTECTED] Subject: Re: Forcing Table Types I am using the RPM's, but it didn't give an error so I'm assuming it is properly configured. The MySQL version is: [ken@ken ken]$ mysql --version mysql Ver 11.15 Distrib 3.23.44, for pc-lin

Re: Forcing Table Types

2001-12-28 Thread Sergei Golubchik
Hi! On Dec 28, Ken Kinder wrote: > This is getting really annoying. No matter what type of table I create, it > ends up being MyISAM. I _must_ have at least transactions and foreign key > support would be nice. Also, does anyone know how I can have transactions on > create table statements? T

Re: Forcing Table Types

2001-12-28 Thread Ken Kinder
al Message- > From: Ken Kinder [mailto:[EMAIL PROTECTED]] > Sent: Friday, December 28, 2001 1:09 PM > To: [EMAIL PROTECTED] > Subject: Forcing Table Types > > > This is getting really annoying. No matter what type of table I create, it > ends up being MyISAM. I _must_ have

RE: Forcing Table Types

2001-12-28 Thread Weaver, Walt
inder [mailto:[EMAIL PROTECTED]] Sent: Friday, December 28, 2001 1:09 PM To: [EMAIL PROTECTED] Subject: Forcing Table Types This is getting really annoying. No matter what type of table I create, it ends up being MyISAM. I _must_ have at least transactions and foreign key support would be nice. Also,

Forcing Table Types

2001-12-28 Thread Ken Kinder
This is getting really annoying. No matter what type of table I create, it ends up being MyISAM. I _must_ have at least transactions and foreign key support would be nice. Also, does anyone know how I can have transactions on create table statements? Here the interaction with MySQL that is dri