docs: add liquid flow event documentation and update action types
- Document liquid flow event tracking in README
- Add block_bomb and liquid_flow to search action type list
- Update command usages f
feat: add BlockExplodeEvent handler and block_bomb translation
- Implement onBlockBomb for BlockExplodeEvent (bed, respawn anchor)
- Register BlockExplodeEvent in plugin
- Add block_bomb key to zh_CN
feat: add true query cancellation and 100k row limit
- Rust MySQL: watcher thread sends KILL QUERY for real cancellation
- Cap all queries at 100k rows (SQLite + MySQL) to prevent OOM
- Call malloc_t
feat: MySQL table-rebuild cleanup and index-free migration
- cleanupByRebuild: CREATE+INSERT SELECT+RENAME, tyclean 50x vs SQLite
- Migration: disable secondary indexes before write, rebuild after, 1
feat: MySQL table-rebuild cleanup and index-free migration
- cleanupByRebuild: CREATE+INSERT SELECT+RENAME, tyclean 50x vs SQLite
- Migration: disable secondary indexes before write, rebuild after, 1
fix: guard Release flags for MSVC compatibility
- Use /FORCE:MULTIPLE on MSVC instead of -Wl,--allow-multiple-definition
- Only apply -ffunction-sections -fdata-sections on GCC/Clang
- Only run strip