Anything but a SELECT * returns too few rows -- index length?

2001-04-10 Thread Scott McCool
I'm getting strange results that I think can be explained by having an index that isn't set up right. CREATE TABLE URL_POLICY ( url_id INTEGER NOT NULL, policy_idINTEGER NOT NULL, policy_order INTEGER NULL, PRIMARY KEY (url_id, policy_id) ) TYPE=BDB; INSERT INTO testtbl

3.23.33-3.23.34a crashing with panic from BDB handler

2001-03-15 Thread Scott McCool
in the right direction. -Scott -- Scott McCool [EMAIL PROTECTED] (571)633-5749 --

BDB table corruption when inserting/retrieving a BLOB into a BDB table

2001-03-13 Thread Scott McCool
I'm getting a very strange results all of the sudden when dealing with BLOBs in a mysql 3.23.32 on a Solaris 7 (SPARC) machine (inserts/deletes handled with the JDBC driver from http://mmmysql.sourceforge.net/) If I do the following: 1) Create a BDB table with a blob column: CREATE TABLE

RE: BDB table corruption when inserting/retrieving a BLOB into a BDB table

2001-03-13 Thread Scott McCool
of any privilege or the confidentiality of this message. If you have received this email in error, please notify me immediately by reply and delete this message. -Original Message- From: Scott McCool [mailto:[EMAIL PROTECTED]] Sent: Tuesday, March 13, 2001 1:01 PM To: '[EMAIL PROTECTED

transactions -- whole table locked from reads too?

2001-02-16 Thread Scott McCool
my select proceeds fine. Is there some reason the whole table seems to be locked from reads just because someone has an uncommitted transaction? The table type is BDB, it's running on Solaris 7/SPARC. Thanks for any help you can offer! -Scott ----- Scott McCool [EMAIL