dbms: addition to prev. revision [#METR-17716].

This commit is contained in:
Alexey Milovidov 2015-08-16 11:21:19 +03:00
parent 5011e4d581
commit 38fa9c8982

View File

@ -41,7 +41,7 @@ static void executeCreateQuery(const String & query, Context & context, const St
{
if (const auto id = dynamic_cast<const ASTFunction *>(ast_create_query.storage.get()))
{
if (id->name == "TinyLog")
if (id->name == "TinyLog" || id->name == "StripeLog")
{
tryLogCurrentException(__PRETTY_FUNCTION__);
return;