- Original Message -
From: "Paul DuBois" <[EMAIL PROTECTED]>
To: "Thomas Gusenleitner" <[EMAIL PROTECTED]>; <[EMAIL PROTECTED]>
Sent: Saturday, October 04, 2003 11:58 PM
Subject: Re: mysql 4.0.15 and latest redhat enterprise AS Beta - segmention
fa
HI List!
mysql 4.0.15 won't start on the latest beta of the redhat enterpise AS. (will be
released this month)
i used the std. rpms for linux x86.
i get the following error:
Starting mysqld daemon with databases from /var/lib/mysql
/usr/bin/mysqld_safe: line 339: 14874 Speicherzugriffsfehler
HI!
I hope someone can help me with the following problem.
i have a table A type innoDB
THREAD 1 makes following query's:
SET AUTOCOMMIT=0;
SELECT * from table A where field1='value1' FOR UPDATE;
and now comes a new THREAD 2 while THREAD 1 is still holding the row
lock on Table A
THREAD 2 mak