mirror of
https://github.com/MariaDB/server.git
synced 2025-01-17 20:42:30 +01:00
#225 fix tokudb store lock to fix lock tables crash
This commit is contained in:
parent
083764f033
commit
768b7b41cb
1 changed files with 1 additions and 1 deletions
|
@ -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)
|
||||
|
|
Loading…
Reference in a new issue