41e55cfca9
Modify fixed partition feature ( #1989 )
...
1. Not support MAVALUE in multi partition column.
2. Fix the incorrect show create table stmt.
2019-10-16 16:03:46 +08:00
ccc236484b
Fix bug that failed to add KEY column to DUPLICATE KEY table ( #1973 )
2019-10-14 16:40:34 +08:00
e70e48c01e
Add a ALTER operation to change distribution type from RANDOM to HASH ( #1823 )
...
Random distribution is no longer supported since version 0.9.
And we need a way to convert the random distribution to hash distribution.
ALTER TABLE db.tbl SET ("distribution_type" = "hash");
2019-09-18 14:16:26 +08:00
326d765c64
Add doc of modify replication num upon partition ( #1611 )
2019-08-08 16:47:32 +08:00
4c2a3d6da4
Merge Help document to documentation ( #1586 )
...
Help document collation (integration of help and documentation documents)
2019-08-07 21:31:53 +08:00