mirror of
https://github.com/MariaDB/server.git
synced 2025-02-01 03:21:53 +01:00
[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:
parent
eea66f60a0
commit
e1f2f60141
1 changed files with 0 additions and 6 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue