← Back to team overview

ourdelta-developers team mailing list archive

[Bug 288062] Re: microslow patch long_query_time backwards compatibility?

 

Yeah. As far as I'm concerned, backwards compatibility is key for
OurDelta. People should be able to expect things to keep going as usual
after switching. Going with using a float appears to be the most
reasonable and neatest solution to this.

-- 
microslow patch long_query_time backwards compatibility?
https://bugs.launchpad.net/bugs/288062
You received this bug notification because you are a member of OurDelta-
developers, which is the registrant for OurDelta.

Status in OurDelta - Builds for MySQL: In Progress

Bug description:
Check percona/microslow patch to be backwards compatible, so an existing user upgrading to OurDelta won't see changed behaviour by default.

The my.cnf options are processed and assigned automatically so we probably can't get in there.
But before it's used, we can see if it's say < 600 (10 minutes in old form!) and do *1000000 to convert it to microseconds.
Should be perfectly safe.



References