3 messages in com.mysql.lists.mysqlRe: can't set tx_isolation=read-commi...| From | Sent On | Attachments |
|---|---|---|
| dcha...@actemium.com | 18 Apr 2003 07:06 | |
| Stefan Hinz | 18 Apr 2003 07:56 | |
| Martin | 18 Apr 2003 09:45 |
| Subject: | Re: can't set tx_isolation=read-commited in my.cnf![]() |
|---|---|
| From: | Martin (mgai...@hotmail.com) |
| Date: | 04/18/2003 09:45:29 AM |
| List: | com.mysql.lists.mysql |
Stefan: You need to be on 4.05+ mySQL read this http://www.mysql.com/doc/en/InnoDB_transaction_model.html mit Empfehlungen, Martin
----- Original Message ----- From: "Stefan Hinz" <list...@iConnect.de> To: <dcha...@actemium.com> Cc: <mys...@lists.mysql.com> Sent: Friday, April 18, 2003 7:56 AM Subject: Re: can't set tx_isolation=read-commited in my.cnf
Didier,
I am trying to set the variable tx_isolation in the file /etc/my.cnf I have tried many syntaxes and none of them works: set-variable = tx_isolation = READ-COMMITTED set-variable = transaction_isolation=READ-COMMITTED ......
All that dash / underscore / space stuff for the InnoDB settings can in fact be quite confusing.
Chapter 8 of the InnoDB Reference Manual (http://www.innodb.com/ibman.html) says that the my.cnf transaction isolation option setting should look like this:
transaction-isolation = READ-COMMITTED
Note the dash (-). For most other options it's the underscore. You could also enter:
set-variable = transaction-isolation = READ-COMMITTED
but that syntax is deprecated.
Regards,
-- Stefan Hinz <hi...@iConnect.de> iConnect GmbH <http://iConnect.de> Heesestr. 6, 12169 Berlin (Germany) Telefon: +49 30 7970948-0 Fax: +49 30 7970948-3
[filter fodder: sql, mysql, query]
-- MySQL General Mailing List For list archives: http://lists.mysql.com/mysql To unsubscribe: http://lists.mysql.com/mysql?unsub=mgai...@hotmail.com




