projects
/
tahoe-lafs
/
tahoe-lafs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
fb879dd
)
backupdb.txt: fix ST_CTIME reference
author
Brian Warner
<warner@lothar.com>
Thu, 14 Jan 2010 19:40:52 +0000
(11:40 -0800)
committer
Brian Warner
<warner@lothar.com>
Thu, 14 Jan 2010 19:40:52 +0000
(11:40 -0800)
docs/backupdb.txt
patch
|
blob
|
history
diff --git
a/docs/backupdb.txt
b/docs/backupdb.txt
index 140287f71f1babb416b8312cdef7124f31be182a..6e1980082edc47983571048e51f4a681ba2ebabc 100644
(file)
--- a/
docs/backupdb.txt
+++ b/
docs/backupdb.txt
@@
-46,7
+46,7
@@
CREATE TABLE local_files
path varchar(1024), PRIMARY KEY -- index, this is os.path.abspath(fn)
size integer, -- os.stat(fn)[stat.ST_SIZE]
mtime number, -- os.stat(fn)[stat.ST_MTIME]
- ctime number, -- os.stat(fn)[stat.ST_
M
TIME]
+ ctime number, -- os.stat(fn)[stat.ST_
C
TIME]
fileid integer
);