fix ignore_limits option

This commit is contained in:
CurtizJ 2019-06-18 01:07:16 +03:00
parent e6dd92f9e1
commit 2a04125360

View File

@ -35,6 +35,7 @@ struct SelectQueryOptions
, only_analyze(false)
, modify_inplace(false)
, remove_duplicates(false)
, ignore_limits(false)
{}
SelectQueryOptions copy() const { return *this; }