Do not use bit operator on bool as it does not work the same way. |= is not a short form of bool or (||) and assignment (=). It is the short form of bitwise or (|) and assignment (=) Change-Id: I64988cd3aeb8f4cbc53b0b866f1ac96f12976cca |
||
|---|---|---|
| .. | ||
| DBMasterPos.php | ||
| MySQLMasterPos.php | ||