Shannon-Data / ShannonBase

A MySQL HTAP Database, Open Source version of MySQL Heatwave, Powered by AI.
https://www.shannonbase.org
Other
16 stars 6 forks source link

feat: Upgrade to mysql 842 #238

Closed hustjieke closed 2 months ago

hustjieke commented 2 months ago

I hereby agree to the terms of the CLA available at: http://www.shannondata.ai/doc/cla/

Summary

1. cover old code using tag-8.4.2
2. from this commmit, backport code from past 810
3. more than 842: CODE_OF_CONDUCT.md, README.md, ml
4. ndb using c++20 feature: std::range::any_of() & std::range::none_of(), rollback to c++11 standard std::any_of() & std::none_of() for compile success in mac.
5. init rapid_engine & fix clang-format & fix workflow & disable main.mysql_load_data_local_dir for fail in ci/cd

Briefly describe what this PR aims to solve. Include background context that will help reviewers understand the purpose of the PR.

Tests

Type of change