Navigation Menu

Skip to content

Commit

Permalink
[test] Fix broken plugin version test
Browse files Browse the repository at this point in the history
  • Loading branch information
kou committed Mar 1, 2012
1 parent e9e6723 commit c1473da
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions configure.ac
Expand Up @@ -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
Expand Down
@@ -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

0 comments on commit c1473da

Please sign in to comment.