Skip to content
This repository has been archived by the owner on Jul 26, 2022. It is now read-only.

Commit

Permalink
#11: Column families for RocksDB-SE: support setting options for colu…
Browse files Browse the repository at this point in the history
…mn families
  • Loading branch information
spetrunia authored and Jonah Cohen committed Dec 19, 2014
1 parent c0d8239 commit 0319381
Show file tree
Hide file tree
Showing 8 changed files with 558 additions and 135 deletions.
9 changes: 9 additions & 0 deletions mysql-test/suite/rocksdb/show_engine.result
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
SHOW ENGINE rocksdb STATUS;
Type Name Status
ROCKSDB live_files cf=default name=/000020.sst size=236629
cf=default name=/000016.sst size=329126
cf=default name=/000012.sst size=237072
cf=default name=/000008.sst size=330647
cf=default name=/000010.sst size=209635
cf=default name=/000014.sst size=209635
cf=default name=/000018.sst size=209635
cf=default name=/000022.sst size=209633

SHOW ENGINE rocksdb MUTEX;
Type Name Status
SHOW ENGINE ALL MUTEX;
4 changes: 3 additions & 1 deletion storage/rocksdb/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,9 @@ IF(ROCKSDB_OK)
rdb_datadic.cc rdb_datadic.h
rdb_locks.cc rdb_locks.h
rdb_rowmods.cc rdb_rowmods.h
rdb_applyiter.cc rdb_applyiter.h)
rdb_applyiter.cc rdb_applyiter.h
rdb_cf_option.cc rdb_cf_option.h
rdb_cf_manager.cc rdb_cf_manager.h)

MYSQL_ADD_PLUGIN(rocksdb_se ${ROCKSDB_SOURCES} STORAGE_ENGINE STATIC_ONLY MANDATORY LINK_LIBRARIES ${LINK_DIR} snappy bz2)

Expand Down

0 comments on commit 0319381

Please sign in to comment.