: [EMAIL PROTECTED]
-
-Original Message-
From: Philippe MORIN [mailto:[EMAIL PROTECTED]]
Sent: Wednesday, February 14, 2001 12:38 AM
To: [EMAIL PROTECTED]
Subject: Tr: Concurrent insert/select with BDB
Hi
I post once more this message, because
quest
and the second one runs an insert request.
If I use autocommit, the insert waits for the end of the select.
If I don't use autocommit, the insert waits for the commit of my first client.
Did someone ever use concurrent insert/select with BDB databases ?
Are there some special parameters
Hi
I post once more this message, because I didn't receive any answer.
- Message d'origine -
De : Philippe MORIN
À : [EMAIL PROTECTED]
Envoyé : vendredi 9 février 2001 09:49
Objet : Concurrent insert/select with BDB
Hi
I'm using MySQL 3.23.32 on Linux.
I try to
an insert request.
If I use autocommit, the insert waits for the end of the select.
If I don't use autocommit, the insert waits for the commit of my first client.
Did someone ever use concurrent insert/select with BDB databases ?
Are there some special parameters to initialize, to allow insert an