RE: Concurrent insert/select with BDB

2001-02-14 Thread Mehalick, Richard RE SSI-GRAX
: [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

Re: Tr: Concurrent insert/select with BDB

2001-02-14 Thread Heikki Tuuri
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

Tr: Concurrent insert/select with BDB

2001-02-13 Thread Philippe MORIN
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

Concurrent insert/select with BDB

2001-02-09 Thread Philippe MORIN
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