Constant CLIENT_MUTATIONS_TABLE
pub const CLIENT_MUTATIONS_TABLE: &'static str;Expand description
The replicated bookkeeping table carrying each client’s high-water mutation id.
Single-_ prefixed: captured by CDC (unlike __replica_meta) and hosted by the
engine like any base table — each client’s lmid flows to it through its own one-row
system query, transactionally with the data (§8.2).