Commit 71acbd3d authored by Zardosht Kasheff's avatar Zardosht Kasheff Committed by Yoni Fogel

[t:1859], remove extraneous printf

git-svn-id: file:///svn/mysql/tokudb-engine/src@13940 c7de825b-a66e-492c-adef-691d508d4ae1
parent 275034be
......@@ -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
......
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