Merge branch '3.0' into feature/compressData

This commit is contained in:
yihaoDeng 2024-03-30 10:39:27 +00:00
parent ddf37b10a0
commit d20da622a7
1 changed files with 1 additions and 7 deletions

View File

@ -33,13 +33,7 @@ sql_error alter table $tb modify column b level 'l' # already exist
sql_error alter table $tb modify column b compress 'lz4'
sql alter table $tb modify column b compress 'xz'
sql alter table $tb modify column b compress 'zstd'
sql_err alter table $tb modify column b compress 'tsz'
sql_error alter table $tb modify column b compress 'tsz'
$count = 0
while $count < $N