Details
-
Bug
-
Status: Open (View Workflow)
-
Major
-
Resolution: Unresolved
-
10.6, 10.11, 11.4, 12.1(EOL), 12.2, 11.8
-
Can result in unexpected behaviour
Description
INSTALL SONAME 'ha_rocksdb'; |
CREATE TABLE t (c INT KEY) ENGINE=RocksDB; |
INSERT t VALUES (1); |
SET rocksdb_bulk_load=1; |
BEGIN; |
DELETE FROM t; |
SELECT * FROM t FOR UPDATE; |
Leads to:
|
CS 12.2.0 fd15fd2765b53d0c070dd01d86fb231024b8f284 (Debug, Clang 21.1.3-20250923) Build 10/11/2025 |
12.2.0-dbg>SELECT * FROM t FOR UPDATE;
|
ERROR 1296 (HY000): Got error 1 'NotFound: ' from ROCKSDB
|
|
CS 12.2.0 fd15fd2765b53d0c070dd01d86fb231024b8f284 (Debug, Clang 21.1.3-20250923) Build 10/11/2025 |
2025-11-26 15:50:56 4 [ERROR] Got error 510 when reading table './test/t'
|
|
Bug Detection Matrix |
Rel o/d Build Commit UniqueID observed
|
CS 10.6 dbg 101125 759e3523e3d832b174cf0a612704da38b2557b40 GOT_ERROR|Got error 210|when reading table
|
CS 10.6 opt 101125 759e3523e3d832b174cf0a612704da38b2557b40 GOT_ERROR|Got error 210|when reading table
|
CS 10.11 dbg 101125 536cd151f0370216d9ba4c15f40c7037060972a5 GOT_ERROR|Got error 210|when reading table
|
CS 10.11 opt 101125 536cd151f0370216d9ba4c15f40c7037060972a5 GOT_ERROR|Got error 210|when reading table
|
CS 11.4 dbg 101125 a1bb5c94fda453baa99e57e3927eaa7cd3c8bafe GOT_ERROR|Got error 210|when reading table
|
CS 11.4 opt 101125 a1bb5c94fda453baa99e57e3927eaa7cd3c8bafe GOT_ERROR|Got error 210|when reading table
|
CS 11.8 dbg 101125 e0428264d0095472c015eb58c46be68ca1a320ee GOT_ERROR|Got error 510|when reading table
|
CS 11.8 opt 101125 e0428264d0095472c015eb58c46be68ca1a320ee GOT_ERROR|Got error 510|when reading table
|
CS 12.1 dbg 101125 ba00960fdaee67a4efff6866e31f446bf486a1c2 GOT_ERROR|Got error 510|when reading table
|
CS 12.1 opt 101125 ba00960fdaee67a4efff6866e31f446bf486a1c2 GOT_ERROR|Got error 510|when reading table
|
CS 12.2 dbg 101125 fd15fd2765b53d0c070dd01d86fb231024b8f284 GOT_ERROR|Got error 510|when reading table
|
CS 12.2 opt 101125 fd15fd2765b53d0c070dd01d86fb231024b8f284 GOT_ERROR|Got error 510|when reading table
|
ES 10.6 dbg 101125 f0d4d34fb0314b03fddb71fb9dbde372744a8c13 GOT_ERROR|Got error 210|when reading table
|
ES 10.6 opt 101125 f0d4d34fb0314b03fddb71fb9dbde372744a8c13 GOT_ERROR|Got error 210|when reading table
|
ES 11.4 dbg 101125 b81ec4b57a5ddce88b8e2b2d16b64625ffdaa0e6 GOT_ERROR|Got error 510|when reading table
|
ES 11.4 opt 101125 b81ec4b57a5ddce88b8e2b2d16b64625ffdaa0e6 GOT_ERROR|Got error 510|when reading table
|
ES 11.8 dbg 101125 db36e8fb3bcdae26dd0acdcb2b52f7f4eb014df6 GOT_ERROR|Got error 510|when reading table
|
ES 11.8 opt 101125 db36e8fb3bcdae26dd0acdcb2b52f7f4eb014df6 GOT_ERROR|Got error 510|when reading table
|
Testcase is CLI and MTR compatible.