aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Data/MySQL (follow)
Commit message (Expand)AuthorAgeFilesLines
* Minor formatting cleanup.Jeff Ames2008-08-072-3/+3
* Thanks, zaki, for a patch that embeds plugin manifest files into plugin dlls....Mike Mazur2008-08-061-0/+23
* Estate series, patch 9 (#9157)Melanie Thielker2008-08-011-0/+6
* Add the missing migration files :/Melanie Thielker2008-08-011-0/+8
* Patch #8 in the estate series. Introduces the concept of an estateMelanie Thielker2008-08-011-0/+7
* Apply updated patch from issue 1871. Thanks sempuki.Mike Mazur2008-07-311-2/+2
* Thanks, sempuki, for a patch that moves all Grid Server's plugins toMike Mazur2008-07-314-16/+31
* The hazards if unclean sourc trees. Yours truly got bitten this time.Melanie Thielker2008-07-261-2/+4
* Re-Fix the fixMelanie Thielker2008-07-261-1/+1
* Fix Mantis #1830Melanie Thielker2008-07-261-0/+1
* Patch #9155 (Mantis #1793)Melanie Thielker2008-07-251-0/+1
* refactor TaskInventoryItem Mask -> Permissions to be consistant with how thingsSean Dague2008-07-231-10/+10
* refactored LandData to use properties, and cleaned up the naming onSean Dague2008-07-231-70/+70
* Update svn properties. Formatting cleanup. Remove a compiler warning.Jeff Ames2008-07-231-12/+14
* Thanks, sempuki, for a patch that moves control of Mono.Addins from source at...Mike Mazur2008-07-232-11/+0
* Update svn properties. Fix some inconsistent newlines.Jeff Ames2008-07-191-23/+23
* Introduce a separate connection string for estates, which defaults to the one giMelanie Thielker2008-07-181-22/+1
* Patch to fix saving of estate managers list loaded during migration.Melanie Thielker2008-07-181-0/+3
* squashing further warnings.Dr Scofield2008-07-181-19/+19
* Thanks, sempuki, for a patch that moves all grid plugins to new PluginLoader ...Mike Mazur2008-07-184-12/+39
* masks MySQL password from console startup messagesDahlia Trimble2008-07-182-3/+47
* Patch #9151Melanie Thielker2008-07-183-140/+492
* added index to ParentID on prims, as this is sorted on for prim loading.Sean Dague2008-07-161-0/+5
* add migration for SceneGroupID to char(36) plus add an index. ThisSean Dague2008-07-151-0/+9
* Patch #9148Melanie Thielker2008-07-141-0/+9
* change SitTarget calls from functions to propertiesSean Dague2008-07-071-14/+15
* * remove unused CommitAssets() hook for nowJustin Clarke Casey2008-07-071-7/+0
* Copyright notices and formatting cleanup.Jeff Ames2008-07-061-2/+2
* Mantis#1661. Thank you kindly, CMickeyb for a patch that:Charles Krinke2008-07-033-36/+107
* add 3 migrations, 1 each for prims, primshapes, and primitemsSean Dague2008-07-033-0/+65
* migrate the myisam mysql regions to innodbSean Dague2008-07-031-0/+12
* Update svn properties.Jeff Ames2008-07-031-5/+5
* * Drop InvType from the assets table since it is no longer usedJustin Clarke Casey2008-07-022-5/+8
* Mantis#1639. Thank you, Melanie for a patch that:Charles Krinke2008-07-011-1/+8
* Mantis#1637. Thank you kindly, Melanie for a patch that:Charles Krinke2008-06-301-0/+6
* * Fix for http://opensimulator.org/mantis/view.php?id=1512Justin Clarke Casey2008-06-292-19/+95
* patch and files from mantis #1630, Thanks MelanieMW2008-06-292-0/+223
* last round of warning squashing. calling it a day now.Dr Scofield2008-06-274-173/+185
* Mantis#1591. Thank you graciously, Sempuki for a patch that:Charles Krinke2008-06-271-1/+3
* Apply patch from bug #1601 -- more documentation for Data/MySQL. Thanks keru...Jeff Ames2008-06-264-78/+315
* Mantis#1595. Thank you, Melanie for a patch that:Charles Krinke2008-06-261-0/+3
* Add patch from bug #1596 - adds Doxygen documentation in OpenSim.Data.MySQL f...Jeff Ames2008-06-267-17/+224
* add migrations to mysql and sqlite for flags on embedded inventorySean Dague2008-06-251-0/+5
* based on positive feedback on performance of making keys fixed lengthSean Dague2008-06-241-0/+31
* add migration to go from varchar -> char for uuid. TestedSean Dague2008-06-231-0/+9
* * Adds Region ban capability to Regions. You access this by going to World->...Teravus Ovares2008-06-212-0/+122
* * Handle parcel telehub location corruption gracefully. DBNullTeravus Ovares2008-06-201-7/+16
* oops, build break. needed to include another reference.Sean Dague2008-06-191-0/+1
* add migrations support for mysql log store. This should completeSean Dague2008-06-193-1/+41
* fix an edge case with migrations in the region store.Sean Dague2008-06-193-2/+54