mirror of
https://github.com/opensim/opensim.git
synced 2026-07-02 00:15:45 +08:00
MySQLConnector is not a MS product
This commit is contained in:
@@ -59,6 +59,7 @@ namespace OpenSim.Data.MySQL
|
||||
dbcon.Open();
|
||||
Migration m = new Migration(dbcon, Assembly, "AuthStore");
|
||||
m.Update();
|
||||
dbcon.Close();
|
||||
}
|
||||
}
|
||||
|
||||
@@ -99,6 +100,7 @@ namespace OpenSim.Data.MySQL
|
||||
return null;
|
||||
}
|
||||
}
|
||||
dbcon.Close();
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user