HyperPaint
HyperPaint
The error still persists. Discovered full scan queries on mysql. They are not executed at all, because... 1 million records are being scanned
Example SELECT COUNT(*) FROM actions INNER JOIN ActionIdentifiers ON ActionIdentifiers.id = actions.action_id INNER JOIN worlds ON worlds.id = actions.world_id LEFT JOIN players ON players.id = actions.player_id INNER JOIN ObjectIdentifiers oldObjects...
With date this query costs 66000 too
Workarounded with https://github.com/HyperPaint/Ledger/commit/7b64753e74bfd888c8caef8e019a05eb0a32e0b3
@BRNSystems hi. Have you found a way to get ItemStack in a click event? I'm trying to put an item in the gui, but I've only been able to take...
I did it, but not well. Shift + left click for return items, right click for divide items and left click + move doesnt work. But i can put and...
its written book with 100 pages... Text in book moves to extra_data field and then entry can't insert, because extra_data is TEXT type (64 KiB)
Maybe ignore action like this? And it seems like that mod should check variable size before insert in database and trunc data
Converted extra_data, block_state and old_block_state to MEDIUMTEXT and problem solved
Better to use utf8mb4_unicode_520_ci collation