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