summaryrefslogtreecommitdiff
path: root/storage/spider/spd_include.h
diff options
context:
space:
mode:
authorKentoku SHIBA <kentokushiba@gmail.com>2014-03-25 04:43:43 +0900
committerKentoku SHIBA <kentokushiba@gmail.com>2014-03-25 04:43:43 +0900
commit7d9342be70afecb98bc690b77f4055adb1e474dd (patch)
treea84cda50c627331b33845b1d72f3dc2fbdf94a85 /storage/spider/spd_include.h
parent987f0a91cbe01b4f23f9f011640bac497ad9b8a3 (diff)
downloadmariadb-git-7d9342be70afecb98bc690b77f4055adb1e474dd.tar.gz
add version variables
Diffstat (limited to 'storage/spider/spd_include.h')
-rw-r--r--storage/spider/spd_include.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/storage/spider/spd_include.h b/storage/spider/spd_include.h
index e8adaf85a68..f5938c705c7 100644
--- a/storage/spider/spd_include.h
+++ b/storage/spider/spd_include.h
@@ -13,6 +13,9 @@
along with this program; if not, write to the Free Software
Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA */
+#define SPIDER_DETAIL_VERSION "3.1.7"
+#define SPIDER_HEX_VERSION 0x0301
+
#if MYSQL_VERSION_ID < 50500
#else
#define my_free(A,B) my_free(A)