Adam Lipscombe wrote:

I have MySql 4.1.12 installed on an XP box in C:\mysql.

I have the settings below in my C;\MySql\my.ini file:

I have the transaction-isolation set to READ-COMMITTED but the server seems
to ignore this.
When the server starts up the tx_isolation as reported by mysqladmin
extended-status is REPEATABLE-READ.

I can set it manually from the mysql command line and that works. The
tx_isolation is then reported as  READ-COMMITTED.


Its almost as if the server is not reading the my.ini file.

transaction-isolation = READ-OMMITTED



Have you tried leaving out the spaces?

transaction-isolation=READ-OMMITTED


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



Reply via email to