Re: Tr: Concurrent insert/select with BDB

2001-02-14 Thread Heikki Tuuri
/select with BDB Hi I'm using MySQL 3.23.32 on Linux. I try to run concurrent insert/select requests on BDB tables, but it doesn't work. I started mysqld with --bdb-shared-data option. I run mysql on 2 clients (on the same computer). The first one runs a select request and the second one runs

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

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 fvrier 2001 09:49 Objet : Concurrent insert/select with BDB Hi I'm using MySQL 3.23.32 on Linux. I try to run concurrent insert

Concurrent insert/select with BDB

2001-02-09 Thread Philippe MORIN
Hi I'm using MySQL 3.23.32 on Linux. I try to run concurrent insert/select requests on BDB tables, but it doesn't work. I started mysqld with --bdb-shared-data option. I run mysql on 2 clients (on the same computer). The first one runs a select request and the second one runs an insert