stonedb-5.7-v1.0.3-beta
Pre-release
Pre-release
Nliver
released this
08 Mar 14:35
·
23 commits
to stonedb-5.7-stable
since this release
V1.0.3-beta
- Version Number: 1.0.3
- Release Date: 2023-03-07
Compared to 1.0.2, StoneDB 1.0.3 has done many feature improvements and bug fixes, mainly including:
Primary/Secondary Deployment
- Reconstructed the binlog mechanism to filter out DDL statements that are not supported by the Tianmu storage engine.
- Added an argument named NO_KEY_ERROR for SQL mode to directly skip DDL statements that are not supported by the SQL layer, instead of reporting errors.
Syntax:
## At global level:
mysql>set global sql_mode='NO_KEY_ERROR';
## At session level:
mysql>set session sql_mode='NO_KEY_ERROR';
## Configuration file my.cnf:
[mysqld]
sql_mode='NO_KEY_ERROR'
Ecosystem Adaptation
Better adapted to the ecosystem to display the version number of StoneDB.
Perfomance
Improved the primary/secondary synchronization performance. #1213
Bug Fixes
The following bugs are fixed:
- Incorrect result is returned when an
ALTER TABLE
statement is executed to add a TIMESTAMP field. #1327 - Incorrect result is returned for an UPDATE operation on a table after it is modified by an
ALTER TABLE
statement. #1253 - Incorrect result is returned for a query on BIGINT data that is unsigned. #1203
- An error is reported when a statement is executed to load data. #1209
- The result returned for an AVG function call is incorrect. #1125
- An error is reported when an
ALTER TABLE
statement is executed to change the data type of a field. #752 - Other bugs. #103#1230#1255#1188#1262
Supported OSs
- CentOS 7.6 and later
- Ubuntu 20.0
What's Changed
- docs: update the Release Notes and Downloads by @Nliver in #1237
- fix(tianmu): tianmu.primary_secondary_bit crashed or failed(#1212) by @konghaiya in #1233
- fix(website): fix the compile error(#1238) by @Nliver in #1239
- fix(website): delete the error tags and update docs(#1238) by @Nliver in #1240
- docs: update the docs of Roadmap and Quick Deployment by @Nliver in #1242
- build(deps): bump ua-parser-js from 0.7.31 to 0.7.33 in /website by @dependabot in #1243
- fix: mirros pull failed in debian10_1.0.3 #1249 by @hustjieke in #1250
- fix(website): Fixed the Roadmap module(#1255) by @Nliver in #1256
- test(mtr): add testcases for bit and unsigned(#1196) by @davidshiz in #1257
- feat(stonedb): show stonedb tag version. (#1251) by @lujiashun in #1252
- fix: docs some minors in README by @Amber1990Zhang in #1259
- feat(scripts): change default binlog format from statement to row in my.cnf.sample #1015 by @hustjieke in #1261
- feat(stonedb):unsupport DDL should report error in SQL layer and ignore error in BINLOG layer.(#1227) by @DandreChen in #1270
- fix(stonedb): fix 'STONEDB_TAG_NAME' complier error. (#1262) by @lujiashun in #1269
- build(deps): bump http-cache-semantics from 4.1.0 to 4.1.1 in /website by @dependabot in #1271
- feat(tianmu):Master-slave synchronization, bit type supported by conditional push (#1230) by @konghaiya in #1244
- docs(quick-deployment): update the link of quick-deployment(#1282) by @Nliver in #1283
- build(deps): bump @sideway/formula from 3.0.0 to 3.0.1 in /website by @dependabot in #1284
- fix action ssl build error by @lxd5866 in #1287
- fix(load): fix mysqld crash when loaded data column contains double enclosed char. (#1263) by @lujiashun in #1268
- feat(tianmu): add multi-thread aggregation of group by (#422) by @adofsauron in #1279
- test(mtr): optimize func_sec_to_time.test(#1196) by @davidshiz in #1298
- fix(tianmu): fix alter table add column not null.(#1188) by @DandreChen in #1235
- feat(scripts): check version of the compilation tools before build(#1295) by @davidshiz in #1307
- bug(tianmu):improve the code quality and refactoring derived table optimize for tianmu(#1277, #1276, #1258) by @isredstar in #1281
- fix(tianmu):the data is wrong when altering table after deleting.(#1199) by @DandreChen in #1272
- fix(tianmu):issue1090.test occasionally fails to run(#1234) by @konghaiya in #1314
- workflow(git): Use the non strict ssh mode in PR by @RingsC in #1299
- fix(tianmu):the data is wrong when updating data after atlering table.(#1253) by @DandreChen in #1297
- feat(tianmu): support in-completed column data during load data. (#1209) by @lujiashun in #1273
- feat(tianmu):add some feature of init auto_increment_value for tianmu(#1201, #1072, #1059) by @isredstar in #1315
- feat(sql): add NO_KEY_ERROR to sql_mode for ignoring unsupported error.(#1318) by @DandreChen in #1320
- bug(tianmu):Server crashed, when execute select val, val >= '2010-02-22 18:35:23' from (select * from timetest) as A; (#981) by @isredstar in #1321
- feat(tianmu):DDL function filtering optimization is not supported(#1325) by @konghaiya in #1330
- fix(website): fix typo in compiling guidance by @El-even-11 in #1340
- docs(Docs/website): update description on data type content #1366 by @hustjieke in #1338
- fix(scripts): update man pages from MySQL Server 5.7.36 by @El-even-11 in #1354
- fix(tianmu): fix endless loop occurs during data_cache (#1352) by @adofsauron in #1353
- feat(tianmu): support unsigned load export issue1329 by @hustjieke in #1334
- feat(tianmu): add_timestamp_column Query result is incorrect #1327 by @wisehead in #1341
- fix(common): limit min signed int64 value to -9223372036854775806 #1206 by @hustjieke in #1349
- fix(tianmu):Solve the problem that index renaming is not supported(#1345) by @konghaiya in #1351
- fix(core): rm incorrect boundary check on rough check with between #1344 by @hustjieke in #1357
- feat(tianmu): The error message displayed is inaccurate when you drop unique … by @wisehead in #1356
- feat(tianmu): storage support delta store by @duanfuxiang0 in #1358
New Contributors
- @Amber1990Zhang made their first contribution in #1259
- @lxd5866 made their first contribution in #1287
- @El-even-11 made their first contribution in #1340
- @wisehead made their first contribution in #1341
Full Changelog: 5.7-v1.0.2-GA...5.7-v1.0.3-beta