File tree Expand file tree Collapse file tree 1 file changed +7
-7
lines changed Expand file tree Collapse file tree 1 file changed +7
-7
lines changed Original file line number Diff line number Diff line change @@ -1839,13 +1839,13 @@ func TestConcurrent(t *testing.T) {
18391839 }
18401840
18411841 runTests (t , dsn , func (dbt * DBTest ) {
1842- var version string
1843- if err := dbt .db .QueryRow ("SELECT @@version" ).Scan (& version ); err != nil {
1844- dbt .Fatalf ( "%s" , err . Error () )
1845- }
1846- if strings .Contains (strings .ToLower (version ), "mariadb" ) {
1847- t .Skip (`TODO: "fix commands out of sync. Did you run multiple statements at once?" on MariaDB` )
1848- }
1842+ // var version string
1843+ // if err := dbt.db.QueryRow("SELECT @@version").Scan(&version); err != nil {
1844+ // dbt.Fatal( err)
1845+ // }
1846+ // if strings.Contains(strings.ToLower(version), "mariadb") {
1847+ // t.Skip(`TODO: "fix commands out of sync. Did you run multiple statements at once?" on MariaDB`)
1848+ // }
18491849
18501850 var max int
18511851 err := dbt .db .QueryRow ("SELECT @@max_connections" ).Scan (& max )
You can’t perform that action at this time.
0 commit comments