aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Data/MySQL (follow)
Commit message (Expand)AuthorAgeFilesLines
* 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
* the beginning of the great id format migration. This makesSean Dague2008-06-162-6/+13
* Update svn properties, clean up formatting, refactor out duplicate hard-coded...Jeff Ames2008-06-132-2/+2
* look mom, migrations in action. This adds a couple of indexesSean Dague2008-06-121-0/+6
* Fix mysql migrations. This is tested with an existing up to date schema,Sean Dague2008-06-127-17/+32
* * minor: Remove and tidy duplicate 'storing object to scene' messages in logJustin Clarke Casey2008-06-121-1/+1
* this, in theory, adds migration support to mysql for all Sean Dague2008-06-124-112/+194
* check in region store initial migration definition, Sean Dague2008-06-121-0/+150
* check in migration files for mysqlSean Dague2008-06-123-0/+152
* Mantis#1501. Thank you kindly, Nebadon, for a patch thatCharles Krinke2008-06-101-1/+7
* Formatting cleanup, minor refactoring, svn properties.Jeff Ames2008-06-041-5/+5
* * experimental: Make OpenSim archiver save and reload all prim textures when ...Justin Clarke Casey2008-06-021-0/+1
* * Duh, actually returning from the CreateAsset method once we know the asset ...Justin Clarke Casey2008-05-311-0/+1
* * Remove the mysql logging noise I accidentally left in a few commits agoJustin Clarke Casey2008-05-311-2/+2
* * Change MySQL to check whether an asset already exists before inserting it i...Justin Clarke Casey2008-05-311-1/+40
* * Implements UserServer logoff in a few situationsTeravus Ovares2008-05-311-2/+2
* Update svn properties. Formatting cleanup.Jeff Ames2008-05-303-12/+16
* actually user the database_connect string for mysql. Sean Dague2008-05-281-20/+19
* let Grid Servers specify a connect string in their configuration.Sean Dague2008-05-282-24/+39
* remove terrain bloat, only keep last terrain revisionSean Dague2008-05-281-1/+5
* remove an erroneous line to fetch the terrain table in a way that Sean Dague2008-05-281-2/+0
* * Potential fix for Mantis#167, 332 - MySQL Thread collision.Adam Frisby2008-05-261-61/+76
* Update svn properties. Formatting cleanup.Jeff Ames2008-05-251-6/+8
* add a lock on the update, this should have been there before.Sean Dague2008-05-221-2/+13
* this removes use of the mapper for wearables, and I can confirm thingsSean Dague2008-05-213-88/+109
* create some direct sql calls for appearanceSean Dague2008-05-211-0/+109
* autocreate appearance table if it isn't thereSean Dague2008-05-192-0/+18
* prep for changes need to create the appearance tablesSean Dague2008-05-191-4/+1
* make the super class conveniance appearance stuff virtualSean Dague2008-05-191-2/+2
* i can haz pantz?Sean Dague2008-05-191-3/+1
* Formatting cleanup.Jeff Ames2008-05-171-8/+8
* it helps to actually create the database if the connectSean Dague2008-05-161-0/+1
* in theory, this moves the appearance mapper to liveSean Dague2008-05-161-37/+70
* Formatting cleanup.Jeff Ames2008-05-166-132/+132
* testing avatar appearance as a user serviceSean Dague2008-05-151-9/+9
* remove my UserAppearance object, switch all code to useSean Dague2008-05-151-3/+3
* More formatting cleanup.Jeff Ames2008-05-141-2/+5
* Formatting cleanup.Jeff Ames2008-05-142-2/+2
* * You can haz more spring cleaning.Adam Frisby2008-05-081-8/+2