Navigation Menu

Skip to content

Commit

Permalink
Remove needless code for old MySQL
Browse files Browse the repository at this point in the history
  • Loading branch information
kou committed Jun 21, 2015
1 parent 63ec753 commit 638bdd1
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions ha_mroonga.cpp
Expand Up @@ -346,9 +346,6 @@ static const char *mrn_inspect_thr_lock_type(enum thr_lock_type lock_type)
case TL_WRITE_ALLOW_WRITE:
inspected = "TL_WRITE_ALLOW_WRITE";
break;
case TL_WRITE_ALLOW_READ:
inspected = "TL_WRITE_ALLOW_READ";
break;
#ifdef MRN_HAVE_TL_WRITE_CONCURRENT_DEFAULT
case TL_WRITE_CONCURRENT_DEFAULT:
inspected = "TL_WRITE_CONCURRENT_DEFAULT";
Expand Down

0 comments on commit 638bdd1

Please sign in to comment.