aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Data/MySQL (follow)
Commit message (Expand)AuthorAgeFilesLines
* * Remove unused prims.ParentID field from SQLite and MySQLJustin Clarke Casey2009-01-191-0/+5
* Avoid an invalid cast on legacy dataMelanie Thielker2009-01-181-1/+8
* * Added MySQL Grid unit testsSean Dague2009-01-141-0/+83
* * Apply http://opensimulator.org/mantis/view.php?id=2948Justin Clarke Casey2009-01-073-55/+55
* change the drop order to see if this affects unit test failsSean Dague2009-01-051-1/+1
* * Fix http://opensimulator.org/mantis/view.php?id=2889Justin Clarke Casey2008-12-231-2/+2
* Update the MySQL connector to 5.2.5. Fixes Mantids#2673. Thanks for the hint,...Homer Horwitz2008-12-221-1/+1
* change a UUID cast to an actual new UUID call to be consistant withSean Dague2008-12-081-1/+1
* fix an issue I found where primshapes weren't every being removedSean Dague2008-12-081-9/+82
* * Resolve http://opensimulator.org/mantis/view.php?id=2743 and http://opensim...Justin Clarke Casey2008-12-021-5/+3
* Catch all possible exceptions in the mysql module. It throws non-mysqlMelanie Thielker2008-12-021-2/+2
* Fix the terrain loaderMelanie Thielker2008-12-011-1/+1
* More reverts. Revert the MySQL database module. This caused more issuesMelanie Thielker2008-12-011-474/+513
* More changes to the MySQL adapter. take advantage of pooling and run lock-free.Melanie Thielker2008-11-301-507/+472
* Update svn properties. Add copyright header. Minor formatting cleanup.Jeff Ames2008-11-301-1/+1
* Explicitly Dispose() all cmd objectsMelanie Thielker2008-11-291-1/+15
* * minor: remove mono compiler warningsJustin Clarke Casey2008-11-271-1/+0
* * Remove unused and largely unimplemented UpdateUserCurrentRegion()Justin Clarke Casey2008-11-271-5/+0
* * restore deleted method documentation, some to IRegionDataStore and some to ...Justin Clarke Casey2008-11-261-1/+10
* Yay for unit tests. Increased the type width of the prims and primshapesMelanie Thielker2008-11-262-75/+79
* A migration to make the floats in prims table be doublesMelanie Thielker2008-11-261-0/+41
* A migration to convert the floats int the database to doubles.Melanie Thielker2008-11-262-0/+60
* Fix 2 of the failed tests. Cause terrain queries to return null when noMelanie Thielker2008-11-261-1/+1
* Committing the LCO database layer. Native MySQL, no ADO. New reconnectMelanie Thielker2008-11-262-1472/+746
* Remove code from an experimantal patch that wasn't supposed to be committedMelanie Thielker2008-11-231-39/+13
* Don't serve texture preview from other people's objects if youMelanie Thielker2008-11-231-13/+39
* Plumb in the presence notifications and region shutdown/restart messagesMelanie Thielker2008-11-231-0/+26
* * refactor: Rip out SOP inventory from the partial into a separate classJustin Clarke Casey2008-11-211-1/+1
* Update svn properties, minor formatting cleanup.Jeff Ames2008-11-211-6/+6
* Mantis#2656. Thank you kindly, Nlin for a patch that:Charles Krinke2008-11-192-0/+15
* Fixed MySQL and SQLite so they will save theSean Dague2008-11-182-0/+19
* Make a quick stab at the "Open data reader" issue.Melanie Thielker2008-11-161-8/+20
* Mantis#2552: Thanks idb, for a patch that fixes persistence of physical prims.Homer Horwitz2008-11-151-2/+1
* Add SQLite and the missing migrations files for last commitMelanie Thielker2008-11-141-0/+5
* Add group permissions to agent inventory.Melanie Thielker2008-11-141-2/+4
* make inventory item listing more robust. It turns out that a bad itemSean Dague2008-11-131-8/+28
* Update avatar picker search to work with OpenSearch people searchMelanie Thielker2008-11-131-2/+2
* * refactor: Expose SOG.SetRootPart for outsiders to use rather than setting R...Justin Clarke Casey2008-11-101-2/+2
* Mantis#2598: Thanks Fly-Man- for a patch that fixes a client-thread crash byHomer Horwitz2008-11-081-1/+1
* Remove empty OSUUID.cs file. Add copyright headers. Minor formatting cleanup.Jeff Ames2008-11-081-1/+28
* add create_time and access_time to asset db for mysql, as wellSean Dague2008-11-062-2/+52
* From: arthursv@linux.vnet.ibm.comSean Dague2008-11-062-21/+21
* add some null protection on emailSean Dague2008-11-041-1/+1
* implement email field for MySQL and SQLiteSean Dague2008-11-043-15/+23
* * Minor cleanupAdam Frisby2008-11-011-1/+0
* Megapatch that fixes/adds: friend offer/deny/accept, friendship termination,Homer Horwitz2008-11-011-0/+43
* Fix a compile warning about unreachable codeHomer Horwitz2008-11-011-2/+0
* A stab a getting the user server to act right. Move acquisition of theMelanie Thielker2008-11-012-18/+21
* * Added some debug information to MySQL UserDataManager to help diagnose a po...Adam Frisby2008-10-312-18/+25
* - Includes consistency test for new and updated objects, asSean Dague2008-10-301-3/+2