Modified version: 0.2.0902 , 20150902 , Kleon

Closes #379
pull/378/head
René Cannaò 11 years ago
parent f5d5d527b2
commit b596350c06

@ -26,7 +26,7 @@ typedef struct _account_details_t {
#else
#define DEB ""
#endif /* DEBUG */
#define MYSQL_AUTHENTICATION_VERSION "0.1.0706" DEB
#define MYSQL_AUTHENTICATION_VERSION "0.2.0902" DEB
/*
#define AUTH_TABLE_MYSQL_USERS "CREATE TABLE mysql_users ( username VARCHAR NOT NULL , password VARCHAR , active INT CHECK (active IN (0,1)) NOT NULL DEFAULT 1 , use_ssl INT CHECK (use_ssl IN (0,1)) NOT NULL DEFAULT 0, default_hostgroup INT NOT NULL DEFAULT 0, default_schema VARCHAR, schema_locked INT CHECK (schema_locked IN (0,1)) NOT NULL DEFAULT 0, transaction_persistent INT CHECK (transaction_persistent IN (0,1)) NOT NULL DEFAULT 0, fast_forward INT CHECK (fast_forward IN (0,1)) NOT NULL DEFAULT 0, backend INT CHECK (backend IN (0,1)) NOT NULL DEFAULT 1, frontend INT CHECK (frontend IN (0,1)) NOT NULL DEFAULT 1, PRIMARY KEY (username, backend), UNIQUE (username, frontend))"

@ -84,8 +84,8 @@
#else
#define DEB ""
#endif /* DEBUG */
#define PROXYSQL_VERSION "20140617" DEB
#define PROXYSQL_CODENAME "Hebe"
#define PROXYSQL_VERSION "20150902" DEB
#define PROXYSQL_CODENAME "Kleon"
#ifndef PROXYSQL_FUNC_DEFS
#define PROXYSQL_FUNC_DEFS

@ -10,7 +10,7 @@
#else
#define DEB ""
#endif /* DEBUG */
#define MYSQL_MONITOR_VERSION "0.2.0519" DEB
#define MYSQL_MONITOR_VERSION "0.2.0902" DEB
#include <event2/event.h>

@ -48,7 +48,7 @@ extern "C" {
#else
#define DEB ""
#endif /* DEBUG */
#define MYSQL_THREAD_VERSION "0.1.1114" DEB
#define MYSQL_THREAD_VERSION "0.2.0902" DEB
#define DEFAULT_NUM_THREADS 4

@ -1530,7 +1530,7 @@ __end_while_pool:
#else
#define DEB ""
#endif /* DEBUG */
#define PROXYSQL_ADMIN_VERSION "0.1.0815" DEB
#define PROXYSQL_ADMIN_VERSION "0.2.0902" DEB
ProxySQL_Admin::ProxySQL_Admin() {
#ifdef DEBUG

@ -26,7 +26,7 @@
#else
#define DEB ""
#endif /* DEBUG */
#define QUERY_CACHE_VERSION "0.1.0629" DEB
#define QUERY_CACHE_VERSION "0.2.0902" DEB
__thread uint64_t __thr_cntSet=0;
__thread uint64_t __thr_cntGet=0;

@ -15,7 +15,7 @@
#else
#define DEB ""
#endif /* DEBUG */
#define QUERY_PROCESSOR_VERSION "0.1.728" DEB
#define QUERY_PROCESSOR_VERSION "0.2.0902" DEB
class QP_rule_text_hitsonly {
public:

Loading…
Cancel
Save