FW: With Ref to the set autocommit =1

2007-01-31 Thread sandeep . k
Hi Mark I would appreciate if we can define Under_extreme_conditions as you have mentioned in this link below http://archives.neohapsis.com/archives/mysql/2005-q3/0163.html I would appreciate if you can give us a workaround for this, which can eliminate this set autocommit =1 command being

Re: Force a COMMIT on InnoDB tables? (set autocommit=0)

2006-03-30 Thread patrick
Is there any way to make this the default behaviour? I did a Google search, and it was suggested I put the following line in /etc/my.cnf: [mysqld] init_connect='set autocommit=0' This works fine, but I worry that this will affect all incoming connections regardless of whether

Re: Force a COMMIT on InnoDB tables? (set autocommit=0)

2006-03-30 Thread patrick
I've confirmed that this does affect ALL incoming connections. On 3/30/06, patrick [EMAIL PROTECTED] wrote: Is there any way to make this the default behaviour? I did a Google search, and it was suggested I put the following line in /etc/my.cnf: [mysqld] init_connect='set autocommit=0

set autocommit

2003-06-30 Thread artem
please clarify use of set autocommit SET AUTOCOMMIT = 0 == mean start transaction ... - some actions COMMIT == transaction end now to return to autocommit mode just one line: SET AUTOCOMMIT = 1 or two? SET AUTOCOMMIT = 1 COMMIT

Re: set autocommit

2003-06-30 Thread Nils Valentin
Hi Artem, I understood the AUTOCOMMIT command different. SET AUTOCOMMIT = 0 == deactivate AUTOCOMMIT SET AUTOCOMMIT = 1 == activate AUTOCOMMIT The commands BEGIN . some instructions COMMIT are used to start or finish a transaction. Anybody, please correct me if I talk rubbish

Re: set autocommit

2003-06-30 Thread Paul DuBois
At 9:21 +0300 6/30/03, artem wrote: please clarify use of set autocommit SET AUTOCOMMIT = 0 == mean start transaction ... - some actions COMMIT == transaction end now to return to autocommit mode just one line: SET AUTOCOMMIT = 1 or two? SET AUTOCOMMIT = 1 COMMIT

Re: set autocommit

2003-06-30 Thread Bruce Feist
artem wrote: please clarify use of set autocommit Here's an unsolicited opinion: AVOID using autocommit within applications. Based on my experiences with other DBMSs, it's a very likely source of hard-to-find program bugs. The problem occurs when it's turned on and off in a program

Re: how to set autocommit

2002-07-29 Thread Heikki Tuuri
: 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 the front end. But with lot of research in various

Re: how to set autocommit

2002-07-29 Thread Ben Goswami
-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 11:37 PM Subject: Re: how to set autocommit Ben, I have added the following item to the TODO list of September 2002. I

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 what should I do in the mean time. Is there a work around

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

How I can set Autocommit = 0 ? in myodbc

2001-05-19 Thread songmailbox
I use innodb and I want to set autocommit = 0 ( not autocommit ). I can do it on mysql shell , mysqlfront , on but application that use myODBC I can't . I try to set on my.cnf but mysqld-max say that don't have this variable to set ? Thank you Song

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

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

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 'shellmysql datablse data.sql', do I need to add 'set autocommit=0

Q: How to set autocommit=0 while shellmysql 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 'shellmysql datablse data.sql', do I need to add 'set autocommit=0