mysql:sul@dbstore1002 [centralauth]> select max(gu_id) from globaluser; +------------+ | max(gu_id) | +------------+ | 36083321 | +------------+ 1 row in set (0.02 sec)
versus current master:
mysql:wikiadmin@db1033 [centralauth]> select max(gu_id) from globaluser; +------------+ | max(gu_id) | +------------+ | 38547313 | +------------+ 1 row in set (0.00 sec)
I had been using that server to generate stats for SUL finalization since it can do joins with centralauth + local wikis and noticed it giving totally weird responses and started investigating further.