[t:1859], remove extraneous printf

git-svn-id: file:///svn/mysql/tokudb-engine/src@13940 c7de825b-a66e-492c-adef-691d508d4ae1
This commit is contained in:
Zardosht Kasheff 2013-04-17 00:01:52 -04:00 committed by Yoni Fogel
parent eea66f60a0
commit e1f2f60141

View file

@ -4267,12 +4267,6 @@ int ha_tokudb::external_lock(THD * thd, int lock_type) {
ulong tx_isolation = thd_tx_isolation(thd);
HA_TOKU_ISO_LEVEL toku_iso_level = tx_to_toku_iso(tx_isolation);
tokudb_trx_data *trx = NULL;
if (thd->in_lock_tables) {
printf("YES! in lock tables\n");
}
else {
printf("NO! NOT in lock tables\n");
}
#if 0
declare_lockretry;
#endif