mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-25 17:12:03 +00:00
Add missing entry to client packet stringify
(noticed while reading the code)
This commit is contained in:
parent
ecdf0ed1a8
commit
d35ac3c3fb
@ -146,6 +146,7 @@ namespace Protocol
|
||||
"Ping",
|
||||
"TablesStatusRequest",
|
||||
"KeepAlive",
|
||||
"Scalar",
|
||||
};
|
||||
return packet <= MAX
|
||||
? data[packet]
|
||||
|
Loading…
Reference in New Issue
Block a user