1
0
mirror of https://github.com/mariadb-corporation/mariadb-columnstore-engine.git synced 2025-07-30 19:23:07 +03:00

MCOL-400 remove the delayed keyword

This commit is contained in:
David Hall
2017-08-15 14:06:04 -05:00
parent ddc0a17924
commit 83c850266b

View File

@ -227,7 +227,7 @@ void QueryStats::insert()
drizzle_escape_string(query.get(), fQuery.length()*2, fQuery.c_str(), fQuery.length());
ostringstream insert;
insert << "insert delayed into querystats values (0, ";
insert << "insert into querystats values (0, ";
insert << fSessionID << ", ";
insert << "'" << fHost << "', ";
insert << "'" << fUser << "', ";