Skip to content

Commit

Permalink
remove DB_TYPE_ROCKSDB
Browse files Browse the repository at this point in the history
  • Loading branch information
vuvova committed Mar 31, 2017
1 parent dd3b7ad commit 63798a6
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
3 changes: 1 addition & 2 deletions sql/handler.h
Original file line number Diff line number Diff line change
Expand Up @@ -434,8 +434,7 @@ enum legacy_db_type
DB_TYPE_PERFORMANCE_SCHEMA=28,
DB_TYPE_ARIA=42,
DB_TYPE_TOKUDB=43,
DB_TYPE_ROCKSDB=44,
DB_TYPE_FIRST_DYNAMIC=45,
DB_TYPE_FIRST_DYNAMIC=44,
DB_TYPE_DEFAULT=127 // Must be last
};
/*
Expand Down
1 change: 0 additions & 1 deletion storage/rocksdb/ha_rocksdb.cc
Original file line number Diff line number Diff line change
Expand Up @@ -3304,7 +3304,6 @@ static int rocksdb_init_func(void *const p) {
rocksdb_hton->recover = rocksdb_recover;
rocksdb_hton->commit = rocksdb_commit;
rocksdb_hton->rollback = rocksdb_rollback;
rocksdb_hton->db_type = DB_TYPE_ROCKSDB;
rocksdb_hton->show_status = rocksdb_show_status;
rocksdb_hton->start_consistent_snapshot =
rocksdb_start_tx_and_assign_read_view;
Expand Down

0 comments on commit 63798a6

Please sign in to comment.