[Groonga-mysql-commit] mroonga/mroonga [master] mysql56: MySQL 5.6.7-rc adds new methods for inplace alter table

Back to archive index

Kouhei Sutou null+****@clear*****
Tue Oct 23 21:49:35 JST 2012


Kouhei Sutou	2012-10-23 21:49:35 +0900 (Tue, 23 Oct 2012)

  New Revision: a18712d65c3c1cd0bcf1b20bf6c6cdd573da48e9
  https://github.com/mroonga/mroonga/commit/a18712d65c3c1cd0bcf1b20bf6c6cdd573da48e9

  Log:
    mysql56: MySQL 5.6.7-rc adds new methods for inplace alter table
    
    TODO: Supports them.

  Modified files:
    ha_mroonga.hpp

  Modified: ha_mroonga.hpp (+8 -0)
===================================================================
--- ha_mroonga.hpp    2012-10-23 21:48:32 +0900 (7e4a058)
+++ ha_mroonga.hpp    2012-10-23 21:49:35 +0900 (0f6532a)
@@ -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
-------------- next part --------------
HTML����������������������������...
Download 



More information about the Groonga-mysql-commit mailing list
Back to archive index