Navigation Menu

Skip to content

Commit

Permalink
mysql56: MySQL 5.6.7-rc adds new methods for inplace alter table
Browse files Browse the repository at this point in the history
TODO: Supports them.
  • Loading branch information
kou committed Oct 23, 2012
1 parent 1b5a2ae commit a18712d
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions ha_mroonga.hpp
Expand Up @@ -63,6 +63,14 @@ extern "C" {
# define MRN_HANDLER_HAVE_MULTI_RANGE_READ 1
#endif

#if (MYSQL_VERSION_ID >= 50607)
// TODO
# define MRN_HANDLER_HAVE_CHECK_IF_SUPPORTED_INPLACE_ALTER 1
# define MRN_HANDLER_HAVE_HA_PREPARE_INPLACE_ALTER_TABLE 1
# define MRN_HANDLER_HAVE_HA_INPLACE_ALTER_TABLE 1
# define MRN_HANDLER_HAVE_HA_COMMIT_INPLACE_ALTER_TABLE 1
#endif

#ifndef MRN_MARIADB_P
# define MRN_HANDLER_HAVE_INDEX_READ_LAST_MAP
#endif
Expand Down

0 comments on commit a18712d

Please sign in to comment.