Re: how to set autocommit

2002-07-29 Thread Heikki Tuuri
Ben, - Original Message - From: "Ben Goswami" <[EMAIL PROTECTED]> To: "Heikki Tuuri" <[EMAIL PROTECTED]>; <[EMAIL PROTECTED]> Sent: Monday, July 29, 2002 4:40 PM Subject: Re: how to set autocommit > Heikki , > Thanks for your reply. So wh

Re: how to set autocommit

2002-07-29 Thread Ben Goswami
ert into... mysql>rollback when I do that it says Error 1196 Warning: Some non-transactional changed tables couldn't be rolled back Thanks Ben - Original Message - From: "Heikki Tuuri" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Sunday, July 28, 2002 1

Re: how to set autocommit

2002-07-28 Thread Heikki Tuuri
day, July 29, 2002 7:52 AM Subject: how to set autocommit > Hi, > Where should I change the autocommit setting to 0 (i.e no Autocommit). I'm > inserting row from perl script using DBI. I would like to bring up mySQL > server with autocommit false, so that I can explicitly commit from

how to set autocommit

2002-07-28 Thread Ben Goswami
Hi, Where should I change the autocommit setting to 0 (i.e no Autocommit). I'm inserting row from perl script using DBI. I would like to bring up mySQL server with autocommit false, so that I can explicitly commit from the front end. But with lot of research in various docs I could not find wher

Re:INNO How to set autocommit=0 as default for mysql

2001-05-08 Thread Heikki Tuuri
Andre, I did not find such an option in my.cnf. But I agree that there should be one. I will ask Monty to add that option to my.cnf. Regards, Heikki . Hi, I would like to set autocommit = 0 as the default value when running the mysql frontend. (Maybe with a

INNO How to set autocommit=0 as default for mysql

2001-05-08 Thread Andre . Konopka
Hi, I would like to set autocommit = 0 as the default value when running the mysql frontend. (Maybe with an entry in my.cnf) Is that possible ??? Andre -- E-Mail: [EMAIL PROTECTED] Date: 08-May-01 Time: 15:42:09 () Join the ASCII ribbon campaign against html

Q: How to set autocommit in my.cnf and etc

2001-04-01 Thread Seung Yoo
Hi, everybody, I have a couple of quesitons 1. From the mysql manual, if I want to use 'autocommit=0', it says that I type 'set autocommit=0' and this only applies to a session. So, when I want to back up data using 'shell>mysql datablse < data.sql', do I need to add 'set autocommit=0' at th

Q: How to set autocommit=0 while shell>mysql datablse < data.sql

2001-03-30 Thread Seung Yoo
Hi, everybody, I have a couple of quesitons 1. From the mysql manual, if I want to use 'autocommit=0', it says that I type 'set autocommit=0' and this only applies to a session. So, when I want to back up data using 'shell>mysql datablse < data.sql', do I need to add 'set autocommit=0' at th