stonedb-5.7-v1.0.2 #1225
hustjieke
announced in
Announcements
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Changes in StoneDB_5.7_v1.0.2 (2023-01-14, Release Candidate)
Big features:
User-Defined Functions(UDFs)
to handle the dynamic SQL:ESCAPE
Keyword;primary key
andindex
:Add primary key
Drop primary key
Add index
Drop index
Rename index
Change character set of table:
Change character set of table field:
BIT
Data Type:replace into
SQL Syntax;unsigned
andzerofill
:Notes: sql_mode ='MANDATORY_TIANMU' > default_storage_engine
Global
session
my.cnf
startup script
Accessibility Notes
Docs:
The manual has been updated as the code was modified. ( #doc)
bug: GROUP_CONCAT() function return result set error #938
bug: LEFT JOIN clause did not return the correct result set #925
bug: select...in...An error was reported when the date was included #829
bug: Update multiple values does not work with WHERE IN clause #781
bug: Master slave synchronization - There will be too many tuples problem #818
bug: Master slave synchronization - Primary key conflict problem #819
bug: SELECT * FROM BUG_12595 WHERE a LIKE 'hakan\n%' ESCAPE '\n' or ESCAPE '',ERROR : Incorrect arguments to ESCAPE #273
bug: SELECT * FROM BUG_12595 WHERE a LIKE 'hakan*%' ESCAPE '*'; The query result is empty #271
Error:Failed to create table share: bad DPN index file #984
feature: The Tianmu engine supports user defined function #538
bug: Tianmu column storage engine - performs HashJoin queries - runs out of disk space #558
ERROR:assert failed on i < m_idx.size() at rc_attr.h:342, msg: [bad dpn index 0/0] #909
bug: Query ERROR 1105 (HY000): assert failed on i < m_idx.size() at rc_attr.h:342 #964
bug: Query result set error,Involving primary key #988
bug: ALTER table DROP primary key is forbidden #1034
bug: incorrect result set,Trigger with primary key which assigns value selected from table to field of row,being inserted/updated.Test results are wrong #581
bug:If the field you used in the join condition is primary key, using "NOT EXISTS" will return wrong result. #944
bug: Tianmu error ERROR 6 (HY000),when execute select..where like NULL #763
ERROR 1105 (HY000): The query includes syntax that is not supported by the storage engine. Tianmu: UNION of non-matching columns (column no 2) .bug: #880
bug: INSERT INTO table error, but some data can be inserted successfully #965
bug: ./reinstall.sh automatic installation, the sock file directory is inconsistent with the directory in my.cnf #1075
bug: ERROR 6 (HY000), The query syntax (WHERE NOT IN ) is not supported #767
bug: Convert DATETIME to TIME type error #995
bug: STR_TO_DATE() Function does not work well #975
feat: load data (Incorrect timestamp value) into a StoneDB table, but No warnning was returned #656
feature: select..INTO OUTFILE..Add parameters:optionally enclosed by '"' escaped by '"' An error #850
bug: The data type was not determined during load data #852
feature: Dose not support the ALTER syntax, ALTER table t1 rename t2, add c char(10); #760
This discussion was created from the release stonedb-5.7-v1.0.2.
Beta Was this translation helpful? Give feedback.
All reactions