This website requires JavaScript.
Explore
Help
Sign In
ogb912
/
opensim
Watch
1
Star
0
Fork
0
You've already forked opensim
mirror of
https://github.com/opensim/opensim.git
synced
2026-06-10 05:55:38 +08:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
Files
4e8c87fbd1ad0d916b38dd9a056f22bc2bbd12b4
opensim
/
OpenSim
/
Data
/
MySQL
/
Resources
History
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
..
AgentPrefs.migrations
…
AssetStore.migrations
…
AuthStore.migrations
…
Avatar.migrations
…
EstateStore.migrations
do store a new flag on region db
2020-06-09 19:44:57 +01:00
FriendsStore.migrations
a few more tables that may blowup on utf8mb4 and need no more than latin1
2020-12-16 01:46:11 +00:00
FSAssetStore.migrations
…
GridStore.migrations
…
GridUserStore.migrations
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
HGTravelStore.migrations
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
IM_Store.migrations
Create all tables ad InnoDB by default
2017-01-05 13:35:13 +00:00
InventoryStore.migrations
…
LogStore.migrations
…
MuteListStore.migrations
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
os_groups_Store.migrations
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
Presence.migrations
a few more tables that may blowup on utf8mb4 and need no more than latin1
2020-12-16 01:46:11 +00:00
RegionStore.migrations
misspell all across the board
2020-06-18 12:01:53 +01:00
UserAccount.migrations
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
UserProfiles.migrations
Create all tables ad InnoDB by default
2017-01-05 13:35:13 +00:00
XAssetStore.migrations
…