I am having a problem in one of my scripts and I need to use
transactions to fix it.  When I looked it up on the mySQL documentation
I found:

"If you are using transaction-safe tables (like InnoDB or BDB), you can
put MySQL into non-autocommit mode with the following command:"

Does this mean that transactions will not work if I type in a CREATE
TABLE command?  Are there any problems with switching to InnoDB or BDB?

Thanks in advance,

Dan


-- 
MySQL General Mailing List
For list archives: http://lists.mysql.com/mysql
To unsubscribe:    http://lists.mysql.com/[EMAIL PROTECTED]

Reply via email to