Skip to content

Commit d953913

Browse files
committed
update
1 parent 699a156 commit d953913

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pkg/session/bootstrap_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2332,7 +2332,7 @@ func TestIssue61890(t *testing.T) {
23322332
MustExec(t, s1, "create table mysql.global_variables(`VARIABLE_NAME` varchar(64) NOT NULL PRIMARY KEY clustered, `VARIABLE_VALUE` varchar(16383) DEFAULT NULL)")
23332333

23342334
s2 := CreateSessionAndSetID(t, store)
2335-
initGlobalVariableIfNotExists(s2, variable.TiDBEnableINLJoinInnerMultiPattern, variable.Off)
2335+
initGlobalVariableIfNotExists(s2, vardef.TiDBEnableINLJoinInnerMultiPattern, vardef.Off)
23362336

23372337
dom.Close()
23382338
}

0 commit comments

Comments
 (0)