Skip to main content

Module string_table

Module string_table 

Source
Expand description

Deduplicated string table for binlog reading.

Strings in the binlog are assigned sequential indices starting at 10. Index 0 means null (absent), index 1 means empty string, and indices 2–9 are reserved. Changing these constants is a breaking change.

Structs§

StringTable
A table of deduplicated strings read from String records in the binlog stream.