Skip to content

Commit c775b7a

Browse files
committed
Fix build error: Remove duplicate QueryErrorTest type definition
- Use existing QueryErrorTest struct from queries package - Remove custom type redeclaration that caused build failures - Verified charset validation tests work against MySQL comparison server
1 parent 80d2221 commit c775b7a

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

enginetest/queries/charset_validation_queries.go

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -46,12 +46,6 @@ var CharsetValidationErrorTests = []QueryErrorTest{
4646
},
4747
}
4848

49-
// QueryErrorTest represents a test case that expects an error
50-
type QueryErrorTest struct {
51-
Query string
52-
ExpectedErrStr string
53-
}
54-
5549
// CharsetValidationScriptTest represents comprehensive charset validation scenarios
5650
var CharsetValidationScriptTest = ScriptTest{
5751
Name: "Charset validation behavior for issue #8893",

0 commit comments

Comments
 (0)