Is it just me, or have they all gone?
mysql> select log_id from logging where log_namespace=0 and log_title='Water_naya'; +----------+ | log_id | +----------+ | 24912432 | | 24914507 | +----------+ 2 rows in set (4 min 38.34 sec)
That's surely not right?
mysql> show indexes from logging; Empty set (0.00 sec)
??
--HM