mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-27 01:51:59 +00:00
Removing refreshes [#METR-11408].
This commit is contained in:
parent
310df87971
commit
cbab5fb193
@ -45,7 +45,6 @@ int main(int argc, char ** argv)
|
||||
("UserAgent", new DB::DataTypeUInt8)
|
||||
("URL", new DB::DataTypeString)
|
||||
("Referer", new DB::DataTypeString)
|
||||
("Refresh", new DB::DataTypeUInt8)
|
||||
("ResolutionWidth", new DB::DataTypeUInt16)
|
||||
("ResolutionHeight", new DB::DataTypeUInt16)
|
||||
("ResolutionDepth", new DB::DataTypeUInt8)
|
||||
|
@ -53,7 +53,6 @@ int main(int argc, char ** argv)
|
||||
("UserAgent", new DataTypeUInt8)
|
||||
("URL", new DataTypeString)
|
||||
("Referer", new DataTypeString)
|
||||
("Refresh", new DataTypeUInt8)
|
||||
("ResolutionWidth", new DataTypeUInt16)
|
||||
("ResolutionHeight", new DataTypeUInt16)
|
||||
("ResolutionDepth", new DataTypeUInt8)
|
||||
|
@ -46,7 +46,6 @@ int main(int argc, char ** argv)
|
||||
("UserAgent", new DB::DataTypeUInt8)
|
||||
("URL", new DB::DataTypeString)
|
||||
("Referer", new DB::DataTypeString)
|
||||
("Refresh", new DB::DataTypeUInt8)
|
||||
("ResolutionWidth", new DB::DataTypeUInt16)
|
||||
("ResolutionHeight", new DB::DataTypeUInt16)
|
||||
("ResolutionDepth", new DB::DataTypeUInt8)
|
||||
|
@ -53,7 +53,6 @@ int main(int argc, char ** argv)
|
||||
("UserAgent", new DataTypeUInt8)
|
||||
("URL", new DataTypeString)
|
||||
("Referer", new DataTypeString)
|
||||
("Refresh", new DataTypeUInt8)
|
||||
("ResolutionWidth", new DataTypeUInt16)
|
||||
("ResolutionHeight", new DataTypeUInt16)
|
||||
("ResolutionDepth", new DataTypeUInt8)
|
||||
|
@ -29,7 +29,6 @@ int main(int argc, char ** argv)
|
||||
"UserAgent UInt8,\n"
|
||||
"URL String,\n"
|
||||
"Referer String,\n"
|
||||
"Refresh UInt8,\n"
|
||||
"ResolutionWidth UInt16,\n"
|
||||
"ResolutionHeight UInt16,\n"
|
||||
"ResolutionDepth UInt8,\n"
|
||||
|
@ -46,7 +46,6 @@ int main(int argc, char ** argv)
|
||||
("UserAgent", new DB::DataTypeUInt8)
|
||||
("URL", new DB::DataTypeString)
|
||||
("Referer", new DB::DataTypeString)
|
||||
("Refresh", new DB::DataTypeUInt8)
|
||||
("ResolutionWidth", new DB::DataTypeUInt16)
|
||||
("ResolutionHeight", new DB::DataTypeUInt16)
|
||||
("ResolutionDepth", new DB::DataTypeUInt8)
|
||||
|
Loading…
Reference in New Issue
Block a user