Commit Graph

1781 Commits

Author SHA1 Message Date
UbitUmarov
fbbcc1edd7 == string.Empty is .Lenght == 0 2022-01-13 20:31:52 +00:00
UbitUmarov
7d78f62d49 fix some pgsql parameters ( needs checking ) 2022-01-10 01:20:46 +00:00
UbitUmarov
da928d6099 != UUID.Zero is slow 2022-01-09 02:28:51 +00:00
UbitUmarov
357f20eb14 == UUID.Zero is slow 2022-01-08 23:35:56 +00:00
UbitUmarov
131455b107 add gridservice GetOnlineRegions() 2021-12-07 00:34:40 +00:00
UbitUmarov
c786571c2f mantis 7341: change asset creatorid size to 128 on pgsql to match mysql 2021-11-20 19:32:39 +00:00
UbitUmarov
e89900949d silly typo 2021-09-02 17:41:19 +01:00
UbitUmarov
9b840f1f9e change the GetFallbackRegions sort code 2021-09-02 17:22:59 +01:00
UbitUmarov
b363d1f9ee sqlite estatestore: stop using sqlite autoincrement on estateID, look for max value in USE instead. This is slow, but the db should be small; fix min value to 101 ( we should allow special lower values, but not now ) 2021-08-27 16:21:03 +01:00
UbitUmarov
af8ce58130 change those tests a bit 2021-02-09 04:52:50 +00:00
UbitUmarov
3a7f675087 work around broken tests 2021-02-09 04:31:43 +00:00
UbitUmarov
07e02ec7e6 fix test to ignore such flags also 2021-01-11 12:44:15 +00:00
UbitUmarov
ad1587b041 similar change on StorePrimInventory 2020-12-22 04:10:47 +00:00
UbitUmarov
098f86f5e0 remove replaced code 2020-12-22 03:33:17 +00:00
UbitUmarov
e4d602b7ec improve stringbuilder needed size estimation 2020-12-22 03:16:18 +00:00
UbitUmarov
b046b38e69 a few changes on mysql RemoveObject() 2020-12-22 03:02:44 +00:00
UbitUmarov
51e69e8b4f a few more tables that may blowup on utf8mb4 and need no more than latin1 2020-12-16 01:46:11 +00:00
Alicia Raven
a969797512 Allow estate config files to specify a specific EstateID. Defaults to 0 if not specified which uses auto increment id as current behaviour. 2020-12-15 17:05:30 +00:00
UbitUmarov
fe33ace3b2 change sqlitesimulationdata locks a bit 2020-11-24 22:58:48 +00:00
UbitUmarov
9533217d82 change some mysql tables and columns character sets, this is close to patch at mantis 8707, but that is not correct. This should have no impact on current dbs. Many of those are now too large to do this change automaticl,, but they should. Some columns as utf8 (4 bytes in future) are pure waste of space, in fact some are used as indexes and can violate max index size. Namelly on groups V2, reason why we are forced to use utf8mb3 mostly likely to be dropped by new mysql/maria versions 2020-11-14 17:21:10 +00:00
UbitUmarov
e894b4cafc update libomv and apply necessary related changes 2020-10-06 17:29:01 +01:00
UbitUmarov
af3581ba2e fix sqlite 2020-08-07 19:20:14 +01:00
UbitUmarov
6a2058e0ac there is no prim Omega, we call it angular velocity 2020-08-07 18:54:23 +01:00
UbitUmarov
71d8bcd90c missed other 2020-06-25 21:47:57 +01:00
UbitUmarov
86bd9ca255 missing changed test files 2020-06-25 21:24:51 +01:00
UbitUmarov
e2ffc17d1f fix sqlite region migrations 2020-06-25 17:44:23 +01:00
UbitUmarov
b7750e52d6 lang env on PGSQL 2020-06-24 11:36:34 +01:00
UbitUmarov
60da45b715 lang env on sqlite 2020-06-23 14:28:34 +01:00
UbitUmarov
8fe2cd6c46 save/load environments to/from oars 2020-06-22 15:46:39 +01:00
UbitUmarov
44c90bf294 misspell all across the board 2020-06-18 12:01:53 +01:00
UbitUmarov
104f7f0eb2 store parcel uglysky on mysql region db (others one day..) 2020-06-18 01:36:01 +01:00
UbitUmarov
13ed40d9f6 replace sun module 2020-06-11 00:01:43 +01:00
UbitUmarov
e2be90caaf replace lightshare early work 2020-06-10 09:26:55 +01:00
UbitUmarov
0d76635113 do store a new flag on region db 2020-06-09 19:44:57 +01:00
UbitUmarov
2e66f8dbdf store sop pseudocrc and region cacheID on sqlite 2020-03-28 16:18:31 +00:00
UbitUmarov
0958eceadd store sop pseudocrc and region cacheID on PGSQL ( others later) 2020-03-28 01:31:00 +00:00
UbitUmarov
87646f340b store sop pseudocrc and region cacheID on mysql ( others later) 2020-03-27 17:34:05 +00:00
UbitUmarov
6d2bb27ef7 fix a test 2020-02-17 22:05:27 +00:00
UbitUmarov
c8a95e21ee mysql region store: do not use double to store float 2020-02-17 21:11:21 +00:00
UbitUmarov
016886b3c6 changes on sqlite estatedata 2020-01-31 13:09:37 +00:00
UbitUmarov
f89afd2aa8 fix some sqlite regionstore tables 2020-01-31 00:08:51 +00:00
UbitUmarov
598ba5d6ae fix the dbs migrations 2020-01-23 11:14:12 +00:00
UbitUmarov
f61b83b1ea store the new variables on sqlite and pgsql ( could not test) 2020-01-23 10:47:09 +00:00
UbitUmarov
33eabf1069 store the new variables on mysql 2020-01-22 21:32:40 +00:00
UbitUmarov
8db2ddb07f mantis 8645: change sqlite to just flag row delete, for commit to work 2020-01-18 21:09:41 +00:00
UbitUmarov
550f64cb2d mantis 8645: change sqlite (not exactly as provided patch) 2020-01-18 18:01:38 +00:00
UbitUmarov
31aef4e82b work on previus 2 patchs 2019-11-14 06:34:44 +00:00
Terry
999a068172 Complete PostGres from previous commit - (Not Tested)
Signed-off-by: Terry <terry@digiworldz.com>
Signed-off-by: UbitUmarov <ajlduarte@sapo.pt>
2019-11-14 05:28:57 +00:00
Terry
2f79f463ea Attempt to fix the issue where, when logging into the grid, the user 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-11-14 05:26:54 +00:00
UbitUmarov
9d6a1e01f9 fix some mysql timestamps default value 2019-10-29 22:55:51 +00:00