{"release":{"tag":{"name":"5.7-v1.0.0-GA","path":"/StoneDB/stonedb/tags/5.7-v1.0.0-GA","tree_path":"/StoneDB/stonedb/tree/5.7-v1.0.0-GA","message":"","commit":{"id":"eed32f66478d304cccd2886d713b4895500fde9c","short_id":"eed32f6","title":"feat(tianmu): stonedb namespace to tianmu (#337)","title_markdown":"feat(tianmu): stonedb namespace to tianmu (#337)","description":"\n[summary]\r\n1. Change all engine stonedb to tianmu\r\n2. Change SDB to tianmu\r\n3. Also include mysql-test\r\n4. Change file magic number to TianmuTB","description_markdown":"\\[summary\\] \u003Col\u003E\n\u003Cli\u003EChange all engine stonedb to tianmu\u003C/li\u003E\n\u003Cli\u003EChange SDB to tianmu\u003C/li\u003E\n\u003Cli\u003EAlso include mysql-test\u003C/li\u003E\n\u003Cli\u003EChange file magic number to TianmuTB\u003C/li\u003E\n\u003C/ol\u003E","message":"feat(tianmu): stonedb namespace to tianmu (#337)\n\n[summary]\r\n1. Change all engine stonedb to tianmu\r\n2. Change SDB to tianmu\r\n3. Also include mysql-test\r\n4. Change file magic number to TianmuTB","message_markdown":"feat(tianmu): stonedb namespace to tianmu (#337)\n[summary]\n1. Change all engine stonedb to tianmu\n2. Change SDB to tianmu\n3. Also include mysql-test\n4. Change file magic number to TianmuTB","detail_path":"/StoneDB/stonedb/commit/eed32f66478d304cccd2886d713b4895500fde9c","commits_path":"/StoneDB/stonedb/commits/eed32f66478d304cccd2886d713b4895500fde9c","tree_path":"/StoneDB/stonedb/tree/eed32f66478d304cccd2886d713b4895500fde9c","author":{"name":"hustjieke","email":"gaoriyao1@gmail.com","username":null,"user_path":null,"enterprise_user_path":null,"image_path":"no_portrait.png#hustjieke-","is_gitee_user":false,"is_enterprise_user":null,"widget_url":null},"committer":{"name":"GitHub GPG Bot","email":"noreply@github.com","username":"github-bot","user_path":"/github-bot","enterprise_user_path":null,"image_path":"https://foruda.gitee.com/avatar/1677201096080835335/10181580_github-bot_1639517195.png!avatar30","is_gitee_user":true,"is_enterprise_user":null,"widget_url":""},"authored_date":"2022-08-03T11:19:48+08:00","committed_date":"2022-08-03T11:19:48+08:00","signature":null,"build_state":null},"archive_path":"/StoneDB/stonedb/repository/archive/5.7-v1.0.0-GA","signature":null},"operating":{"edit":false,"download":true,"destroy":false,"enterprise_forbid_zip":false},"release":{"title":"StoneDB-5.7-V1.0.0-GA","path":"/StoneDB/stonedb/releases/tag/5.7-v1.0.0-GA","tag_path":"/StoneDB/stonedb/tree/5.7-v1.0.0-GA","project_id":25079458,"created_at":"2022-09-14T11:33:07+08:00","is_prerelease":false,"description":"# StoneDB_5.7_v1.0.0的发行日志 (2022-08-31, 发行版)\r\n- 支持MySQL 5.7\r\n- 功能添加或改变\r\n- 编译相关改动\r\n- 配置相关改动\r\n- 文档变更\r\n- BUG修复\r\n\r\n## 支持MySQL 5.7\r\n\r\n- **关键项:** StoneDB 数据库支持MySQL 5.7 协议，基线版本：MySQL 5.7.36\r\n## 功能添加或改变\r\n\r\n- **关键项：**StoneDB 数据库的列式存储引擎从 StoneDB 变更为 Tianmu\r\n```bash\r\nmysql\u003E show engines;\r\n+----------------+---------+--------------------------+--------------+------+------------+\r\n| Engine         | Support | Comment                  | Transactions | XA   | Savepoints |\r\n+----------------+---------+--------------------------+--------------+------+------------+\r\n| TIANMU         | DEFAULT | Tianmu storage engine    | YES          | NO   | NO         |\r\n+----------------+---------+--------------------------+--------------+------+------------+\r\n```\r\n\r\n- **Tianmu:** 提升了 Tianmu 引擎对 decimal 数据类型的聚合能力；\r\n- **Tianmu: **提高了代码的可读性。有些代码在逻辑上没有分开或者变量名称不能体现真实含义。例如：修改 int DoGetSomething(); to int GetSomethingXXX();, int GetNoNulls() to int GetNumOfNulls()。\r\n- **Tianmu: **优化了视图对日期函数的调用能力，日期函数能够被视图正常调用使用 (例如：DATE_ADD, DATE_SUB等函数) ；([BUG #342](https://github.com/stoneatom/stonedb/issues/342))\r\n## 编译相关改动\r\n\r\n- Boost 依赖库的版本变更为 1.66.0；\r\n- Rocksdb 满足 StoneDB 数据库构建的版本变更为 6.12.6；\r\n## 配置相关改动\r\n\r\n- **关键项：**StoneDB 数据库默认配置文件从 stonedb.cnf 变更为 my.cnf；([feature #182](https://github.com/stoneatom/stonedb/issues/182))\r\n- **关键项：**StoneDB 数据库的默认存储引擎从 Innodb 变更为 Tianmu。([feature #255](https://github.com/stoneatom/stonedb/issues/255))\r\n## 文档变更\r\n\r\n- 用户手册、编译手册等相关文档发生了变更. ( [# address](https://stonedb.io/))\r\n## BUG修复\r\n\r\n- **修复 mtr 用例: **[BUG #78](https://github.com/stoneatom/stonedb/issues/78), [BUG #73](https://github.com/stoneatom/stonedb/issues/73),[ BUG #170](https://github.com/stoneatom/stonedb/issues/170), [BUG #192](https://github.com/stoneatom/stonedb/issues/192), [BUG #191](https://github.com/stoneatom/stonedb/issues/191), [BUG #227](https://github.com/stoneatom/stonedb/issues/227),  [BUG #245](https://github.com/stoneatom/stonedb/issues/245), [BUG  #263](https://github.com/stoneatom/stonedb/issues/263)\r\n- **修复 Tianmu 缺陷: **[BUG #338](https://github.com/stoneatom/stonedb/issues/388),[ BUG #327](https://github.com/stoneatom/stonedb/issues/327), [BUG #212](https://github.com/stoneatom/stonedb/issues/212), [BUG #142](https://github.com/stoneatom/stonedb/issues/142)","author":{"name":"StoneDB","username":"StoneDB-Community","path":"/StoneDB-Community","avatar_url":"https://foruda.gitee.com/avatar/1677233036559296303/11304602_stonedb_1657182941.png!avatar30"},"attach_files":[],"zip_download_url":"/StoneDB/stonedb/releases/tag/5.7-v1.0.0-GA.zip","tar_download_url":"/StoneDB/stonedb/releases/tag/5.7-v1.0.0-GA.tar.gz"}}}