Commit 39ef4081 authored by Rich Prohaska's avatar Rich Prohaska

#225 fix tokudb store lock to fix lock tables crash

parent 454e974c
......@@ -6338,8 +6338,8 @@ THR_LOCK_DATA **ha_tokudb::store_lock(THD * thd, THR_LOCK_DATA ** to, enum thr_l
// hot optimize table
lock_type = TL_READ;
}
lock.type = lock_type;
}
lock.type = lock_type;
}
*to++ = &lock;
if (tokudb_debug & TOKUDB_DEBUG_LOCK)
......
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