You've already forked mariadb-columnstore-engine
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:
@ -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 << "', ";
|
||||
|
Reference in New Issue
Block a user