diff options
author | Justin Clark-Casey (justincc) | 2011-04-07 23:16:36 +0100 |
---|---|---|
committer | Justin Clark-Casey (justincc) | 2011-04-07 23:20:04 +0100 |
commit | 9d40c0dcc70462d78d6347676927b05eed245a9a (patch) | |
tree | 2f7fb8f320a93c15dde9e1bf7ef53d4999743601 /bin/config-include/StandaloneCommon.ini.example | |
parent | Bundle a built-from-source Mac OS X sqlite3 universal dylib with OpenSim and ... (diff) | |
download | opensim-SC_OLD-9d40c0dcc70462d78d6347676927b05eed245a9a.zip opensim-SC_OLD-9d40c0dcc70462d78d6347676927b05eed245a9a.tar.gz opensim-SC_OLD-9d40c0dcc70462d78d6347676927b05eed245a9a.tar.bz2 opensim-SC_OLD-9d40c0dcc70462d78d6347676927b05eed245a9a.tar.xz |
Remove the SQLite legacy adaptor. This is no longer needed now that the main adaptor works on Mac OS X.
The SQLite legacy adapator was also not at all well maintained, even worse than the mainline sqlite adapator.
Diffstat (limited to '')
-rw-r--r-- | bin/config-include/StandaloneCommon.ini.example | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/bin/config-include/StandaloneCommon.ini.example b/bin/config-include/StandaloneCommon.ini.example index 995a33e..d6f15bb 100644 --- a/bin/config-include/StandaloneCommon.ini.example +++ b/bin/config-include/StandaloneCommon.ini.example | |||
@@ -8,11 +8,6 @@ | |||
8 | ; SQLite | 8 | ; SQLite |
9 | Include-Storage = "config-include/storage/SQLiteStandalone.ini"; | 9 | Include-Storage = "config-include/storage/SQLiteStandalone.ini"; |
10 | 10 | ||
11 | ; Unfortunately the current SQLite database plugin is not compatible with Mac OSX. You can still use the older | ||
12 | ; legacy sqlite library if you are using Mono 2.4. Please see the notes in OpenSim.ini (search for sqlite) | ||
13 | ; for more details | ||
14 | ;Include-Storage = "config-include/storage/SQLiteLegacyStandalone.ini"; | ||
15 | |||
16 | ; MySql | 11 | ; MySql |
17 | ; Uncomment these lines if you want to use mysql storage | 12 | ; Uncomment these lines if you want to use mysql storage |
18 | ; Change the connection string to your db details | 13 | ; Change the connection string to your db details |