Commit 5669473b authored by Zardosht Kasheff's avatar Zardosht Kasheff Committed by Yoni Fogel

[t:3105], remove printf

git-svn-id: file:///svn/mysql/tokudb-engine/tokudb-engine@26326 c7de825b-a66e-492c-adef-691d508d4ae1
parent 5b5e8257
......@@ -124,7 +124,6 @@ tokudb_checkpoint_lock_update(
void* var_ptr,
const void* save)
{
printf("Hello update!\n");
my_bool* val = (my_bool *) var_ptr;
*val= *(my_bool *) save ? TRUE : FALSE;
if (*val) {
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment