• unknown's avatar
    Bug#28386 the general log is incomplete · b2e879cb
    unknown authored
    The problem is that the commands COM_STMT_CLOSE, COM_STMT_RESET,
    COM_STMT_SEND_LONG_DATA weren't being logged to the general log.
    
    The solution is to log the general log the aforementioned commands.
    
    
    mysql-test/t/mysql_client_test-master.opt:
      Also log to table.
    sql/sql_prepare.cc:
      Log COM_STMT_CLOSE, COM_STMT_RESET and COM_STMT_SEND_LONG_DATA.
    tests/mysql_client_test.c:
      Add test case for Bug#28386
    b2e879cb
sql_prepare.cc 89.5 KB