GO-2024-3284: PingCAP TiDB nil pointer dereference in github.com/pingcap/tidb
package
Version:
v1.1.0-beta.0...-57a73ea
Opens a new window with list of versions in this module.
Published: Dec 16, 2024
License: Apache-2.0
Opens a new window with license information.
Imports: 2
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
type Handle interface {
ID() int
GetState() State
Close()
}
Handle is used to update/close the cursor.
type State struct {
StartTS uint64
}
State is used to store the state of cursor
Tracker is used to track the state of cursor inside a session
NewTracker creates a new cursor tracker
Source Files
¶
Click to show internal directories.
Click to hide internal directories.