#include <config.h>#include "query_cache_service.h"#include "data_dictionary_schema.h"#include <fcntl.h>#include <sys/stat.h>Go to the source code of this file.
Implements the DATA_DICTIONARY views which allows querying the state of the Query Cache
CREATE TABLE DATA_DICTIONARY.QUERY_CACHE_ENTRIES ( KEY VARCHAR NOT NULL , SCHEMA VARCHAR NOT NULL , SQL VARCHAR NOT NULL );
Definition in file data_dictionary_schema.cc.