[Groonga-mysql-commit] mroonga/mroonga [fix-for-visual-studio] added file extention ".grn" to bas_ext()

Back to archive index

Tetsuro IKEDA null+****@clear*****
Thu Oct 4 10:18:28 JST 2012


Tetsuro IKEDA	2009-03-10 18:43:43 +0900 (Tue, 10 Mar 2009)

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

  Log:
    added file extention ".grn" to bas_ext()

  Modified files:
    src/ha_groonga.cc

  Modified: src/ha_groonga.cc (+1 -0)
===================================================================
--- src/ha_groonga.cc    2009-03-10 17:25:59 +0900 (f83c17b)
+++ src/ha_groonga.cc    2009-03-10 18:43:43 +0900 (ef3b4ba)
@@ -105,6 +105,7 @@ const char *ha_groonga::index_type(uint inx)
 }
 
 static const char*ha_groonga_exts[] = {
+  ".grn",
   NullS
 };
 const char **ha_groonga::bas_ext() const
-------------- next part --------------
HTML����������������������������...
Download 



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