• Kristofer Pettersson's avatar
    Bug#24289 Status Variable "Questions" gets wrong values with Stored Routines · 218c4e15
    Kristofer Pettersson authored
                     
    When running Stored Routines the Status Variable "Questions" was wrongly
    incremented. According to the manual it should contain the "number of
    statements that clients have sent to the server"
                  
    Introduced a new status variable 'questions' to replace the query_id
    variable which currently corresponds badly with the number of statements
    sent by the client.
                
    The new behavior is ment to be backward compatible with 4.0 and at the
    same time work with new features in a similar way.
                
    This is a backport from 6.0
    218c4e15
structs.h 9.4 KB