From b596350c06e156b3d56e19dd911f333c52451dd5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ren=C3=A9=20Canna=C3=B2?= Date: Wed, 9 Sep 2015 19:29:20 +0000 Subject: [PATCH] Modified version: 0.2.0902 , 20150902 , Kleon Closes #379 --- include/MySQL_Authentication.hpp | 2 +- include/proxysql.h | 4 ++-- lib/MySQL_Monitor.cpp | 2 +- lib/MySQL_Thread.cpp | 2 +- lib/ProxySQL_Admin.cpp | 2 +- lib/Query_Cache.cpp | 2 +- lib/Query_Processor.cpp | 2 +- 7 files changed, 8 insertions(+), 8 deletions(-) diff --git a/include/MySQL_Authentication.hpp b/include/MySQL_Authentication.hpp index afe8b8be4..783f7265d 100644 --- a/include/MySQL_Authentication.hpp +++ b/include/MySQL_Authentication.hpp @@ -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))" diff --git a/include/proxysql.h b/include/proxysql.h index 5d08e2bea..5a257601b 100644 --- a/include/proxysql.h +++ b/include/proxysql.h @@ -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 diff --git a/lib/MySQL_Monitor.cpp b/lib/MySQL_Monitor.cpp index f3a6759df..d80cf5558 100644 --- a/lib/MySQL_Monitor.cpp +++ b/lib/MySQL_Monitor.cpp @@ -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 diff --git a/lib/MySQL_Thread.cpp b/lib/MySQL_Thread.cpp index b54926b04..cb606fb93 100644 --- a/lib/MySQL_Thread.cpp +++ b/lib/MySQL_Thread.cpp @@ -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 diff --git a/lib/ProxySQL_Admin.cpp b/lib/ProxySQL_Admin.cpp index 51aadc2bc..93d471c1e 100644 --- a/lib/ProxySQL_Admin.cpp +++ b/lib/ProxySQL_Admin.cpp @@ -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 diff --git a/lib/Query_Cache.cpp b/lib/Query_Cache.cpp index 74ddaa6e6..a9d8cac30 100644 --- a/lib/Query_Cache.cpp +++ b/lib/Query_Cache.cpp @@ -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; diff --git a/lib/Query_Processor.cpp b/lib/Query_Processor.cpp index 7c742d9be..865d27ff3 100644 --- a/lib/Query_Processor.cpp +++ b/lib/Query_Processor.cpp @@ -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: