[Groonga-mysql-commit] mroonga/mroonga [fix-for-visual-studio] mariadb55: duplicate passed string parameter

Back to archive index

Kouhei Sutou null+****@clear*****
Thu Oct 4 10:39:31 JST 2012


Kouhei Sutou	2012-03-20 21:06:03 +0900 (Tue, 20 Mar 2012)

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

  Log:
    mariadb55: duplicate passed string parameter
    
    fixes #1314
    
    Reported by Kazuhiko Shiozaki. Thanks!!!

  Modified files:
    ha_mroonga.h

  Modified: ha_mroonga.h (+1 -0)
===================================================================
--- ha_mroonga.h    2012-03-20 19:05:30 +0900 (80cfebc)
+++ ha_mroonga.h    2012-03-20 21:06:03 +0900 (f9efe52)
@@ -98,6 +98,7 @@ extern "C" {
 #endif
 
 #if (MYSQL_VERSION_ID < 50519) || \
+    defined(MRN_MARIADB_P) || \
     (50600 <= MYSQL_VERSION_ID && MYSQL_VERSION_ID < 50604)
 #  define MRN_NEED_FREE_STRING_MEMALLOC_PLUGIN_VAR
 #endif
-------------- next part --------------
HTML����������������������������...
Download 



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