mirror of
https://github.com/opensim/opensim.git
synced 2026-06-07 03:45:42 +08:00
Grid server V2.0! Now with extra crunchy SQL support.
Status: * Prebuild will be broken, someone needs to update prebuild.xml with the new dependencies. * The sim status check function does not yet function. * Sims must be manually added to the database - automatic insertion isnt supported yet.
This commit is contained in:
@@ -25,6 +25,16 @@ namespace OpenGrid.Framework.Data.MySQL
|
||||
database.Close();
|
||||
}
|
||||
|
||||
public string getName()
|
||||
{
|
||||
return "MySql OpenGridData";
|
||||
}
|
||||
|
||||
public string getVersion()
|
||||
{
|
||||
return "0.1";
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Returns a sim profile from it's location
|
||||
/// </summary>
|
||||
|
||||
Reference in New Issue
Block a user