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

64 lines
2.0 KiB

#ifndef PROXYSQL_CPP_H
#define PROXYSQL_CPP_H
#include "gen_utils.h"
#include "PgSQL_Thread.h"
#include "MySQL_Thread.h"
#include "Base_Session.h"
#include "MySQL_Session.h"
#include "PgSQL_Session.h"
#include "mysql_backend.h"
#include "PgSQL_Backend.h"
#include "ProxySQL_Poll.h"
//#include "MySQL_Data_Stream.h"
//#include "MySQL_Query_Cache.h"
#include "mysql_connection.h"
#include "sqlite3db.h"
//#include "StatCounters.h"
#include "MySQL_Monitor.hpp"
#include "PgSQL_Monitor.hpp"
//#include "MySQL_Protocol.h"
//#include "MySQL_Authentication.hpp"
//#include "MySQL_LDAP_Authentication.hpp"
#ifdef PROXYSQLCLICKHOUSE
#include "ClickHouse_Authentication.hpp"
#endif /* PROXYSQLCLICKHOUSE */
#include "fileutils.hpp"
#include "configfile.hpp"
//#include "SQLite3_Server.h"
#ifdef PROXYSQLCLICKHOUSE
#include "ClickHouse_Server.h"
#endif /* PROXYSQLCLICKHOUSE */
// All GenAI-tier headers have moved to plugins/genai/include/ over
// the carve-out:
// Step 3: Anomaly_Detector.h
// Step 4.C: Admin/Cache/Config/Observe/Stats/MCP_Tool/MySQL/Query
// tool handlers, MCP_Endpoint, MCP_Thread,
// ProxySQL_MCP_Server, MySQL_FTS
// Step 5: GenAI_Thread, LLM_Bridge, LLM_Clients,
// AI_Features_Manager, AI_Tool_Handler, RAG_Tool_Handler
// Step 6: AI_Vector_Storage, MySQL_Catalog, Discovery_Schema,
// Static_Harvester, PgSQL_Static_Harvester
// PROXYSQLGENAI is no longer a build flag — PROXYSQL40=1 builds and
// packages all v4.0 plugins (mysqlx, genai/MCP, ...). All
// genai/MCP/AI/RAG code lives in plugins/genai/.
#include "MySQL_HostGroups_Manager.h"
#include "PgSQL_HostGroups_Manager.h"
#include "PgSQL_Connection.h"
#include "proxysql_admin.h"
//#include "MySQL_Logger.hpp"
//#include "MySQL_PreparedStatement.h"
//#include "ProxySQL_Cluster.hpp" // cluster
//#include "ProxySQL_Statistics.hpp" // statistics
//#include "ProxySQL_HTTP_Server.hpp" // HTTP server
#undef swap
#undef min
#undef max
#include <stdio.h>
#include <map>
#include <unordered_map>
#endif // PROXYSQL_CPP_H