mirror of
https://github.com/MariaDB/server.git
synced 2025-01-31 11:01:52 +01:00
[t:3105], remove printf
git-svn-id: file:///svn/mysql/tokudb-engine/tokudb-engine@26326 c7de825b-a66e-492c-adef-691d508d4ae1
This commit is contained in:
parent
5b5e825777
commit
5669473b5e
1 changed files with 0 additions and 1 deletions
|
@ -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) {
|
||||
|
|
Loading…
Add table
Reference in a new issue