Commit 7e26a35
Tim
docs: fix stale and inaccurate README claims
Five corrections found in an audit against the live schema and tree:
* dolt_history_users example used WHERE rowid_val = 42, but the
vtable's columns are the user table's PK and columns (no
rowid_val); fix to WHERE id = 42.
* dolt_conflicts shows column "table" (not "table_name") and
dolt_conflicts_users columns are
(from_root_ish, base_<col>..., our_<col>..., our_diff_type,
their_<col>..., their_diff_type, dolt_conflict_id),
not the generic base_rowid/our_rowid/their_value triple the
README invented. Update the example and the resolution DELETE
to use dolt_conflict_id.
* Sysbench: 31 workloads, not 23 (test/sysbench_compare.sh has
31 make_test() entries).
* Doltlite shell tests: 60+ suites, not 40 (the test/doltlite_*.sh
file count is 68).
* doltlite_parity.sh: 119 tests, not 110.
Doc-only; no code change.1 parent 688262e commit 7e26a35
1 file changed
Lines changed: 13 additions & 10 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
343 | 343 | | |
344 | 344 | | |
345 | 345 | | |
346 | | - | |
| 346 | + | |
347 | 347 | | |
348 | 348 | | |
349 | 349 | | |
| |||
494 | 494 | | |
495 | 495 | | |
496 | 496 | | |
497 | | - | |
498 | | - | |
499 | | - | |
500 | | - | |
| 497 | + | |
| 498 | + | |
| 499 | + | |
| 500 | + | |
| 501 | + | |
| 502 | + | |
| 503 | + | |
| 504 | + | |
501 | 505 | | |
502 | | - | |
503 | 506 | | |
504 | 507 | | |
505 | | - | |
| 508 | + | |
506 | 509 | | |
507 | 510 | | |
508 | 511 | | |
| |||
819 | 822 | | |
820 | 823 | | |
821 | 824 | | |
822 | | - | |
| 825 | + | |
823 | 826 | | |
824 | 827 | | |
825 | 828 | | |
| |||
845 | 848 | | |
846 | 849 | | |
847 | 850 | | |
848 | | - | |
| 851 | + | |
849 | 852 | | |
850 | 853 | | |
851 | 854 | | |
852 | 855 | | |
853 | 856 | | |
854 | 857 | | |
855 | 858 | | |
856 | | - | |
| 859 | + | |
857 | 860 | | |
858 | 861 | | |
859 | 862 | | |
| |||
0 commit comments