liuis / leveldb

Automatically exported from code.google.com/p/leveldb
BSD 3-Clause "New" or "Revised" License
0 stars 0 forks source link

File format docs don't specify endianness #23

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
doc/{table,log}_format.txt do not specify that the following are little-endian:

doc/table_format.txt:
magic fixed64

doc/log_format.txt:
checksum uint32
length uint16

The table_format doc also mentions varint64, in addition to fixed64. It may be 
worth linking to http://code.google.com/apis/protocolbuffers/docs/encoding.html 
to describe the varint format.

Original issue reported on code.google.com by nigel...@google.com on 28 Jul 2011 at 3:25

GoogleCodeExporter commented 9 years ago
Fixed in 1.7.0.

Original comment by san...@google.com on 16 Oct 2012 at 11:31