* feat: optimized the daily deletion of fence logs
* feat: optimized the daily deletion of fence logs
* feat: configure the fence through the configuration file
* fix: fixed some issues with sql statements
---------
Co-authored-by: JayLiu <38887641+luky116@users.noreply.github.com>
Co-authored-by: FengZhang <zfcode@qq.com>
* support auto refresh table mate cache
* fix test
* Refactor the code to address the issue of duplicate definitions
* Refactor the code to address the issue of duplicate definitions
* Refactor the code to address the issue of duplicate definitions
* Refactor the code to address the issue of duplicate definitions
---------
Co-authored-by: root <root@localhost.localdomain>
Co-authored-by: JayLiu <38887641+luky116@users.noreply.github.com>
* feat: new feature for service discovery
1.Completed the code for organizing the workflow.
2.Implemented FileRegistryService based on local configuration files.
* style: go imports
* refactor: avoid the uncertainty of SQL field order in unit test.
refactor select_for_update_executor_test.go to avoid the uncertainty of SQL field order causing test code to pass and fail sometimes.