1
0
mirror of https://github.com/mariadb-corporation/mariadb-columnstore-engine.git synced 2025-12-24 14:20:59 +03:00

MCOL-400 remove the delayed keyword

This commit is contained in:
David Hall
2017-08-15 14:06:04 -05:00
parent c147cc67e5
commit 9a20709031

View File

@@ -219,7 +219,7 @@ void QueryStats::insert()
mysql_real_escape_string(mysql.fCon, query.get(), 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 << "', ";