github.com/cockroachdb/cockroach@v20.2.0-alpha.1+incompatible/pkg/storage/testdata/mvcc_histories/empty_key (about) 1 run error 2 get ts=0,1 k= 3 ---- 4 get: /Min -> <no data> 5 error: (*withstack.withStack:) attempted access to empty key 6 7 run error 8 put ts=0,1 k= v=a 9 ---- 10 >> at end: 11 <no data> 12 error: (*withstack.withStack:) attempted access to empty key 13 14 run ok 15 scan ts=0,1 k= end=a 16 ---- 17 scan: /Min-"a" -> <no data> 18 19 20 run error 21 scan ts=0,1 k=a end= 22 ---- 23 scan: "a"-/Min -> <no data> 24 error: (*withstack.withStack:) attempted access to empty key 25 26 run error 27 txn_begin t=A 28 resolve_intent t=A k= 29 ---- 30 >> at end: 31 txn: "A" meta={id=00000000 key=/Min pri=0.00000000 epo=0 ts=0,0 min=0,0 seq=0} lock=true stat=PENDING rts=0,0 wto=false max=0,0 32 <no data> 33 error: (*withstack.withStack:) attempted access to empty key