Small documentation fix

This commit is contained in:
whydoubt
2005-02-04 03:13:52 +00:00
parent ad597b1d75
commit af04a7c131
2 changed files with 5 additions and 2 deletions

View File

@@ -1,3 +1,6 @@
Thu Feb 3 21:12:55 CST 2005 Jeff Smith <whydoubt@yahoo.com>
* HACKING: Small documentation fix
Mon Jan 10 06:52:43 CST 2005 Jeff Smith <whydoubt@yahoo.com> Mon Jan 10 06:52:43 CST 2005 Jeff Smith <whydoubt@yahoo.com>
* src/gmdb2/gladefiles/gmdb-debug.glade: * src/gmdb2/gladefiles/gmdb-debug.glade:
* src/gmdb2/debug.c: * src/gmdb2/debug.c:

View File

@@ -281,7 +281,7 @@ next_pg field.
| ???? | 4 bytes | num_rows | Number of records in this table | | ???? | 4 bytes | num_rows | Number of records in this table |
| 0x00 | 4 bytes | autonumber | value for the next value of the | | 0x00 | 4 bytes | autonumber | value for the next value of the |
| | | | autonumber column, if any. 0 otherwise | | | | | autonumber column, if any. 0 otherwise |
| 0x4e | 1 byte | table_type | 0x53: user table, 0x4e: system table | | 0x4e | 1 byte | table_type | 0x4e: user table, 0x53: system table |
| ???? | 2 bytes | max_cols | Max columns a row will have (deletions) | | ???? | 2 bytes | max_cols | Max columns a row will have (deletions) |
| ???? | 2 bytes | num_var_cols| Number of variable columns in table | | ???? | 2 bytes | num_var_cols| Number of variable columns in table |
| ???? | 2 bytes | num_cols | Number of columns in table (repeat) | | ???? | 2 bytes | num_cols | Number of columns in table (repeat) |
@@ -358,7 +358,7 @@ next_pg field.
| 0x00 | 4 bytes | autonumber | value for the next value of the | | 0x00 | 4 bytes | autonumber | value for the next value of the |
| | | | autonumber column, if any. 0 otherwise | | | | | autonumber column, if any. 0 otherwise |
| ???? |16 bytes | unknown | unknown | | ???? |16 bytes | unknown | unknown |
| 0x4e | 1 byte | table_type | 0x53: user table, 0x4e: system table | | 0x4e | 1 byte | table_type | 0x4e: user table, 0x53: system table |
| ???? | 2 bytes | max_cols | Max columns a row will have (deletions) | | ???? | 2 bytes | max_cols | Max columns a row will have (deletions) |
| ???? | 2 bytes | num_var_cols| Number of variable columns in table | | ???? | 2 bytes | num_var_cols| Number of variable columns in table |
| ???? | 2 bytes | num_cols | Number of columns in table (repeat) | | ???? | 2 bytes | num_cols | Number of columns in table (repeat) |