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-07-09 06:15:41 +08:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
Files
c31875bae87008f7fac5db2bcdb4880ea7c78dbb
opensim
/
OpenSim
/
Data
/
MySQL
/
Resources
History
Adil El Farissi
c2eb8083cb
Revert "Re-sync repo"
...
This reverts commit
1c214566f3
.
2024-08-21 02:52:29 +00:00
..
AgentPrefs.migrations
…
AssetStore.migrations
Flatten migrations for MySQL.
2016-02-20 19:27:12 -08:00
AuthStore.migrations
Flatten migrations for MySQL.
2016-02-20 19:27:12 -08:00
Avatar.migrations
Correct case in the names of the Avatar and Friends tables
2016-03-24 16:43:27 -04:00
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
Flatten migrations for MySQL.
2016-02-20 19:27:12 -08:00
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
Flatten migrations for MySQL.
2016-02-20 19:27:12 -08:00
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
Revert "Re-sync repo"
2024-08-21 02:52:29 +00: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
…