Removing refreshes [#METR-11408].

This commit is contained in:
Alexey Milovidov 2014-07-01 03:46:22 +04:00
parent 310df87971
commit cbab5fb193
6 changed files with 15 additions and 21 deletions

View File

@ -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)

View File

@ -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)

View File

@ -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)

View File

@ -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)

View File

@ -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"

View File

@ -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)