mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-24 00:22:29 +00:00
dbms: fixed error [#METR-19595].
This commit is contained in:
parent
2a6992689f
commit
27dfb21e15
@ -305,7 +305,7 @@ public:
|
||||
}
|
||||
else if (0xFFFF == mask)
|
||||
{
|
||||
res_data.insert_assume_reserved(data_pos, data_pos + 16);
|
||||
res_data.insert(data_pos, data_pos + 16);
|
||||
}
|
||||
else
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user