stonedb-5.7-v1.0.0 #460
hustjieke
announced in
Announcements
Replies: 1 comment
-
Congratulations!! |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Changes in StoneDB_5.7_v1.0.0 (2022-08-31, General Availability)
Support for MySQL 5.7
Functionality Added or Changed
Tianmu: Improved the aggregation capabilities of the decimal data type.
Tianmu: Improved the readability of code. The code does not spererate logically, or the variables name can not be understooed by the literal meaning. To refactor code make it more readable to anyone who are the first to read that. For example: Changes int DoGetSomething(); to int GetSomethingXXX();, int GetNoNulls() to int GetNumOfNulls().
Tianmu: The date-related functions (such as DATE_ADD, DATE_SUB) can be queried (DATE_ADD|DATE_SUB) when creating view using the date func.(BUG #342)
Compilation Notes
The version of the Boost library for server builds is now 1.66.0.
The version of the Rocksdb for server builds is now 6.12.6.
Configuration Notes
Important Change: Changed default config file stonedb.cnf to my.cnf. (feature #182)
Important Change: Use tianmu as the default storage engine. (feature #255)
Document Notes
Bugs Fixed
fix mtr case: BUG #78, BUG #73, BUG #170, BUG #192, BUG #191, BUG #227, BUG #245, BUG fix(mtr):fix mtr funcs_1 and perfschema test result content mismatch #263
fix Tianmu bug: BUG #338, BUG #327, BUG #212, BUG #142
This discussion was created from the release stonedb-5.7-v1.0.0.
Beta Was this translation helpful? Give feedback.
All reactions