• Konstantin Osipov's avatar
    Backport of: · 7e532b13
    Konstantin Osipov authored
    ------------------------------------------------------------
    revno: 2642
    committer: davi@mysql.com/endora.local
    timestamp: Fri 2008-05-16 01:29:09 -0300
    message:
    Fix for a valgrind warning due to a jump on a uninitialized
    variable. The problem was that the sql profile preparation
    function wasn't being called for all possible code paths
    of query execution. The solution is to move the preparation
    to the dispatch_command function and to explicitly call the
    profile preparation function on bootstrap.
    7e532b13
sql_parse.cc 241 KB