Navigation Menu

Skip to content

Commit

Permalink
MariaDB has TL_WRITE_DELAYED
Browse files Browse the repository at this point in the history
  • Loading branch information
kou committed Mar 21, 2015
1 parent 6314c5f commit dd8d706
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ha_mroonga.hpp
Expand Up @@ -151,7 +151,7 @@ extern "C" {
# define MRN_HAVE_TL_WRITE_ALLOW_READ
#endif

#if MYSQL_VERSION_ID < 50706 && !defined(MRN_MARIADB_P)
#if MYSQL_VERSION_ID < 50706 || defined(MRN_MARIADB_P)
# define MRN_HAVE_TL_WRITE_DELAYED
#endif

Expand Down

0 comments on commit dd8d706

Please sign in to comment.