wiki.techinc.nl/includes/libs/rdbms/database/position
Umherirrender eec141e3cc Fix bad use of |= PHP bit operation where = … || bool is intended
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
2020-08-12 02:33:01 +00:00
..
DBMasterPos.php Replace "@stable for implementation" with "@stable to implement" 2020-07-13 11:05:49 +02:00
MySQLMasterPos.php Fix bad use of |= PHP bit operation where = … || bool is intended 2020-08-12 02:33:01 +00:00