From: Mayank Prasad Date: August 19 2011 9:47am Subject: bzr push into mysql-trunk-wl5767 branch (mayank.prasad:3376 to 3377) List-Archive: http://lists.mysql.com/commits/140723 Message-Id: <201108190947.p7J9lLiP001798@acsmt357.oracle.com> MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit 3377 Mayank Prasad 2011-08-19 removed printf which I forgot in earlier push and was causing issue on pb2 modified: storage/perfschema/pfs.cc 3376 Mayank Prasad 2011-08-18 WL#5767 : PERFORMANCE SCHEMA, statement digest Description: 1. Code to store tokens passed from Lexer to PS. 2. Code to calculate MD5 for the tokens recieved. 3. Code to calculate digest for the statement parsed. modified: sql/sql_lex.cc storage/perfschema/pfs.cc storage/perfschema/pfs_digest.cc storage/perfschema/pfs_digest.h === modified file 'storage/perfschema/pfs.cc' --- a/storage/perfschema/pfs.cc 2011-08-18 12:47:38 +0000 +++ b/storage/perfschema/pfs.cc 2011-08-19 09:45:07 +0000 @@ -4297,7 +4297,7 @@ static void digest_add_token_v1(PSI_dige digest.m_md5[12], digest.m_md5[13], digest.m_md5[14], digest.m_md5[15]); - printf(" Computed Digest= [%s]\n",digest_str); + //printf(" Computed Digest= [%s]\n",digest_str); /* Populate PFS_statements_digest_stat with this information. TODO: create DIGEST_TEXT from tokens and pass it. No bundle (reason: useless for push emails).