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