We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3a4b16b commit d73f8eaCopy full SHA for d73f8ea
1 file changed
pkg/infoschema/test/clustertablestest/tables_test.go
@@ -495,6 +495,7 @@ func TestSlowQuery(t *testing.T) {
495
"60e9378c746d9a2be1c791047e008967cf252eb6de9167ad3aa6098fa2d523f4",
496
"",
497
"update t set i = 2;",
498
+ "null",
499
"select * from t_slim;",
500
},
501
{"2021-09-08 14:39:54.506967",
@@ -588,6 +589,7 @@ func TestSlowQuery(t *testing.T) {
588
589
590
591
592
593
"INSERT INTO ...;",
594
595
}
0 commit comments