Comment 0 for bug 924872

Revision history for this message
Oleg Tsarev (tsarev) wrote : userstat.patch has many bugs (incorrectly ported from Google Tools for MySQL)

userstat.patch has several bugs:
 * WHERE and LIKE don't work with SHOW syntax (i.e. doesn't work (for example) SHOW CLIENT_STATISTICS LIKE 'client_name%')
 * Counter from *_STATISTICS don't update while connection live (updates from connection go to statistics just after connection close)
 * Incorrectly counted the kind of queries (Other/Select/etc)
 *