mirror of
https://github.com/mdbtools/mdbtools.git
synced 2025-09-18 09:50:07 +08:00
Reconcile code/documentation inconsistencies
This commit is contained in:
8
HACKING
8
HACKING
@@ -346,11 +346,12 @@ next_pg field.
|
||||
| ???? | 4 bytes | first_dp | Data pointer of the index page |
|
||||
| ???? | 1 byte | flags | See flags table for indexes |
|
||||
+-------------------------------------------------------------------------+
|
||||
| Iterate for the number of num_real_idx |
|
||||
| Iterate for the number of num_real_idx (20 bytes) |
|
||||
+-------------------------------------------------------------------------+
|
||||
| ???? | 4 bytes | index_num | Number of the index |
|
||||
| | | |(warn: not always in the sequential order)|
|
||||
| ???? | 4 bytes | index_num2 | Number of the index (repeat) |
|
||||
| 0x00 | 1 byte | ??? | |
|
||||
| 0xFF | 4 bytes | ??? | |
|
||||
| 0x00 | 4 bytes | ??? | |
|
||||
| 0x04 | 2 bytes | ??? | |
|
||||
@@ -412,7 +413,7 @@ next_pg field.
|
||||
| ???? | 2 bytes | col_name_len| len of the name of the column |
|
||||
| ???? | n bytes | col_name | Name of the column (UCS-2 format) |
|
||||
+-------------------------------------------------------------------------+
|
||||
| Iterate for the number of num_real_idx (30+9 = 39 bytes) |
|
||||
| Iterate for the number of num_real_idx (30+22 = 52 bytes) |
|
||||
+-------------------------------------------------------------------------+
|
||||
| ???? | 4 bytes | ??? | |
|
||||
+-------------------------------------------------------------------------+
|
||||
@@ -426,12 +427,13 @@ next_pg field.
|
||||
| ???? | 1 byte | flags | See flags table for indexes |
|
||||
| ???? | 9 bytes | unknown | |
|
||||
+-------------------------------------------------------------------------+
|
||||
| Iterate for the number of num_real_idx (27 bytes) |
|
||||
| Iterate for the number of num_real_idx (28 bytes) |
|
||||
+-------------------------------------------------------------------------+
|
||||
| ???? | 4 bytes | unknown | matches first unknown definition block |
|
||||
| ???? | 4 bytes | index_num | Number of the index |
|
||||
| | | |(warn: not always in the sequential order)|
|
||||
| ???? | 4 bytes | index_num2 | Number of the index (repeat) |
|
||||
| 0x00 | 1 byte | ??? | |
|
||||
| 0xFF | 4 bytes | ??? | |
|
||||
| 0x00 | 4 bytes | ??? | |
|
||||
| 0x04 | 2 bytes | ??? | |
|
||||
|
Reference in New Issue
Block a user