Searched refs:innerQuery (Results 1 – 3 of 3) sorted by relevance
58 void QueryStatusLogUtil::LogTooManyConcurrentQueries(const int limit, bool innerQuery) in LogTooManyConcurrentQueries() argument60 … std::string info { innerQuery ? "HIVIEW TOOMANYCOCURRENTQUERIES " : "TOOMANYCOCURRENTQUERIES " }; in LogTooManyConcurrentQueries()66 void QueryStatusLogUtil::LogQueryOverTime(time_t costTime, const std::string sql, bool innerQuery) in LogQueryOverTime() argument68 std::string info { innerQuery ? "PLUGIN QUERYOVERTIME " : "QUERYOVERTIME " }; in LogQueryOverTime()74 bool innerQuery) in LogQueryCountOverLimit() argument76 std::string info { innerQuery ? "PLUGIN QUERYCOUNTOVERLIMIT " : "QUERYCOUNTOVERLIMIT " }; in LogQueryCountOverLimit()82 bool innerQuery) in LogQueryTooFrequently() argument84 std::string info { innerQuery ? "HIVIEW QUERYTOOFREQUENTLY " : "QUERYTOOFREQUENTLY " }; in LogQueryTooFrequently()
94 static void LogTooManyConcurrentQueries(const int limit, bool innerQuery = true);95 static void LogQueryOverTime(time_t costTime, const std::string sql, bool innerQuery = true);97 bool innerQuery = true);99 bool innerQuery = true);
1067 QuerySyncObject innerQuery(query);1068 tmpContext.SetQuery(innerQuery);