Skip to content

Commit

Permalink
Post-fixes for "Rename plugin rocksdb_se to rocksdb"
Browse files Browse the repository at this point in the history
- Also rename plugin's config file
- And fix unit test's CMakeLists.txt
  • Loading branch information
spetrunia committed Apr 2, 2017
1 parent e7e6e30 commit 44bc2a0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion debian/mariadb-plugin-rocksdb.install
@@ -1,4 +1,4 @@
etc/mysql/conf.d/rocksdb_se.cnf etc/mysql/mariadb.conf.d
etc/mysql/conf.d/rocksdb.cnf etc/mysql/mariadb.conf.d
usr/lib/mysql/plugin/ha_rocksdb.so
usr/bin/mysql_ldb
usr/bin/sst_dump
2 changes: 1 addition & 1 deletion storage/rocksdb/unittest/CMakeLists.txt
@@ -1,4 +1,4 @@
IF (WITH_ROCKSDB_SE_STORAGE_ENGINE)
IF (TARGET rocksdb)
INCLUDE_DIRECTORIES(${CMAKE_SOURCE_DIR}/include ${CMAKE_SOURCE_DIR}/zlib
${CMAKE_SOURCE_DIR}/unittest/mytap
${CMAKE_SOURCE_DIR}/rocksdb/third-party/gtest-1.7.0/fused-src
Expand Down

0 comments on commit 44bc2a0

Please sign in to comment.