aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Data/MySQL (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Another database schema fix for crazy.onefang2021-09-091-1/+1
|
* What numbnuts thought UUIDs should be varchar(255)?onefang2021-09-091-4/+4
|
* Shorten the name field of os_groups_groups.onefang2021-09-031-1/+1
|
* os_groups UUIDs are 36 charcters, not 255 varchars.onefang2021-09-031-4/+4
|
* Change the database schemas for a few, might be able to create them now.onefang2021-09-033-9/+9
| | | | Would have saved a lot of time if OpenSim didn't quietly fail these.
* Make it GridUsers VERSION 1, coz there never was a VERSION 2.onefang2021-09-031-1/+1
|
* Fixup GridUser migrations to be like the others.onefang2021-09-031-6/+1
|
* MySQL default character set to utfmb4.onefang2021-08-1719-41/+41
| | | | Coz on one box they defaulted to utfmb3, which .NET doesn't support.
* Bandaid for ghost users, check and remove them from Presence when they log on.onefang2020-09-091-3/+12
| | | | | | | | Once again OOP proves it's worse that spaghetti, by cutting up the spaghetti and hiding it all over the kitchen. Note the commented out bits from GateKeeperService.cs, this stuff is checked TWICE, though this time is for HGers, or not.
* Various database fixups.onefang2020-07-3120-76/+76
| | | | | | | InnoDB -> MyISAM utf8 if not exists white space
* work on previus 2 patchsUbitUmarov2019-11-141-23/+1
|
* Attempt to fix the issue where, when logging into the grid, the user ↵Terry2019-11-141-1/+24
| | | | | | | supplies a region name, but instead of going to the specific region, they are sent to a region "Like" the one specified. Signed-off-by: Terry <terry@digiworldz.com> Signed-off-by: UbitUmarov <ajlduarte@sapo.pt>
* fix some mysql timestamps default valueUbitUmarov2019-10-292-1/+7
|
* groups v2: remove wrong filters on DB searchUbitUmarov2019-10-131-1/+1
|
* a few changes to db generic tablesUbitUmarov2019-08-261-25/+58
|
* missing fileUbitUmarov2019-08-171-0/+7
|
* EstateAccess do fill the fields(mySQL only); fix the responseUbitUmarov2019-08-171-7/+7
|
* set default value for timestand on groups v2 invites tableUbitUmarov2019-08-101-0/+8
|
* don't read from dbs wrong sound flagsUbitUmarov2019-03-071-1/+4
|
* remove terraindata abstraction layer, since we only have heightmap typeUbitUmarov2019-01-211-3/+3
|
* Put the virtual decls back in, they're needed by the freshly donated ...Melanie2018-12-311-2/+2
| | | | | ... XStorage module that creates the XML for the new viewer, anod more. It overrides them to know if new init XML needs to be cached.
* add some persistence (mysql only)UbitUmarov2018-12-302-4/+29
|
* don't share SHA256CryptoServiceProvider (can be improved)UbitUmarov2018-11-181-6/+3
|
* cosmetics (or not)UbitUmarov2018-01-211-14/+14
|
* clean some modules apiUbitUmarov2018-01-131-16/+0
|
* fix some odd sql queries ap not in useUbitUmarov2018-01-121-1/+1
|
* fix/clean error messages on MySQLUserProfiles (profilesV2)UbitUmarov2018-01-021-36/+18
|
* commit what i did so far for core mutes module, befere i lose itUbitUmarov2017-12-112-0/+83
|
* Donating the Avination Mute ModuleMelanie Thielker2017-11-141-0/+16
| | | | | | | | This lived out-of-tree and therefore wasn't part of the big code drop. It's classic Avination, tied to MySQL and a direct database connection and I don't have the bandwidth to fix it to core methods. However, it has all the strange mute logic that OpenSim was missing and maybe someone can step up to make it work in an open grid context.
* take more heavy work out of opened dbconn sectionsUbitUmarov2017-05-071-14/+22
|
* oops closed too soonUbitUmarov2017-05-061-82/+87
|
* a few more changes on mysqlUbitUmarov2017-05-064-48/+60
|
* don't hold dbconn longer than necessartUbitUmarov2017-05-061-21/+31
|
* another misplaced closeUbitUmarov2017-05-061-21/+21
|
* build const strings a compile time...UbitUmarov2017-05-061-201/+146
|
* GZipStream does have a CopyTo()UbitUmarov2017-05-061-5/+5
|
* dispose some MemoryStreamsUbitUmarov2017-05-061-6/+8
|
* fix a few wrong placement ( this is a test by the way )UbitUmarov2017-05-061-7/+7
|
* fix wrong placementUbitUmarov2017-05-061-2/+1
|
* MySQLConnector is not a MS productUbitUmarov2017-05-0612-14/+110
|
* Change the engine of the groups table back to MyISAM, because MySQL 5.5 and ↵Diva Canto2017-05-041-1/+1
| | | | older don't support full test search on InnoDB
* store the physics inertia override in SQliteUbitUmarov2017-04-011-5/+2
|
* store the physics inertia override in Mysql and add it to serializer. run ↵UbitUmarov2017-04-012-2/+21
| | | | prebuild is required
* Make the MySqlGeneric layer transaction awareMelanie Thielker2017-03-312-83/+155
|
* Massive tab and trailing space cleanupMelanie Thielker2017-01-0516-169/+169
|
* Create all tables ad InnoDB by defaultMelanie Thielker2017-01-054-22/+22
| | | | | | MyISAM isn't properly replicated using row based replication. With the advances in clustering, these systems are becoming more prevalent and MyISAM isn't up to the task anymore.
* The new Constant: integer OBJECT_REZZER_KEY = 32;Mandarinka Tasty2016-12-042-2/+15
| | | | | Signed-off-by: Mandarinka Tasty <mandarinka.tasty@gmail.com> Signed-off-by: UbitUmarov <ajlduarte@sapo.pt>
* fix a typo in dbs region rangeUbitUmarov2016-12-011-1/+1
|
* Increase float precision for windlight needed by scripts. mySQL Migration on ↵AliciaRaven2016-11-261-0/+63
| | | | | | regionwindlight table. mySQL was setup to store smaller values because the viewers editor capped input, scripts can set higher precision so settings could change on region restart. This change brings mySQL more inline with PGSQL which uses doubles for all windlight floats.
* revert changes to asset desc size, my bad.. this field will possible go ↵UbitUmarov2016-11-242-13/+5
| | | | away in future