Skip to content

Tags: wesql/wesql

Tags

8.0.35-0.1.0_beta5

Toggle 8.0.35-0.1.0_beta5's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
feature: Add handlerton interfaces related to the data dictionary for…

… smartengine. (#75)

8.0.35-0.1.0_test1.replication

Toggle 8.0.35-0.1.0_test1.replication's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
fix: wesql replication fails to resync binlog from source object stor…

…age after a restart recovery. (#70)

fix #69

8.0.35-0.1.0_test

Toggle 8.0.35-0.1.0_test's commit message
chore: send image and tag message

8.0.35-0.1.0_test.replication

Toggle 8.0.35-0.1.0_test.replication's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
fix: fix wesql replication failed across object storage provider. (#64)

8.0.35-0.1.0_beta4

Toggle 8.0.35-0.1.0_beta4's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
enhancement: improve utility macros and fix occasional test failure i…

…n io_extent_test. (#60)

1. Refactored various utility macros in SmartEngine for better
readability and consistency.
2. Fixed an issue in io_extent_test where randomly generated read
operations could produce a size of 0. A size of 0 was being treated as
an invalid parameter, causing the test to fail occasionally. Updated the
test logic to prevent generating invalid sizes.

8.0.35-0.1.0_beta3

Toggle 8.0.35-0.1.0_beta3's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
add discord info in readme (#35)

8.0.35-0.1.0_test1

Toggle 8.0.35-0.1.0_test1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
chore: fix invalid value workflow reference (#38)

8.0.35-0.1.0_beta1

Toggle 8.0.35-0.1.0_beta1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
fix: binlog archive must wait for all workers to finish before rerun.

1. The binlog archive thread must wait for all archive workers thread
and update index worker thread to finish processing slices before it can
resume execution. First, wait for the archive worker to process all
slices in the slice queue, then wait for the update index worker to
finish processing all slices in the slice map.
2. Add more debug information.
3. Fix the license to GPL.