mirror of
https://github.com/MariaDB/server.git
synced 2025-01-19 21:42:35 +01:00
[t:2356], remove dead code
git-svn-id: file:///svn/mysql/tokudb-engine/tokudb-engine@18114 c7de825b-a66e-492c-adef-691d508d4ae1
This commit is contained in:
parent
306175f2ef
commit
b509f3ad10
1 changed files with 0 additions and 2 deletions
|
@ -52,8 +52,6 @@ static const char *ha_tokudb_exts[] = {
|
|||
#define lockretryN(N) \
|
||||
for (ulonglong lockretrycount=0; lockretrycount<(N/(1<<3) + 1); lockretrycount++)
|
||||
|
||||
#define lockretry lockretryN(800)
|
||||
|
||||
#define lockretry_wait \
|
||||
if (error != DB_LOCK_NOTGRANTED) { \
|
||||
break; \
|
||||
|
|
Loading…
Reference in a new issue