0
I Use This!
Inactive

Commits : Listings

Analyzed about 9 hours ago. based on code collected about 9 hours ago.
Sep 22, 2024 — Sep 22, 2025
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Added another build script, based on build.sh. Unlike build.sh it builds galera inside SVN workign directories - i.e. capable if incremental builds. It also has more options. Designed to build only galera. MySQL build currently does not work. More... over 17 years ago
Reverted useless change in CFLAGS configuration More... over 17 years ago
Merged Teemu's build script which he probably forgot about. With small fixes it seems to work. More... over 17 years ago
The grand unification: - test_wsdb.c: Small fix to get it compiled - test_xdr.c: Small fix to get it compiled - wsdb.c: Fixed mem leak - dump_trxfile.c: + Fixed printing table information + Changed key print output to be in hex so that it does not mess up terminal - file_cache.c: Abort if cache entry is not found from cache file - file.c: Skip zeroth block when last_block overflows - certification.c: Whitespace - galera.c: + Removed commit_queue altogether + Local transactions are certified under TO monitor + TO monitor is released before real commit + Slave applier certifies, applies and commits writesets under TO monitor + Changes in logging + Removed some dead code - gcs_to.c: + Total rework of gcs_to grab, cancel, release + New function gcs_to_self_cancel to have more strict checking for to queue state + More strict error checking - gcs.h: gcs_to_self_cancel() prototype - build.sh: + last_stage to avoid compiling mysql if it is not needed + Some environment variables to make use of distcc and ccache if available (currently commented out) More... over 17 years ago
Reorganized multiple trunks into one. More... over 17 years ago
Added top-level trunk, branches and tags for the subsequent repository restructuring. More... over 17 years ago