GO-2024-3284: PingCAP TiDB nil pointer dereference in github.com/pingcap/tidb
package
Version:
v1.1.0-beta.0...-5753106
Opens a new window with list of versions in this module.
Published: Nov 29, 2024
License: Apache-2.0
Opens a new window with license information.
Imports: 10
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
-
func GetIndexID(t *testing.T, tk *testkit.TestKit, dbName, tblName, idxName string) int64
-
func GetModifyColumn(t *testing.T, tk *testkit.TestKit, db, tbl, colName string, allColumn bool) *table.Column
-
func GetTableByName(t *testing.T, tk *testkit.TestKit, db, table string) table.Table
GetIndexID is used to get the index ID from full qualified name.
GetModifyColumn is used to get the changed column name after ALTER TABLE.
GetTableByName gets table by name for test.
Source Files
¶
Click to show internal directories.
Click to hide internal directories.