aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Data/MySQL/MySQLFramework.cs (unfollow)
Commit message (Expand)AuthorFilesLines
2019-05-19Dump OpenSim 0.9.0.1 into it's own branch.onefang1-6/+54
2016-11-03Initial update to OpenSim 0.8.2.1 source code.David Walter Seikel1-21/+12
2010-02-05Updated MySQL connection management to use the MySQL connection pooling. This...Master ScienceSim1-49/+13
2009-11-02Removing Console.WriteLine()s that were brought in with the revertJohn Hurliman1-2/+0
2009-11-02Reverting the memory leak patch for MySQL. Problems have been reported with t...John Hurliman1-8/+5
2009-10-06Remove the using() constructs from the new style database modules; they causedMelanie1-4/+10
2009-10-05Added CloseDBConnection() to replace the old CloseReaderCommand(). This will ...John Hurliman1-7/+7
2009-10-04* MySQL data tests now pass by fixing a bad fix for a bad cast on the asset L...John Hurliman1-10/+4
2009-09-04More work on new authentication serviceMelanie1-0/+8
2009-09-04Add the user authentication data adapter. This is meant to use a new tableMelanie1-0/+115