Comment 0 for bug 1160795

Revision history for this message
Laurynas Biveinis (laurynas-biveinis) wrote :

The file reads, in its entirety

# Reset query cache variables.
flush query cache; # This crashed in some versions
flush query cache; # This crashed in some versions
reset query cache;
flush status;

Crashed how? What "some" versions? Why does it flush it twice? Why does it flush the cache before reseting it, not after? Why flush status in the end? The comment says "reset query cache variables", but the query cache itself is reset, not query_cache_size or other variables.

Bzr history search was unhelpful.