diff options
author | Rich Prohaska <prohaska@tokutek.com> | 2013-12-02 14:49:08 -0500 |
---|---|---|
committer | Rich Prohaska <prohaska@tokutek.com> | 2013-12-02 14:49:08 -0500 |
commit | 11e4b8b84cd8c109bc4f44865bacaaad834205e7 (patch) | |
tree | 30a228a0397c8ed6560fb7b437ffdf559979211b /storage/tokudb/hatoku_hton.cc | |
parent | affe5ac60055335b1d2efa0d95d932d13492aa49 (diff) | |
download | mariadb-git-11e4b8b84cd8c109bc4f44865bacaaad834205e7.tar.gz |
Tokutek/mysql#10 use DB_TYPE_TOKUDB in mysql 5.5
Diffstat (limited to 'storage/tokudb/hatoku_hton.cc')
-rw-r--r-- | storage/tokudb/hatoku_hton.cc | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/storage/tokudb/hatoku_hton.cc b/storage/tokudb/hatoku_hton.cc index c8bf3a45ee9..08d59001a46 100644 --- a/storage/tokudb/hatoku_hton.cc +++ b/storage/tokudb/hatoku_hton.cc @@ -335,10 +335,6 @@ static int tokudb_init_func(void *p) { tokudb_hton->db_type = DB_TYPE_TOKUDB; #elif defined(TOKU_USE_DB_TYPE_UNKNOWN) && TOKU_USE_DB_TYPE_UNKNOWN tokudb_hton->db_type = DB_TYPE_UNKNOWN; -#elif defined(TOKU_USE_OTHER_DB_TYPE) && TOKU_USE_OTHER_DB_TYPE - // extended keys is triggered off of the db_type, so tokudb adds another type so that extended keys works - tokudb_hton->db_type = DB_TYPE_UNKNOWN; - tokudb_hton->other_db_type = DB_TYPE_TOKUDB; #else #error #endif |