File tree 1 file changed +7
-7
lines changed
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) {
1839
1839
}
1840
1840
1841
1841
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
+ // }
1849
1849
1850
1850
var max int
1851
1851
err := dbt .db .QueryRow ("SELECT @@max_connections" ).Scan (& max )
You can’t perform that action at this time.
0 commit comments