• Konstantin Osipov's avatar
    Backport of: · ef4bd979
    Konstantin Osipov authored
    ------------------------------------------------------------
    revno: 2597.42.4
    committer: davi@mysql.com/endora.local
    timestamp: Tue 2008-04-15 17:29:42 -0300
    message:
    Bug#36004 mysql_stmt_prepare resets the list of warnings
    
    Although the manual says that "the list of messages is reset
    for each new statement that uses a table", the list of messages
    is being unconditionally reset for prepare commands.
    
    The solution is to enforce that the prepare command will only
    reset the message list if the statement being prepared uses
    a table or a warning is pushed.
    ef4bd979
mysql_client_test.c 515 KB