mirror of https://github.com/sysown/proxysql
Address review: fix NULL asymmetry in backend sync decisions (PR #5511)
- BackendSyncDecision.cpp: treat asymmetric NULLs as mismatches (client=NULL + backend="bob" → SYNC_USER, not SYNC_NONE) - Tests: replace weak null assertions (a >= 0 always true) with specific checks for SYNC_USER/SYNC_SCHEMA on asymmetric NULLs, both-null → no sync, schema asymmetric null (+2 tests, plan 15→17)pull/5511/head
parent
bc4251d589
commit
b51f50b96b
Loading…
Reference in new issue