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

Commit

Permalink
apps/simple_kv: move it to storage_engine dir, remove some useless sc…
Browse files Browse the repository at this point in the history
…ripts and do some renaming (#195)
  • Loading branch information
shengofsun authored and qinzuoyan committed Nov 19, 2018
1 parent 50595fe commit faa8bf0
Show file tree
Hide file tree
Showing 26 changed files with 10 additions and 483 deletions.
2 changes: 1 addition & 1 deletion compile_thrift.py
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@
},
{
"name": "simple_kv",
"path": "src/apps/skv"
"path": "src/dist/replication/storage_engine/simple_kv"
},
{
"name": "cli",
Expand Down
1 change: 0 additions & 1 deletion src/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,4 @@ if(UNIX)
endif()
add_subdirectory(core)
add_subdirectory(dist)
add_subdirectory(apps)
add_subdirectory(tests)
1 change: 0 additions & 1 deletion src/apps/CMakeLists.txt

This file was deleted.

166 changes: 0 additions & 166 deletions src/apps/skv/multi-meta.sh

This file was deleted.

14 changes: 0 additions & 14 deletions src/apps/skv/simple_kv.thrift.annotations

This file was deleted.

8 changes: 0 additions & 8 deletions src/apps/skv/test-n.cmd

This file was deleted.

15 changes: 0 additions & 15 deletions src/apps/skv/test.cmd

This file was deleted.

165 changes: 0 additions & 165 deletions src/apps/skv/vconfig.ini

This file was deleted.

Loading

0 comments on commit faa8bf0

Please sign in to comment.