mirror of
https://github.com/MariaDB/server.git
synced 2025-01-22 14:54:20 +01:00
#3099 [t:3099] Get rid of printf.
git-svn-id: file:///svn/toku/tokudb@28911 c7de825b-a66e-492c-adef-691d508d4ae1
This commit is contained in:
parent
415ff301a5
commit
23e73b0617
1 changed files with 1 additions and 1 deletions
|
@ -354,7 +354,7 @@ static void scanscan_range (void) {
|
|||
r = dbc->c_get(dbc, &key, &val, DB_SET_RANGE+lock_flag);
|
||||
if (r != 0) {
|
||||
assert(r == DB_NOTFOUND);
|
||||
printf("%s:%d %"PRIu64"\n", __FUNCTION__, __LINE__, k);
|
||||
//printf("%s:%d %"PRIu64"\n", __FUNCTION__, __LINE__, k);
|
||||
goto makekey;
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue