]> git-server-git.apps.pok.os.sepia.ceph.com Git - rocksdb.git/commit
Moving Compaction class to separate header file
authorIgor Canadi <icanadi@fb.com>
Thu, 16 Jan 2014 00:22:34 +0000 (16:22 -0800)
committerIgor Canadi <icanadi@fb.com>
Thu, 16 Jan 2014 00:22:34 +0000 (16:22 -0800)
commit615d1ea2f48ee7ca730cee8f06778e2f06dd0fbd
tree21144ea0443d5109a06e018595e4bde6ae812851
parent2f4eda78906e5922c519f3ba49e7a3fe1bdd1403
Moving Compaction class to separate header file

Summary:
I'm sure we'll all agree that version_set.cc needs simplifying. This diff moves Compaction class to a separate file.

The diff depends on D15171 and D15183

Test Plan: make check

Reviewers: dhruba, haobo, kailiu, sdong

Reviewed By: kailiu

CC: leveldb
Differential Revision: https://reviews.facebook.net/D15189
db/compaction.cc [new file with mode: 0644]
db/compaction.h [new file with mode: 0644]
db/version_set.cc
db/version_set.h