[#1532] LOAD DATA INFILE doesn’t encode data before sending it to MySQL when dealing with a small data file, thanks @Lordess report the bug.
[#1489] Complex query using one view in another view will get an error `column not found`
[#275] Result set is not merged because of union query on different global tables
[#563] Incorrect result when natural join on the global table
[#622] Illegal “create table ” syntax execute success for global table
[#775] Query [load data …] to global table, column _dble_op_time may need special handle
[#1582] DataHost’s heartbeat attribute is not synced after reload @@config_all in ZooKeeper mode
[#1451] SQL select a as b from table group by a returns error when b is one of the table’s columns names
[#1513] Commit XA transaction will return lost connection error when killed one of the backend connection before XA end phase
[#1638] Restart mysql node causing the error: the data source[XXX] can’t reach. Please check the dataHost status
[#1538] Change dataHost from disabled to enabled, the heartbeat does not recover
[#1622] Memory Leak in Some cases
[#1524] DDL separate from general queries
[#1525] Syntax limit 0 will return all rows, thanks @ssxlulu report the bug.
[#1453] Use user variables in [order by] with union got error
[#1618] Compound SQL statement returned package error
[#1583] Use DBLE as DBLE’s backend, thanks @zhaoshan86 report the bug.
[#1643] Execute query “show warnings” causing an error : Lost connection to MySQL server during query
[#1465] Schema.xml datanode sums of attributes values of name and database should equal
[#1602] Explain a query with an uppercase table alias when [lower_case_tables_name=1], it will report error
[#1541] If there are too many datanodes(>700) for a few dozen datahost, starting/reloading will become slow because of testConn
[#1507] Load data returns an error when there is a separate line “\” in file
[#1466] [select b.id from test join sharding_2_t1 b on test.id/b.id>1.001] result not consistent with mysql
[#1459] Global sequence does not work correctly for the no-sharding table, thanks @liuxinwang report the bug.
[#1455] Query [SELECT * FROM t1 a left join t2 c on a.id=c.id and a.id=@id_a;] report field not found:@id_a
[#1417] The column type returned by DBLE is inconsistent with the MYSQL database.
[#1403] Packet ID error for LOAD DATA multi-Queries
[#753] dble does not support reserved words as table name or column name even use backtick