weird phenomena during deadlocks involving IMAGE or TEXT columns
问题 This is something very disturbing I stumbled upon while stress-testing an application using Sybase ASE 15.7. We have the following table: CREATE TABLE foo ( i INT NOT NULL, blob IMAGE ); ALTER TABLE foo ADD PRIMARY KEY (i); The table has, even before starting the test, a single row with some data in the IMAGE column. No rows are either deleted or inserted during the test. So the table always contains a single row. Column blob is only updated (in transaction T1 below) to some value (not NULL).