aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Data/MySQL (unfollow)
Commit message (Collapse)AuthorFilesLines
2020-07-31Various database fixups.onefang20-76/+76
InnoDB -> MyISAM utf8 if not exists white space
2019-11-14work on previus 2 patchsUbitUmarov1-23/+1
2019-11-14Attempt to fix the issue where, when logging into the grid, the user ↵Terry1-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>
2019-10-29fix some mysql timestamps default valueUbitUmarov2-1/+7
2019-10-13groups v2: remove wrong filters on DB searchUbitUmarov1-1/+1
2019-08-26a few changes to db generic tablesUbitUmarov1-25/+58
2019-08-17missing fileUbitUmarov1-0/+7
2019-08-17EstateAccess do fill the fields(mySQL only); fix the responseUbitUmarov1-7/+7
2019-08-10set default value for timestand on groups v2 invites tableUbitUmarov1-0/+8
2019-03-07don't read from dbs wrong sound flagsUbitUmarov1-1/+4
2019-01-21remove terraindata abstraction layer, since we only have heightmap typeUbitUmarov1-3/+3
2018-12-31Put the virtual decls back in, they're needed by the freshly donated ...Melanie1-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.
2018-12-30add some persistence (mysql only)UbitUmarov2-4/+29
2018-11-18don't share SHA256CryptoServiceProvider (can be improved)UbitUmarov1-6/+3
2018-01-21cosmetics (or not)UbitUmarov1-14/+14
2018-01-13clean some modules apiUbitUmarov1-16/+0
2018-01-12fix some odd sql queries ap not in useUbitUmarov1-1/+1
2018-01-02fix/clean error messages on MySQLUserProfiles (profilesV2)UbitUmarov1-36/+18
2017-12-11 commit what i did so far for core mutes module, befere i lose itUbitUmarov2-0/+83
2017-11-14Donating the Avination Mute ModuleMelanie Thielker1-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.
2017-05-07take more heavy work out of opened dbconn sectionsUbitUmarov1-14/+22
2017-05-06 oops closed too soonUbitUmarov1-82/+87
2017-05-06 a few more changes on mysqlUbitUmarov4-48/+60
2017-05-06 don't hold dbconn longer than necessartUbitUmarov1-21/+31
2017-05-06 another misplaced closeUbitUmarov1-21/+21
2017-05-06 build const strings a compile time...UbitUmarov1-201/+146
2017-05-06 GZipStream does have a CopyTo()UbitUmarov1-5/+5
2017-05-06 dispose some MemoryStreamsUbitUmarov1-6/+8
2017-05-06 fix a few wrong placement ( this is a test by the way )UbitUmarov1-7/+7
2017-05-06 fix wrong placementUbitUmarov1-2/+1
2017-05-06 MySQLConnector is not a MS productUbitUmarov12-14/+110
2017-05-04Change the engine of the groups table back to MyISAM, because MySQL 5.5 and ↵Diva Canto1-1/+1
older don't support full test search on InnoDB
2017-04-01 store the physics inertia override in SQliteUbitUmarov1-5/+2
2017-04-01 store the physics inertia override in Mysql and add it to serializer. run ↵UbitUmarov2-2/+21
prebuild is required
2017-03-31Make the MySqlGeneric layer transaction awareMelanie Thielker2-83/+155
2017-01-05Massive tab and trailing space cleanupMelanie Thielker16-169/+169
2017-01-05Create all tables ad InnoDB by defaultMelanie Thielker4-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.
2016-12-04The new Constant: integer OBJECT_REZZER_KEY = 32;Mandarinka Tasty2-2/+15
Signed-off-by: Mandarinka Tasty <mandarinka.tasty@gmail.com> Signed-off-by: UbitUmarov <ajlduarte@sapo.pt>
2016-12-01 fix a typo in dbs region rangeUbitUmarov1-1/+1
2016-11-26Increase float precision for windlight needed by scripts. mySQL Migration on ↵AliciaRaven1-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.
2016-11-24 revert changes to asset desc size, my bad.. this field will possible go ↵UbitUmarov2-13/+5
away in future
2016-11-22change asset description max sizeUbitUmarov2-5/+13
2016-11-09fix some invalid string.format argumentsUbitUmarov1-2/+7
2016-09-27MySQLFSAssetData asset type is a int not a varcharUbitUmarov1-2/+2
2016-09-27MySQLFSAssetData on store, if a asset already exists, assume its a valid ↵UbitUmarov1-1/+7
store or regions will keep retry. The other DBs do replace the item, why doesn't FS do the same?
2016-09-17 add load baked terrain methodsUbitUmarov1-0/+35
2016-09-17 add to databases a table to store baked terrain.UbitUmarov2-0/+58
2016-09-15Minor, remove unused OSDMap declaration in MySQL profilesAliciaRaven1-4/+1
2016-08-22workaround potencial memory leaksUbitUmarov2-36/+39
2016-06-17Mantis #7848: something wrong with a data field in Groups V2Diva Canto1-2/+1