diff --git a/include/mysql_connection.h b/include/mysql_connection.h index d6012d71c..a60a945cb 100644 --- a/include/mysql_connection.h +++ b/include/mysql_connection.h @@ -1,9 +1,6 @@ #ifndef __CLASS_MYSQL_CONNECTION_H #define __CLASS_MYSQL_CONNECTION_H -#define PROXYSQL_USE_RESULT -#define PROXYSQL_STMT_USE_RESULT - #include "proxysql.h" #include "cpp.h" diff --git a/include/proxysql_structs.h b/include/proxysql_structs.h index 7e639fc41..0523a04dd 100644 --- a/include/proxysql_structs.h +++ b/include/proxysql_structs.h @@ -99,8 +99,6 @@ enum MDB_ASYNC_ST { // MariaDB Async State Machine ASYNC_STMT_EXECUTE_CONT, ASYNC_STMT_EXECUTE_STORE_RESULT_START, ASYNC_STMT_EXECUTE_STORE_RESULT_CONT, - ASYNC_STMT_EXECUTE_USE_RESULT_START, - ASYNC_STMT_EXECUTE_USE_RESULT_CONT, ASYNC_STMT_EXECUTE_END, ASYNC_IDLE