mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-24 16:42:05 +00:00
dbms: Server: Fixes. [#METR-17276]
This commit is contained in:
parent
1bf22c463b
commit
ed2ec39899
@ -803,7 +803,7 @@ public:
|
||||
{
|
||||
Cell x;
|
||||
x.read(rb);
|
||||
insert(x.getValue());
|
||||
insert(x);
|
||||
}
|
||||
}
|
||||
|
||||
@ -827,7 +827,7 @@ public:
|
||||
Cell x;
|
||||
DB::assertString(",", rb);
|
||||
x.readText(rb);
|
||||
insert(x.getValue());
|
||||
insert(x);
|
||||
}
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user