summaryrefslogtreecommitdiff
path: root/storage/tokudb/hatoku_defines.h
diff options
context:
space:
mode:
authorRich Prohaska <prohaska@tokutek.com>2013-12-02 14:49:08 -0500
committerRich Prohaska <prohaska@tokutek.com>2013-12-02 14:49:08 -0500
commit0aa72f432dbdb473774d164777191bbcc313ee3b (patch)
tree30a228a0397c8ed6560fb7b437ffdf559979211b /storage/tokudb/hatoku_defines.h
parent512685d8cde96b561778fcf18b229cc78cd48c9b (diff)
downloadmariadb-git-0aa72f432dbdb473774d164777191bbcc313ee3b.tar.gz
Tokutek/mysql#10 use DB_TYPE_TOKUDB in mysql 5.5
Diffstat (limited to 'storage/tokudb/hatoku_defines.h')
-rw-r--r--storage/tokudb/hatoku_defines.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/storage/tokudb/hatoku_defines.h b/storage/tokudb/hatoku_defines.h
index e4549fd8fab..5d3409d0967 100644
--- a/storage/tokudb/hatoku_defines.h
+++ b/storage/tokudb/hatoku_defines.h
@@ -166,7 +166,7 @@ PATENT RIGHTS GRANT:
#elif 50500 <= MYSQL_VERSION_ID && MYSQL_VERSION_ID <= 50599
// mysql 5.5 and mariadb 5.5
-#define TOKU_USE_OTHER_DB_TYPE 1
+#define TOKU_USE_DB_TYPE_TOKUDB 1
#define TOKU_INCLUDE_ALTER_56 1
#define TOKU_INCLUDE_ALTER_55 1
#define TOKU_INCLUDE_ROW_TYPE_COMPRESSION 1