[Groonga-mysql-commit] mroonga/mroonga [fix-for-visual-studio] [test] Fix broken plugin version test

Back to archive index

Kouhei Sutou null+****@clear*****
Thu Oct 4 10:47:02 JST 2012


Kouhei Sutou	2012-03-01 20:11:57 +0900 (Thu, 01 Mar 2012)

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

  Log:
    [test] Fix broken plugin version test

  Modified files:
    configure.ac
    test/sql/suite/mroonga_storage/r/information_schema.result.in

  Modified: configure.ac (+3 -0)
===================================================================
--- configure.ac    2012-03-01 18:54:18 +0900 (2ee1b86)
+++ configure.ac    2012-03-01 20:11:57 +0900 (b95c363)
@@ -18,6 +18,9 @@ AC_SUBST([MRN_VERSION_MICRO])
 MRN_VERSION_IN_HEX=`printf "0x%02x%02x" mrn_version_major mrn_version_minor[]mrn_version_micro`
 AC_SUBST([MRN_VERSION_IN_HEX])
 
+MRN_PLUGIN_VERSION=`printf "%d.%d" mrn_version_major mrn_version_minor[]mrn_version_micro`
+AC_SUBST([MRN_PLUGIN_VERSION])
+
 AC_C_BIGENDIAN
 AC_PROG_CC
 AC_PROG_CXX

  Modified: test/sql/suite/mroonga_storage/r/information_schema.result.in (+1 -1)
===================================================================
--- test/sql/suite/mroonga_storage/r/information_schema.result.in    2012-03-01 18:54:18 +0900 (a8877cb)
+++ test/sql/suite/mroonga_storage/r/information_schema.result.in    2012-03-01 20:11:57 +0900 (2de677b)
@@ -1,4 +1,4 @@
 select PLUGIN_NAME, PLUGIN_VERSION, PLUGIN_TYPE
 from information_schema.plugins where plugin_name = "mroonga";
 PLUGIN_NAME	PLUGIN_VERSION	PLUGIN_TYPE
-mroonga	@VERSION@	STORAGE ENGINE
+mroonga	@MRN_PLUGIN_VERSION@	STORAGE ENGINE
-------------- next part --------------
HTML����������������������������...
Download 



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