Add desc of propose idatabase method

This commit is contained in:
Val 2020-06-24 15:50:23 +03:00
parent d293e002a7
commit 9635ea64be

View File

@ -161,6 +161,7 @@ public:
/// Is the database empty.
virtual bool empty() const = 0;
/// Submit query to log. Currently used by DatabaseReplicated engine only.
virtual void propose(const ASTPtr & /*query*/) {
throw Exception(getEngineName() + ": propose() is not supported", ErrorCodes::NOT_IMPLEMENTED);
}