This website works better with JavaScript.
Home
Explore
帮助
返回水杉在线
登录水杉在线
登录水杉码园
10225101483
/
XOY-Leveldb
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
1
Releases
0
Wiki
Activity
Browse Source
Fix last commit
git-svn-id:
https://leveldb.googlecode.com/svn/trunk@19
62dab493-f737-651d-591e-8d6aee1b9529
xry
jorlow@chromium.org
13 years ago
parent
4671a695fc
commit
9e33808a26
22 changed files
with
1282 additions
and
1282 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
include/leveldb/cache.h
+0
-0
include/leveldb/comparator.h
+2
-2
include/leveldb/db.h
+1
-1
include/leveldb/env.h
+2
-2
include/leveldb/iterator.h
+0
-0
include/leveldb/options.h
+0
-0
include/leveldb/slice.h
+1
-1
include/leveldb/status.h
+1
-1
include/leveldb/table.h
+2
-2
include/leveldb/table_builder.h
+0
-0
include/leveldb/write_batch.h
include/cache.h → include/leveldb/cache.h
View File
@ -19,7 +19,7 @@
#
define STORAGE_LEVELDB_INCLUDE_CACHE_H_
#
include
<stdint.h>
#
include
"
inc
l
ud
e/slice.h"
#
include
"le
veldb
/slice.h"
namespace
leveldb
{
include/comparator.h → include/leveldb/comparator.h
View File
include/db.h → include/leveldb/db.h
View File
@ -7,8 +7,8 @@
#
include
<stdint.h>
#
include
<stdio.h>
#
include
"
inc
l
ud
e/iterator.h"
#
include
"
inc
l
ud
e/options.h"
#
include
"le
veldb
/iterator.h"
#
include
"le
veldb
/options.h"
namespace
leveldb
{
include/env.h → include/leveldb/env.h
View File
@ -14,7 +14,7 @@
#
include
<string>
#
include
<vector>
#
include
<stdint.h>
#
include
"
inc
l
ud
e/status.h"
#
include
"le
veldb
/status.h"
namespace
leveldb
{
include/iterator.h → include/leveldb/iterator.h
View File
@ -10,8 +10,8 @@
#
ifndef STORAGE_LEVELDB_INCLUDE_ITERATOR_H_
#
define STORAGE_LEVELDB_INCLUDE_ITERATOR_H_
#
include
"
inc
l
ud
e/slice.h"
#
include
"
inc
l
ud
e/status.h"
#
include
"le
veldb
/slice.h"
#
include
"le
veldb
/status.h"
namespace
leveldb
{
include/options.h → include/leveldb/options.h
View File
include/slice.h → include/leveldb/slice.h
View File
include/status.h → include/leveldb/status.h
View File
@ -10,7 +10,7 @@
#
include
<string>
#
include
<utility>
#
include
"
inc
l
ud
e/slice.h"
#
include
"le
veldb
/slice.h"
namespace
leveldb
{
include/table.h → include/leveldb/table.h
View File
@ -6,7 +6,7 @@
#
define STORAGE_LEVELDB_INCLUDE_TABLE_H_
#
include
<stdint.h>
#
include
"
inc
l
ud
e/iterator.h"
#
include
"le
veldb
/iterator.h"
namespace
leveldb
{
include/table_builder.h → include/leveldb/table_builder.h
View File
@ -9,8 +9,8 @@
#
define STORAGE_LEVELDB_INCLUDE_TABLE_BUILDER_H_
#
include
<stdint.h>
#
include
"
inc
l
ud
e/options.h"
#
include
"
inc
l
ud
e/status.h"
#
include
"le
veldb
/options.h"
#
include
"le
veldb
/status.h"
namespace
leveldb
{
include/write_batch.h → include/leveldb/write_batch.h
View File
Write
Preview
Loading…
Cancel
Save