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?

Try

SHOW VARIABLES LIKE 'have_%';

It'll resolve your question.

(you'll see have_innodb=NO, have_bdb=NO)

Regards,
Sergei

-- 
MySQL Development Team
   __  ___     ___ ____  __
  /  |/  /_ __/ __/ __ \/ /   Sergei Golubchik <[EMAIL PROTECTED]>
 / /|_/ / // /\ \/ /_/ / /__  MySQL AB, http://www.mysql.com/
/_/  /_/\_, /___/\___\_\___/  Osnabrueck, Germany
       <___/

---------------------------------------------------------------------
Before posting, please check:
   http://www.mysql.com/manual.php   (the manual)
   http://lists.mysql.com/           (the list archive)

To request this thread, e-mail <[EMAIL PROTECTED]>
To unsubscribe, e-mail <[EMAIL PROTECTED]>
Trouble unsubscribing? Try: http://lists.mysql.com/php/unsubscribe.php

Reply via email to