You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
proxysql/include/cpp.h

25 lines
686 B

//#ifdef __cplusplus
#include "mysql_thread.h"
#include "mysql_session.h"
#include "mysql_backend.h"
#include "mysql_data_stream.h"
//#include "shared_query_cache.h"
#include "query_cache.hpp"
//#include "local_query_cache.h"
#include "mysql_connection.h"
#include "sqlite3db.h"
#include "mysql_connection_pool.h"
#include "simple_kv.h"
#include "kv_btree_array.hpp"
#include "advanced_kv.h"
#include "gen_utils.h"
#include "MySQL_Protocol.h"
#include "MySQL_Authentication.hpp"
#include "fileutils.hpp"
#include "configfile.hpp"
#include "query_processor.h"
#include "proxysql_admin.h"
#include "MySQL_HostGroups_Manager.h"
//#include "proxysql_glovars.hpp"
//#endif /* __cplusplus */