[Groonga-mysql-commit] mroonga/mroonga at e12a24e [master] mysql8: alloc_table_share() uses DB name and table name

Back to archive index

Kouhei Sutou null+****@clear*****
Mon Jul 9 17:14:06 JST 2018


Kouhei Sutou	2018-07-09 17:14:06 +0900 (Mon, 09 Jul 2018)

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

  Message:
    mysql8: alloc_table_share() uses DB name and table name

  Modified files:
    mrn_table.cpp

  Modified: mrn_table.cpp (+2 -1)
===================================================================
--- mrn_table.cpp    2018-07-09 17:11:05 +0900 (d239bfbe)
+++ mrn_table.cpp    2018-07-09 17:14:06 +0900 (9fbaf3ca)
@@ -1141,7 +1141,8 @@ TABLE_SHARE *mrn_create_tmp_table_share(TABLE_LIST *table_list,
                             table_list->table_name.str,
                             key,
                             key_length);
-#elif MYSQL_VERSION_ID >= 100002 && defined(MRN_MARIADB_P)
+#elif (MYSQL_VERSION_ID >= 100002 && defined(MRN_MARIADB_P)) || \
+  (MYSQL_VERSION_ID >= 80011 && !defined(MRN_MARIADB_P))
   share = alloc_table_share(table_list->db,
                             table_list->table_name,
                             key,
-------------- next part --------------
HTML����������������������������...
URL: https://lists.osdn.me/mailman/archives/groonga-mysql-commit/attachments/20180709/da74f737/attachment.htm 



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