File tree Expand file tree Collapse file tree 1 file changed +2
-5
lines changed
expression/integration_test Expand file tree Collapse file tree 1 file changed +2
-5
lines changed Original file line number Diff line number Diff line change @@ -7814,7 +7814,7 @@ func TestIfFunctionWithNull(t *testing.T) {
7814
7814
testkit .Rows ("20000 35100" ))
7815
7815
}
7816
7816
7817
- func TestIssue41733 (t * testing.T ) {
7817
+ func TestIssue41733AndIssue45410 (t * testing.T ) {
7818
7818
store := testkit .CreateMockStore (t )
7819
7819
tk := testkit .NewTestKit (t , store )
7820
7820
tk .MustExec ("create database testIssue41733" )
@@ -7845,11 +7845,8 @@ func TestIssue41733(t *testing.T) {
7845
7845
tk .MustExec ("INSERT IGNORE INTO t_big(c0) VALUES (1E20)" )
7846
7846
tk .MustQuery ("show warnings" ).Check (testkit .Rows ("Warning 1264 Out of range value for column 'c0' at row 1" ))
7847
7847
tk .MustQuery ("select * from t_big;" ).Check (testkit .Rows ("18446744073709551615" ))
7848
- }
7849
7848
7850
- func TestIssue45410 (t * testing.T ) {
7851
- store := testkit .CreateMockStore (t )
7852
- tk := testkit .NewTestKit (t , store )
7849
+ // Issue 45410
7853
7850
tk .MustExec ("create database testIssue45410" )
7854
7851
defer tk .MustExec ("drop database testIssue45410" )
7855
7852
tk .MustExec ("use testIssue45410" )
You can’t perform that action at this time.
0 commit comments