From svnnotify ¡÷ sourceforge.jp Mon Dec 1 16:20:53 2008 From: svnnotify ¡÷ sourceforge.jp (svnnotify ¡÷ sourceforge.jp) Date: Mon, 01 Dec 2008 16:20:53 +0900 Subject: [Tritonn-commit 154] [svn] [169] renamed to version 1.0.12 Message-ID: <1228116053.022701.15506.nullmailer@users.sourceforge.jp> Revision: 169 http://svn.sourceforge.jp/view?root=tritonn&view=rev&rev=169 Author: mir Date: 2008-12-01 16:20:52 +0900 (Mon, 01 Dec 2008) Log Message: ----------- renamed to version 1.0.12 Added Paths: ----------- tags/tritonn-1.0.12-mysql-5.0.67/ Removed Paths: ------------- tags/tritonn-1.0.11a-mysql-5.0.67/ -------------- next part -------------- Copied: tags/tritonn-1.0.12-mysql-5.0.67 (from rev 168, tags/tritonn-1.0.11a-mysql-5.0.67) From svnnotify ¡÷ sourceforge.jp Mon Dec 1 17:11:56 2008 From: svnnotify ¡÷ sourceforge.jp (svnnotify ¡÷ sourceforge.jp) Date: Mon, 01 Dec 2008 17:11:56 +0900 Subject: [Tritonn-commit 155] [svn] [170] SQL query abort patch. Message-ID: <1228119116.560548.31672.nullmailer@users.sourceforge.jp> Revision: 170 http://svn.sourceforge.jp/view?root=tritonn&view=rev&rev=170 Author: mir Date: 2008-12-01 17:11:56 +0900 (Mon, 01 Dec 2008) Log Message: ----------- SQL query abort patch. "KILL" command also become to appliy to senna. Thanks to Kazuho Oku san. USE_QUERY_ABORT macro appeared for this patch as well as senna. Modified Paths: -------------- tags/tritonn-1.0.12-mysql-5.0.67/sql/ha_myisam.cc -------------- next part -------------- Modified: tags/tritonn-1.0.12-mysql-5.0.67/sql/ha_myisam.cc =================================================================== --- tags/tritonn-1.0.12-mysql-5.0.67/sql/ha_myisam.cc 2008-12-01 07:20:52 UTC (rev 169) +++ tags/tritonn-1.0.12-mysql-5.0.67/sql/ha_myisam.cc 2008-12-01 08:11:56 UTC (rev 170) @@ -166,6 +166,23 @@ } return 0; } + +#ifdef USE_QUERY_ABORT +static int senna_check_abort(void *) +{ + return current_thd->killed == THD::KILL_CONNECTION; +} + +static void senna_set_abort_handler(MYISAM_SHARE *share) +{ + for (uint i = 0; i < (uint)share->state.header.keys; i++) { + if (share->keyinfo[i].senna != NULL) { + sen_index_set_abort_callback(share->keyinfo[i].senna, senna_check_abort, + NULL); + } + } +} +#endif /* USE_QUERY_ABORT */ #endif /* ENABLE_SENNA */ /* @@ -695,6 +712,11 @@ int_table_flags|=HA_REC_NOT_IN_SEQ; if (file->s->options & (HA_OPTION_CHECKSUM | HA_OPTION_COMPRESS_RECORD)) int_table_flags|=HA_HAS_CHECKSUM; +#ifdef ENABLE_SENNA +#ifdef USE_QUERY_ABORT + senna_set_abort_handler(file->s); +#endif +#endif return (0); } From svnnotify ¡÷ sourceforge.jp Mon Dec 1 17:35:27 2008 From: svnnotify ¡÷ sourceforge.jp (svnnotify ¡÷ sourceforge.jp) Date: Mon, 01 Dec 2008 17:35:27 +0900 Subject: [Tritonn-commit 156] [svn] [171] added configure option "--enable-abort" for SQL query abortion of senna. Message-ID: <1228120527.852044.21067.nullmailer@users.sourceforge.jp> Revision: 171 http://svn.sourceforge.jp/view?root=tritonn&view=rev&rev=171 Author: mir Date: 2008-12-01 17:35:27 +0900 (Mon, 01 Dec 2008) Log Message: ----------- added configure option "--enable-abort" for SQL query abortion of senna. Modified Paths: -------------- tags/tritonn-1.0.12-mysql-5.0.67/configure tags/tritonn-1.0.12-mysql-5.0.67/configure.in -------------- next part -------------- Modified: tags/tritonn-1.0.12-mysql-5.0.67/configure =================================================================== --- tags/tritonn-1.0.12-mysql-5.0.67/configure 2008-12-01 08:11:56 UTC (rev 170) +++ tags/tritonn-1.0.12-mysql-5.0.67/configure 2008-12-01 08:35:27 UTC (rev 171) @@ -1063,6 +1063,7 @@ --enable-local-infile Enable LOAD DATA LOCAL INFILE (default: disabled) --disable-grant-options Disables the use of --init-file, --skip-grant-tables and --bootstrap options --disable-largefile Omit support for large files + --enable-abort enable query abortion for senna. [default=no] Optional Packages: --with-PACKAGE[=ARG] use PACKAGE [ARG=yes] @@ -5954,7 +5955,7 @@ ;; *-*-irix6*) # Find out which ABI we are using. - echo '#line 5957 "configure"' > conftest.$ac_ext + echo '#line 5958 "configure"' > conftest.$ac_ext if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 (eval $ac_compile) 2>&5 ac_status=$? @@ -6828,7 +6829,7 @@ # Provide some information about the compiler. -echo "$as_me:6831:" \ +echo "$as_me:6832:" \ "checking for Fortran 77 compiler version" >&5 ac_compiler=`set X $ac_compile; echo $2` { (eval echo "$as_me:$LINENO: \"$ac_compiler --version &5\"") >&5 @@ -7862,11 +7863,11 @@ -e 's:.*FLAGS}? :&$lt_compiler_flag :; t' \ -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \ -e 's:$: $lt_compiler_flag:'` - (eval echo "\"\$as_me:7865: $lt_compile\"" >&5) + (eval echo "\"\$as_me:7866: $lt_compile\"" >&5) (eval "$lt_compile" 2>conftest.err) ac_status=$? cat conftest.err >&5 - echo "$as_me:7869: \$? = $ac_status" >&5 + echo "$as_me:7870: \$? = $ac_status" >&5 if (exit $ac_status) && test -s "$ac_outfile"; then # The compiler can only warn and ignore the option if not recognized # So say no if there are warnings @@ -8095,11 +8096,11 @@ -e 's:.*FLAGS}? :&$lt_compiler_flag :; t' \ -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \ -e 's:$: $lt_compiler_flag:'` - (eval echo "\"\$as_me:8098: $lt_compile\"" >&5) + (eval echo "\"\$as_me:8099: $lt_compile\"" >&5) (eval "$lt_compile" 2>conftest.err) ac_status=$? cat conftest.err >&5 - echo "$as_me:8102: \$? = $ac_status" >&5 + echo "$as_me:8103: \$? = $ac_status" >&5 if (exit $ac_status) && test -s "$ac_outfile"; then # The compiler can only warn and ignore the option if not recognized # So say no if there are warnings @@ -8155,11 +8156,11 @@ -e 's:.*FLAGS}? :&$lt_compiler_flag :; t' \ -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \ -e 's:$: $lt_compiler_flag:'` - (eval echo "\"\$as_me:8158: $lt_compile\"" >&5) + (eval echo "\"\$as_me:8159: $lt_compile\"" >&5) (eval "$lt_compile" 2>out/conftest.err) ac_status=$? cat out/conftest.err >&5 - echo "$as_me:8162: \$? = $ac_status" >&5 + echo "$as_me:8163: \$? = $ac_status" >&5 if (exit $ac_status) && test -s out/conftest2.$ac_objext then # The compiler can only warn and ignore the option if not recognized @@ -9489,7 +9490,7 @@ libsuff= case "$host_cpu" in x86_64*|s390x*|powerpc64*) - echo '#line 9492 "configure"' > conftest.$ac_ext + echo '#line 9493 "configure"' > conftest.$ac_ext if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 (eval $ac_compile) 2>&5 ac_status=$? @@ -10360,7 +10361,7 @@ lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2 lt_status=$lt_dlunknown cat > conftest.$ac_ext < conftest.$ac_ext <&5) + (eval echo "\"\$as_me:12641: $lt_compile\"" >&5) (eval "$lt_compile" 2>conftest.err) ac_status=$? cat conftest.err >&5 - echo "$as_me:12644: \$? = $ac_status" >&5 + echo "$as_me:12645: \$? = $ac_status" >&5 if (exit $ac_status) && test -s "$ac_outfile"; then # The compiler can only warn and ignore the option if not recognized # So say no if there are warnings @@ -12697,11 +12698,11 @@ -e 's:.*FLAGS}? :&$lt_compiler_flag :; t' \ -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \ -e 's:$: $lt_compiler_flag:'` - (eval echo "\"\$as_me:12700: $lt_compile\"" >&5) + (eval echo "\"\$as_me:12701: $lt_compile\"" >&5) (eval "$lt_compile" 2>out/conftest.err) ac_status=$? cat out/conftest.err >&5 - echo "$as_me:12704: \$? = $ac_status" >&5 + echo "$as_me:12705: \$? = $ac_status" >&5 if (exit $ac_status) && test -s out/conftest2.$ac_objext then # The compiler can only warn and ignore the option if not recognized @@ -13208,7 +13209,7 @@ libsuff= case "$host_cpu" in x86_64*|s390x*|powerpc64*) - echo '#line 13211 "configure"' > conftest.$ac_ext + echo '#line 13212 "configure"' > conftest.$ac_ext if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 (eval $ac_compile) 2>&5 ac_status=$? @@ -14079,7 +14080,7 @@ lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2 lt_status=$lt_dlunknown cat > conftest.$ac_ext < conftest.$ac_ext <&5) + (eval echo "\"\$as_me:15008: $lt_compile\"" >&5) (eval "$lt_compile" 2>conftest.err) ac_status=$? cat conftest.err >&5 - echo "$as_me:15011: \$? = $ac_status" >&5 + echo "$as_me:15012: \$? = $ac_status" >&5 if (exit $ac_status) && test -s "$ac_outfile"; then # The compiler can only warn and ignore the option if not recognized # So say no if there are warnings @@ -15064,11 +15065,11 @@ -e 's:.*FLAGS}? :&$lt_compiler_flag :; t' \ -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \ -e 's:$: $lt_compiler_flag:'` - (eval echo "\"\$as_me:15067: $lt_compile\"" >&5) + (eval echo "\"\$as_me:15068: $lt_compile\"" >&5) (eval "$lt_compile" 2>out/conftest.err) ac_status=$? cat out/conftest.err >&5 - echo "$as_me:15071: \$? = $ac_status" >&5 + echo "$as_me:15072: \$? = $ac_status" >&5 if (exit $ac_status) && test -s out/conftest2.$ac_objext then # The compiler can only warn and ignore the option if not recognized @@ -16378,7 +16379,7 @@ libsuff= case "$host_cpu" in x86_64*|s390x*|powerpc64*) - echo '#line 16381 "configure"' > conftest.$ac_ext + echo '#line 16382 "configure"' > conftest.$ac_ext if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 (eval $ac_compile) 2>&5 ac_status=$? @@ -17119,11 +17120,11 @@ -e 's:.*FLAGS}? :&$lt_compiler_flag :; t' \ -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \ -e 's:$: $lt_compiler_flag:'` - (eval echo "\"\$as_me:17122: $lt_compile\"" >&5) + (eval echo "\"\$as_me:17123: $lt_compile\"" >&5) (eval "$lt_compile" 2>conftest.err) ac_status=$? cat conftest.err >&5 - echo "$as_me:17126: \$? = $ac_status" >&5 + echo "$as_me:17127: \$? = $ac_status" >&5 if (exit $ac_status) && test -s "$ac_outfile"; then # The compiler can only warn and ignore the option if not recognized # So say no if there are warnings @@ -17352,11 +17353,11 @@ -e 's:.*FLAGS}? :&$lt_compiler_flag :; t' \ -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \ -e 's:$: $lt_compiler_flag:'` - (eval echo "\"\$as_me:17355: $lt_compile\"" >&5) + (eval echo "\"\$as_me:17356: $lt_compile\"" >&5) (eval "$lt_compile" 2>conftest.err) ac_status=$? cat conftest.err >&5 - echo "$as_me:17359: \$? = $ac_status" >&5 + echo "$as_me:17360: \$? = $ac_status" >&5 if (exit $ac_status) && test -s "$ac_outfile"; then # The compiler can only warn and ignore the option if not recognized # So say no if there are warnings @@ -17412,11 +17413,11 @@ -e 's:.*FLAGS}? :&$lt_compiler_flag :; t' \ -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \ -e 's:$: $lt_compiler_flag:'` - (eval echo "\"\$as_me:17415: $lt_compile\"" >&5) + (eval echo "\"\$as_me:17416: $lt_compile\"" >&5) (eval "$lt_compile" 2>out/conftest.err) ac_status=$? cat out/conftest.err >&5 - echo "$as_me:17419: \$? = $ac_status" >&5 + echo "$as_me:17420: \$? = $ac_status" >&5 if (exit $ac_status) && test -s out/conftest2.$ac_objext then # The compiler can only warn and ignore the option if not recognized @@ -18746,7 +18747,7 @@ libsuff= case "$host_cpu" in x86_64*|s390x*|powerpc64*) - echo '#line 18749 "configure"' > conftest.$ac_ext + echo '#line 18750 "configure"' > conftest.$ac_ext if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 (eval $ac_compile) 2>&5 ac_status=$? @@ -19617,7 +19618,7 @@ lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2 lt_status=$lt_dlunknown cat > conftest.$ac_ext < conftest.$ac_ext <&5 +echo $ECHO_N "checking whether enable abort... $ECHO_C" >&6 +# Check whether --enable-abort or --disable-abort was given. +if test "${enable_abort+set}" = set; then + enableval="$enable_abort" + +else + enable_abort="no" +fi; +if test "x$enable_abort" != "xno"; then + echo "$as_me:$LINENO: checking for sen_index_set_abort_callback in -lsenna" >&5 +echo $ECHO_N "checking for sen_index_set_abort_callback in -lsenna... $ECHO_C" >&6 +if test "${ac_cv_lib_senna_sen_index_set_abort_callback+set}" = set; then + echo $ECHO_N "(cached) $ECHO_C" >&6 +else + ac_check_lib_save_LIBS=$LIBS +LIBS="-lsenna $LIBS" +cat >conftest.$ac_ext <<_ACEOF +/* confdefs.h. */ +_ACEOF +cat confdefs.h >>conftest.$ac_ext +cat >>conftest.$ac_ext <<_ACEOF +/* end confdefs.h. */ + +/* Override any gcc2 internal prototype to avoid an error. */ +#ifdef __cplusplus +extern "C" +#endif +/* We use char because int might match the return type of a gcc2 + builtin and then its argument prototype would still apply. */ +char sen_index_set_abort_callback (); +int +main () +{ +sen_index_set_abort_callback (); + ; + return 0; +} +_ACEOF +rm -f conftest.$ac_objext conftest$ac_exeext +if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5 + (eval $ac_link) 2>conftest.er1 + ac_status=$? + grep -v '^ *+' conftest.er1 >conftest.err + rm -f conftest.er1 + cat conftest.err >&5 + echo "$as_me:$LINENO: \$? = $ac_status" >&5 + (exit $ac_status); } && + { ac_try='test -z "$ac_c_werror_flag" + || test ! -s conftest.err' + { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 + (eval $ac_try) 2>&5 + ac_status=$? + echo "$as_me:$LINENO: \$? = $ac_status" >&5 + (exit $ac_status); }; } && + { ac_try='test -s conftest$ac_exeext' + { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 + (eval $ac_try) 2>&5 + ac_status=$? + echo "$as_me:$LINENO: \$? = $ac_status" >&5 + (exit $ac_status); }; }; then + ac_cv_lib_senna_sen_index_set_abort_callback=yes +else + echo "$as_me: failed program was:" >&5 +sed 's/^/| /' conftest.$ac_ext >&5 + +ac_cv_lib_senna_sen_index_set_abort_callback=no +fi +rm -f conftest.err conftest.$ac_objext \ + conftest$ac_exeext conftest.$ac_ext +LIBS=$ac_check_lib_save_LIBS +fi +echo "$as_me:$LINENO: result: $ac_cv_lib_senna_sen_index_set_abort_callback" >&5 +echo "${ECHO_T}$ac_cv_lib_senna_sen_index_set_abort_callback" >&6 +if test $ac_cv_lib_senna_sen_index_set_abort_callback = yes; then + + +cat >>confdefs.h <<\_ACEOF +#define USE_QUERY_ABORT 1 +_ACEOF + + +else + + { { echo "$as_me:$LINENO: error: sen_index_set_abort_callback was not found! Check your Senna build option." >&5 +echo "$as_me: error: sen_index_set_abort_callback was not found! Check your Senna build option." >&2;} + { (exit 1); exit 1; }; } + +fi + +fi +echo "$as_me:$LINENO: result: $enable_abort" >&5 +echo "${ECHO_T}$enable_abort" >&6 + #-------------------------------------------------------------------- # Check for system header files #-------------------------------------------------------------------- Modified: tags/tritonn-1.0.12-mysql-5.0.67/configure.in =================================================================== --- tags/tritonn-1.0.12-mysql-5.0.67/configure.in 2008-12-01 08:11:56 UTC (rev 170) +++ tags/tritonn-1.0.12-mysql-5.0.67/configure.in 2008-12-01 08:35:27 UTC (rev 171) @@ -931,6 +931,22 @@ AC_SUBST([SENNA_INCLUDES]) AC_SUBST([SENNA_LIBS]) +# SQL query abort for senna +AC_MSG_CHECKING([whether enable abort]) +AC_ARG_ENABLE(abort, + [AC_HELP_STRING([--enable-abort], + [enable query abortion for senna. [default=no]])], + , + [enable_abort="no"]) +if test "x$enable_abort" != "xno"; then + AC_CHECK_LIB(senna, sen_index_set_abort_callback,[ + AC_DEFINE(USE_QUERY_ABORT, [1], [use SQL query abort for senna]) + ], [ + AC_MSG_ERROR([sen_index_set_abort_callback was not found! Check your Senna build option.]) + ]) +fi +AC_MSG_RESULT($enable_abort) + #-------------------------------------------------------------------- # Check for system header files #-------------------------------------------------------------------- From svnnotify ¡÷ sourceforge.jp Mon Dec 1 20:00:15 2008 From: svnnotify ¡÷ sourceforge.jp (svnnotify ¡÷ sourceforge.jp) Date: Mon, 01 Dec 2008 20:00:15 +0900 Subject: [Tritonn-commit 157] [svn] [172] added version check for libsenna in configure. Message-ID: <1228129215.695491.28147.nullmailer@users.sourceforge.jp> Revision: 172 http://svn.sourceforge.jp/view?root=tritonn&view=rev&rev=172 Author: mir Date: 2008-12-01 20:00:15 +0900 (Mon, 01 Dec 2008) Log Message: ----------- added version check for libsenna in configure. Modified Paths: -------------- tags/tritonn-1.0.12-mysql-5.0.67/configure tags/tritonn-1.0.12-mysql-5.0.67/configure.in -------------- next part -------------- Modified: tags/tritonn-1.0.12-mysql-5.0.67/configure =================================================================== --- tags/tritonn-1.0.12-mysql-5.0.67/configure 2008-12-01 08:35:27 UTC (rev 171) +++ tags/tritonn-1.0.12-mysql-5.0.67/configure 2008-12-01 11:00:15 UTC (rev 172) @@ -23141,6 +23141,17 @@ # For senna +get_version_id() +{ + _VERSION="$1" + _NO_DASH_VERSION=`echo $_VERSION | sed -e "s|-.*$||"` + _NUMERIC_VERSION=`echo $_NO_DASH_VERSION | sed -e "s|[a-z][a-z0-9]*$||"` + _BASE_VERSION=`echo $_NUMERIC_VERSION | sed -e "s|\.[^.]*$||"` + _VERSION_ID=`echo $_NUMERIC_VERSION | \ + awk -F. '{printf "%d%0.2d%0.2d", $1, $2, $3}'` + echo $_VERSION_ID +} + MECAB_INCLUDES= MECAB_LIBS= @@ -23449,6 +23460,20 @@ fi + SENNA_MIN_VERSION_FOR_TRITONN="1.1.4" + + SENNA_VERSION=`$SENNA_CFG --version` + SENNA_VERSION_ID=`get_version_id $SENNA_VERSION` + SENNA_MIN_REQ_ID=`get_version_id $SENNA_MIN_VERSION_FOR_TRITONN` + + if test $SENNA_VERSION_ID -lt $SENNA_MIN_REQ_ID; then + { { echo "$as_me:$LINENO: error: Senna $SENNA_MIN_VERSION_FOR_TRITONN \ +or later is needed. Your senna is $SENNA_VERSION." >&5 +echo "$as_me: error: Senna $SENNA_MIN_VERSION_FOR_TRITONN \ +or later is needed. Your senna is $SENNA_VERSION." >&2;} + { (exit 1); exit 1; }; } + fi + CPPFLAGS="${_CPPFLAGS}" LIBS="${_LIBS}" ;; Modified: tags/tritonn-1.0.12-mysql-5.0.67/configure.in =================================================================== --- tags/tritonn-1.0.12-mysql-5.0.67/configure.in 2008-12-01 08:35:27 UTC (rev 171) +++ tags/tritonn-1.0.12-mysql-5.0.67/configure.in 2008-12-01 11:00:15 UTC (rev 172) @@ -827,6 +827,17 @@ AC_TYPE_SIZE_T # For senna +get_version_id() +{ + _VERSION="$1" + _NO_DASH_VERSION=`echo $_VERSION | sed -e "s|-.*$||"` + _NUMERIC_VERSION=`echo $_NO_DASH_VERSION | sed -e "s|[[a-z]][[a-z0-9]]*$||"` + _BASE_VERSION=`echo $_NUMERIC_VERSION | sed -e "s|\.[[^.]]*$||"` + _VERSION_ID=`echo $_NUMERIC_VERSION | \ + awk -F. '{printf "%d%0.2d%0.2d", $1, $2, $3}'` + echo $_VERSION_ID +} + MECAB_INCLUDES= MECAB_LIBS= @@ -922,6 +933,17 @@ AC_MSG_ERROR([Could not find libsenna. Check your Senna installation.]) ]) + SENNA_MIN_VERSION_FOR_TRITONN="1.1.4" + + SENNA_VERSION=`$SENNA_CFG --version` + SENNA_VERSION_ID=`get_version_id $SENNA_VERSION` + SENNA_MIN_REQ_ID=`get_version_id $SENNA_MIN_VERSION_FOR_TRITONN` + + if test $SENNA_VERSION_ID -lt $SENNA_MIN_REQ_ID; then + AC_MSG_ERROR([Senna $SENNA_MIN_VERSION_FOR_TRITONN \ +or later is needed. Your senna is $SENNA_VERSION.]) + fi + CPPFLAGS="${_CPPFLAGS}" LIBS="${_LIBS}" ;; From svnnotify ¡÷ sourceforge.jp Mon Dec 1 20:05:32 2008 From: svnnotify ¡÷ sourceforge.jp (svnnotify ¡÷ sourceforge.jp) Date: Mon, 01 Dec 2008 20:05:32 +0900 Subject: [Tritonn-commit 158] [svn] [173] removed redundant log message for --enable-abort. Message-ID: <1228129532.042578.32197.nullmailer@users.sourceforge.jp> Revision: 173 http://svn.sourceforge.jp/view?root=tritonn&view=rev&rev=173 Author: mir Date: 2008-12-01 20:05:31 +0900 (Mon, 01 Dec 2008) Log Message: ----------- removed redundant log message for --enable-abort. Modified Paths: -------------- tags/tritonn-1.0.12-mysql-5.0.67/configure tags/tritonn-1.0.12-mysql-5.0.67/configure.in -------------- next part -------------- Modified: tags/tritonn-1.0.12-mysql-5.0.67/configure =================================================================== --- tags/tritonn-1.0.12-mysql-5.0.67/configure 2008-12-01 11:00:15 UTC (rev 172) +++ tags/tritonn-1.0.12-mysql-5.0.67/configure 2008-12-01 11:05:31 UTC (rev 173) @@ -23485,8 +23485,6 @@ # SQL query abort for senna -echo "$as_me:$LINENO: checking whether enable abort" >&5 -echo $ECHO_N "checking whether enable abort... $ECHO_C" >&6 # Check whether --enable-abort or --disable-abort was given. if test "${enable_abort+set}" = set; then enableval="$enable_abort" @@ -23576,8 +23574,6 @@ fi fi -echo "$as_me:$LINENO: result: $enable_abort" >&5 -echo "${ECHO_T}$enable_abort" >&6 #-------------------------------------------------------------------- # Check for system header files Modified: tags/tritonn-1.0.12-mysql-5.0.67/configure.in =================================================================== --- tags/tritonn-1.0.12-mysql-5.0.67/configure.in 2008-12-01 11:00:15 UTC (rev 172) +++ tags/tritonn-1.0.12-mysql-5.0.67/configure.in 2008-12-01 11:05:31 UTC (rev 173) @@ -954,7 +954,6 @@ AC_SUBST([SENNA_LIBS]) # SQL query abort for senna -AC_MSG_CHECKING([whether enable abort]) AC_ARG_ENABLE(abort, [AC_HELP_STRING([--enable-abort], [enable query abortion for senna. [default=no]])], @@ -967,7 +966,6 @@ AC_MSG_ERROR([sen_index_set_abort_callback was not found! Check your Senna build option.]) ]) fi -AC_MSG_RESULT($enable_abort) #-------------------------------------------------------------------- # Check for system header files From svnnotify ¡÷ sourceforge.jp Wed Dec 3 10:40:07 2008 From: svnnotify ¡÷ sourceforge.jp (svnnotify ¡÷ sourceforge.jp) Date: Wed, 03 Dec 2008 10:40:07 +0900 Subject: [Tritonn-commit 159] [svn] [174] removed configure option --enable-abort. Message-ID: <1228268407.569403.22613.nullmailer@users.sourceforge.jp> Revision: 174 http://svn.sourceforge.jp/view?root=tritonn&view=rev&rev=174 Author: mir Date: 2008-12-03 10:40:07 +0900 (Wed, 03 Dec 2008) Log Message: ----------- removed configure option --enable-abort. now query abortion is auto-detected by checking libsenna. Modified Paths: -------------- tags/tritonn-1.0.12-mysql-5.0.67/configure tags/tritonn-1.0.12-mysql-5.0.67/configure.in -------------- next part -------------- Modified: tags/tritonn-1.0.12-mysql-5.0.67/configure =================================================================== --- tags/tritonn-1.0.12-mysql-5.0.67/configure 2008-12-01 11:05:31 UTC (rev 173) +++ tags/tritonn-1.0.12-mysql-5.0.67/configure 2008-12-03 01:40:07 UTC (rev 174) @@ -1063,7 +1063,6 @@ --enable-local-infile Enable LOAD DATA LOCAL INFILE (default: disabled) --disable-grant-options Disables the use of --init-file, --skip-grant-tables and --bootstrap options --disable-largefile Omit support for large files - --enable-abort enable query abortion for senna. [default=no] Optional Packages: --with-PACKAGE[=ARG] use PACKAGE [ARG=yes] @@ -5955,7 +5954,7 @@ ;; *-*-irix6*) # Find out which ABI we are using. - echo '#line 5958 "configure"' > conftest.$ac_ext + echo '#line 5957 "configure"' > conftest.$ac_ext if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 (eval $ac_compile) 2>&5 ac_status=$? @@ -6829,7 +6828,7 @@ # Provide some information about the compiler. -echo "$as_me:6832:" \ +echo "$as_me:6831:" \ "checking for Fortran 77 compiler version" >&5 ac_compiler=`set X $ac_compile; echo $2` { (eval echo "$as_me:$LINENO: \"$ac_compiler --version &5\"") >&5 @@ -7863,11 +7862,11 @@ -e 's:.*FLAGS}? :&$lt_compiler_flag :; t' \ -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \ -e 's:$: $lt_compiler_flag:'` - (eval echo "\"\$as_me:7866: $lt_compile\"" >&5) + (eval echo "\"\$as_me:7865: $lt_compile\"" >&5) (eval "$lt_compile" 2>conftest.err) ac_status=$? cat conftest.err >&5 - echo "$as_me:7870: \$? = $ac_status" >&5 + echo "$as_me:7869: \$? = $ac_status" >&5 if (exit $ac_status) && test -s "$ac_outfile"; then # The compiler can only warn and ignore the option if not recognized # So say no if there are warnings @@ -8096,11 +8095,11 @@ -e 's:.*FLAGS}? :&$lt_compiler_flag :; t' \ -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \ -e 's:$: $lt_compiler_flag:'` - (eval echo "\"\$as_me:8099: $lt_compile\"" >&5) + (eval echo "\"\$as_me:8098: $lt_compile\"" >&5) (eval "$lt_compile" 2>conftest.err) ac_status=$? cat conftest.err >&5 - echo "$as_me:8103: \$? = $ac_status" >&5 + echo "$as_me:8102: \$? = $ac_status" >&5 if (exit $ac_status) && test -s "$ac_outfile"; then # The compiler can only warn and ignore the option if not recognized # So say no if there are warnings @@ -8156,11 +8155,11 @@ -e 's:.*FLAGS}? :&$lt_compiler_flag :; t' \ -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \ -e 's:$: $lt_compiler_flag:'` - (eval echo "\"\$as_me:8159: $lt_compile\"" >&5) + (eval echo "\"\$as_me:8158: $lt_compile\"" >&5) (eval "$lt_compile" 2>out/conftest.err) ac_status=$? cat out/conftest.err >&5 - echo "$as_me:8163: \$? = $ac_status" >&5 + echo "$as_me:8162: \$? = $ac_status" >&5 if (exit $ac_status) && test -s out/conftest2.$ac_objext then # The compiler can only warn and ignore the option if not recognized @@ -9490,7 +9489,7 @@ libsuff= case "$host_cpu" in x86_64*|s390x*|powerpc64*) - echo '#line 9493 "configure"' > conftest.$ac_ext + echo '#line 9492 "configure"' > conftest.$ac_ext if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 (eval $ac_compile) 2>&5 ac_status=$? @@ -10361,7 +10360,7 @@ lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2 lt_status=$lt_dlunknown cat > conftest.$ac_ext < conftest.$ac_ext <&5) + (eval echo "\"\$as_me:12640: $lt_compile\"" >&5) (eval "$lt_compile" 2>conftest.err) ac_status=$? cat conftest.err >&5 - echo "$as_me:12645: \$? = $ac_status" >&5 + echo "$as_me:12644: \$? = $ac_status" >&5 if (exit $ac_status) && test -s "$ac_outfile"; then # The compiler can only warn and ignore the option if not recognized # So say no if there are warnings @@ -12698,11 +12697,11 @@ -e 's:.*FLAGS}? :&$lt_compiler_flag :; t' \ -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \ -e 's:$: $lt_compiler_flag:'` - (eval echo "\"\$as_me:12701: $lt_compile\"" >&5) + (eval echo "\"\$as_me:12700: $lt_compile\"" >&5) (eval "$lt_compile" 2>out/conftest.err) ac_status=$? cat out/conftest.err >&5 - echo "$as_me:12705: \$? = $ac_status" >&5 + echo "$as_me:12704: \$? = $ac_status" >&5 if (exit $ac_status) && test -s out/conftest2.$ac_objext then # The compiler can only warn and ignore the option if not recognized @@ -13209,7 +13208,7 @@ libsuff= case "$host_cpu" in x86_64*|s390x*|powerpc64*) - echo '#line 13212 "configure"' > conftest.$ac_ext + echo '#line 13211 "configure"' > conftest.$ac_ext if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 (eval $ac_compile) 2>&5 ac_status=$? @@ -14080,7 +14079,7 @@ lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2 lt_status=$lt_dlunknown cat > conftest.$ac_ext < conftest.$ac_ext <&5) + (eval echo "\"\$as_me:15007: $lt_compile\"" >&5) (eval "$lt_compile" 2>conftest.err) ac_status=$? cat conftest.err >&5 - echo "$as_me:15012: \$? = $ac_status" >&5 + echo "$as_me:15011: \$? = $ac_status" >&5 if (exit $ac_status) && test -s "$ac_outfile"; then # The compiler can only warn and ignore the option if not recognized # So say no if there are warnings @@ -15065,11 +15064,11 @@ -e 's:.*FLAGS}? :&$lt_compiler_flag :; t' \ -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \ -e 's:$: $lt_compiler_flag:'` - (eval echo "\"\$as_me:15068: $lt_compile\"" >&5) + (eval echo "\"\$as_me:15067: $lt_compile\"" >&5) (eval "$lt_compile" 2>out/conftest.err) ac_status=$? cat out/conftest.err >&5 - echo "$as_me:15072: \$? = $ac_status" >&5 + echo "$as_me:15071: \$? = $ac_status" >&5 if (exit $ac_status) && test -s out/conftest2.$ac_objext then # The compiler can only warn and ignore the option if not recognized @@ -16379,7 +16378,7 @@ libsuff= case "$host_cpu" in x86_64*|s390x*|powerpc64*) - echo '#line 16382 "configure"' > conftest.$ac_ext + echo '#line 16381 "configure"' > conftest.$ac_ext if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 (eval $ac_compile) 2>&5 ac_status=$? @@ -17120,11 +17119,11 @@ -e 's:.*FLAGS}? :&$lt_compiler_flag :; t' \ -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \ -e 's:$: $lt_compiler_flag:'` - (eval echo "\"\$as_me:17123: $lt_compile\"" >&5) + (eval echo "\"\$as_me:17122: $lt_compile\"" >&5) (eval "$lt_compile" 2>conftest.err) ac_status=$? cat conftest.err >&5 - echo "$as_me:17127: \$? = $ac_status" >&5 + echo "$as_me:17126: \$? = $ac_status" >&5 if (exit $ac_status) && test -s "$ac_outfile"; then # The compiler can only warn and ignore the option if not recognized # So say no if there are warnings @@ -17353,11 +17352,11 @@ -e 's:.*FLAGS}? :&$lt_compiler_flag :; t' \ -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \ -e 's:$: $lt_compiler_flag:'` - (eval echo "\"\$as_me:17356: $lt_compile\"" >&5) + (eval echo "\"\$as_me:17355: $lt_compile\"" >&5) (eval "$lt_compile" 2>conftest.err) ac_status=$? cat conftest.err >&5 - echo "$as_me:17360: \$? = $ac_status" >&5 + echo "$as_me:17359: \$? = $ac_status" >&5 if (exit $ac_status) && test -s "$ac_outfile"; then # The compiler can only warn and ignore the option if not recognized # So say no if there are warnings @@ -17413,11 +17412,11 @@ -e 's:.*FLAGS}? :&$lt_compiler_flag :; t' \ -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \ -e 's:$: $lt_compiler_flag:'` - (eval echo "\"\$as_me:17416: $lt_compile\"" >&5) + (eval echo "\"\$as_me:17415: $lt_compile\"" >&5) (eval "$lt_compile" 2>out/conftest.err) ac_status=$? cat out/conftest.err >&5 - echo "$as_me:17420: \$? = $ac_status" >&5 + echo "$as_me:17419: \$? = $ac_status" >&5 if (exit $ac_status) && test -s out/conftest2.$ac_objext then # The compiler can only warn and ignore the option if not recognized @@ -18747,7 +18746,7 @@ libsuff= case "$host_cpu" in x86_64*|s390x*|powerpc64*) - echo '#line 18750 "configure"' > conftest.$ac_ext + echo '#line 18749 "configure"' > conftest.$ac_ext if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 (eval $ac_compile) 2>&5 ac_status=$? @@ -19618,7 +19617,7 @@ lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2 lt_status=$lt_dlunknown cat > conftest.$ac_ext < conftest.$ac_ext <&5 -echo $ECHO_N "checking for sen_index_set_abort_callback in -lsenna... $ECHO_C" >&6 -if test "${ac_cv_lib_senna_sen_index_set_abort_callback+set}" = set; then + echo "$as_me:$LINENO: checking for sen_index_set_abort_callback" >&5 +echo $ECHO_N "checking for sen_index_set_abort_callback... $ECHO_C" >&6 +if test "${ac_cv_func_sen_index_set_abort_callback+set}" = set; then echo $ECHO_N "(cached) $ECHO_C" >&6 else - ac_check_lib_save_LIBS=$LIBS -LIBS="-lsenna $LIBS" -cat >conftest.$ac_ext <<_ACEOF + cat >conftest.$ac_ext <<_ACEOF /* confdefs.h. */ _ACEOF cat confdefs.h >>conftest.$ac_ext cat >>conftest.$ac_ext <<_ACEOF /* end confdefs.h. */ +/* Define sen_index_set_abort_callback to an innocuous variant, in case declares sen_index_set_abort_callback. + For example, HP-UX 11i declares gettimeofday. */ +#define sen_index_set_abort_callback innocuous_sen_index_set_abort_callback +/* System header to define __stub macros and hopefully few prototypes, + which can conflict with char sen_index_set_abort_callback (); below. + Prefer to if __STDC__ is defined, since + exists even on freestanding compilers. */ + +#ifdef __STDC__ +# include +#else +# include +#endif + +#undef sen_index_set_abort_callback + /* Override any gcc2 internal prototype to avoid an error. */ #ifdef __cplusplus extern "C" +{ #endif /* We use char because int might match the return type of a gcc2 builtin and then its argument prototype would still apply. */ char sen_index_set_abort_callback (); +/* The GNU C library defines this for functions which it implements + to always fail with ENOSYS. Some functions are actually named + something starting with __ and the normal name is an alias. */ +#if defined (__stub_sen_index_set_abort_callback) || defined (__stub___sen_index_set_abort_callback) +choke me +#else +char (*f) () = sen_index_set_abort_callback; +#endif +#ifdef __cplusplus +} +#endif + int main () { -sen_index_set_abort_callback (); +return f != sen_index_set_abort_callback; ; return 0; } @@ -23544,20 +23551,19 @@ ac_status=$? echo "$as_me:$LINENO: \$? = $ac_status" >&5 (exit $ac_status); }; }; then - ac_cv_lib_senna_sen_index_set_abort_callback=yes + ac_cv_func_sen_index_set_abort_callback=yes else echo "$as_me: failed program was:" >&5 sed 's/^/| /' conftest.$ac_ext >&5 -ac_cv_lib_senna_sen_index_set_abort_callback=no +ac_cv_func_sen_index_set_abort_callback=no fi rm -f conftest.err conftest.$ac_objext \ conftest$ac_exeext conftest.$ac_ext -LIBS=$ac_check_lib_save_LIBS fi -echo "$as_me:$LINENO: result: $ac_cv_lib_senna_sen_index_set_abort_callback" >&5 -echo "${ECHO_T}$ac_cv_lib_senna_sen_index_set_abort_callback" >&6 -if test $ac_cv_lib_senna_sen_index_set_abort_callback = yes; then +echo "$as_me:$LINENO: result: $ac_cv_func_sen_index_set_abort_callback" >&5 +echo "${ECHO_T}$ac_cv_func_sen_index_set_abort_callback" >&6 +if test $ac_cv_func_sen_index_set_abort_callback = yes; then cat >>confdefs.h <<\_ACEOF @@ -23565,16 +23571,19 @@ _ACEOF -else +fi - { { echo "$as_me:$LINENO: error: sen_index_set_abort_callback was not found! Check your Senna build option." >&5 -echo "$as_me: error: sen_index_set_abort_callback was not found! Check your Senna build option." >&2;} - { (exit 1); exit 1; }; } -fi + CPPFLAGS="${_CPPFLAGS}" + LIBS="${_LIBS}" + ;; + esac -fi +fi; + + + #-------------------------------------------------------------------- # Check for system header files #-------------------------------------------------------------------- Modified: tags/tritonn-1.0.12-mysql-5.0.67/configure.in =================================================================== --- tags/tritonn-1.0.12-mysql-5.0.67/configure.in 2008-12-01 11:05:31 UTC (rev 173) +++ tags/tritonn-1.0.12-mysql-5.0.67/configure.in 2008-12-03 01:40:07 UTC (rev 174) @@ -944,6 +944,10 @@ or later is needed. Your senna is $SENNA_VERSION.]) fi + AC_CHECK_FUNC(sen_index_set_abort_callback,[ + AC_DEFINE(USE_QUERY_ABORT, [1], [use SQL query abort for senna]) + ]) + CPPFLAGS="${_CPPFLAGS}" LIBS="${_LIBS}" ;; @@ -953,20 +957,6 @@ AC_SUBST([SENNA_INCLUDES]) AC_SUBST([SENNA_LIBS]) -# SQL query abort for senna -AC_ARG_ENABLE(abort, - [AC_HELP_STRING([--enable-abort], - [enable query abortion for senna. [default=no]])], - , - [enable_abort="no"]) -if test "x$enable_abort" != "xno"; then - AC_CHECK_LIB(senna, sen_index_set_abort_callback,[ - AC_DEFINE(USE_QUERY_ABORT, [1], [use SQL query abort for senna]) - ], [ - AC_MSG_ERROR([sen_index_set_abort_callback was not found! Check your Senna build option.]) - ]) -fi - #-------------------------------------------------------------------- # Check for system header files #-------------------------------------------------------------------- From svnnotify ¡÷ sourceforge.jp Tue Dec 9 14:42:40 2008 From: svnnotify ¡÷ sourceforge.jp (svnnotify ¡÷ sourceforge.jp) Date: Tue, 09 Dec 2008 14:42:40 +0900 Subject: [Tritonn-commit 160] [svn] [175] updated SPEC files for rpmbuild. Message-ID: <1228801360.242610.4273.nullmailer@users.sourceforge.jp> Revision: 175 http://svn.sourceforge.jp/view?root=tritonn&view=rev&rev=175 Author: mir Date: 2008-12-09 14:42:39 +0900 (Tue, 09 Dec 2008) Log Message: ----------- updated SPEC files for rpmbuild. Modified Paths: -------------- build/SPECS/mecab-ipadic.spec build/SPECS/mecab.spec build/SPECS/mysql.spec build/SPECS/senna.spec -------------- next part -------------- Modified: build/SPECS/mecab-ipadic.spec =================================================================== --- build/SPECS/mecab-ipadic.spec 2008-12-03 01:40:07 UTC (rev 174) +++ build/SPECS/mecab-ipadic.spec 2008-12-09 05:42:39 UTC (rev 175) @@ -2,7 +2,7 @@ %define prefix /usr %define config --with-charset=utf8 %define version 2.7.0.20070801 -%define release tritonn.1.0.10 +%define release tritonn.1.0.12 %define file_suffix 2.7.0-20070801 %define mecab-version 0.97 @@ -56,6 +56,9 @@ %{prefix}/lib/mecab/dic/ipadic/feature.def %changelog +* Tue Dec 09 2008 Tetsuro IKEDA 2.7.0.20070801-tritonn-1.0.12 +- Tritonn 1.0.12 + * Fri Jun 13 2008 Tetsuro IKEDA 2.7.0.20070801-tritonn-1.0.10 - Added *.csv files, *.def files for make install - Tritonn 1.0.10 Modified: build/SPECS/mecab.spec =================================================================== --- build/SPECS/mecab.spec 2008-12-03 01:40:07 UTC (rev 174) +++ build/SPECS/mecab.spec 2008-12-09 05:42:39 UTC (rev 175) @@ -1,7 +1,7 @@ %define name mecab %define prefix /usr %define version 0.97 -%define release tritonn.1.0.10 +%define release tritonn.1.0.12 Name: %{name} Version: %{version} @@ -59,6 +59,9 @@ %{prefix}/bin/mecab %changelog +* Tue Dec 09 2008 Tetsuro IKEDA - 0.97-tritonn-1.0.12 +- Tritonn 1.0.12 + * Fri Jun 13 2008 Tetsuro IKEDA - 0.97-tritonn-1.0.10 - Tritonn 1.0.10 Modified: build/SPECS/mysql.spec =================================================================== --- build/SPECS/mysql.spec 2008-12-03 01:40:07 UTC (rev 174) +++ build/SPECS/mysql.spec 2008-12-09 05:42:39 UTC (rev 175) @@ -14,8 +14,8 @@ # Free Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston # MA 02110-1301 USA. -%define mysql_version 5.0.51a-tritonn-1.0.10 -%define srcdir tritonn-1.0.10-mysql-5.0.51a +%define mysql_version 5.0.67-tritonn-1.0.12 +%define srcdir tritonn-1.0.12-mysql-5.0.67 # use "rpmbuild --with static" or "rpm --define '_with_static 1'" (for RPM 3.x) # to enable static linking (off by default) @@ -30,7 +30,7 @@ %if %{STATIC_BUILD} %define release 0 %else -%define release tritonn.1.0.10 +%define release tritonn.1.0.12 %endif %define license GPL %define mysqld_user mysql @@ -64,7 +64,7 @@ Name: MySQL Summary: MySQL with Senna (Tritonn Project) Group: Applications/Databases -Version: 5.0.51a +Version: 5.0.67 Release: %{release} License: %{license} Source: %{srcdir}.tar.gz @@ -727,6 +727,9 @@ # itself - note that they must be ordered by date (important when # merging BK trees) %changelog +* Tue Dec 09 2008 Tetsuro IKEDA +- Tritonn 1.0.12 + * Fri Jun 13 2008 Tetsuro IKEDA - Tritonn 1.0.10 Modified: build/SPECS/senna.spec =================================================================== --- build/SPECS/senna.spec 2008-12-03 01:40:07 UTC (rev 174) +++ build/SPECS/senna.spec 2008-12-09 05:42:39 UTC (rev 175) @@ -1,7 +1,7 @@ %define name senna %define prefix /usr -%define version 1.1.3 -%define release tritonn.1.0.10 +%define version 1.1.4 +%define release tritonn.1.0.12 Name: %{name} Version: %{version} @@ -52,6 +52,9 @@ %changelog +* Tue Dec 09 2008 Tetsuro IKEDA - 1.1.4-tritonn.1.0.12 +- Tritonn 1.0.12 + * Fri Jun 13 2008 Tetsuro IKEDA - 1.1.3-tritonn.1.0.10 - Added senna.pc to files section - Tritonn 1.0.10 From svnnotify ¡÷ sourceforge.jp Wed Dec 10 14:08:29 2008 From: svnnotify ¡÷ sourceforge.jp (svnnotify ¡÷ sourceforge.jp) Date: Wed, 10 Dec 2008 14:08:29 +0900 Subject: [Tritonn-commit 161] [svn] [176] started tritonn-1.0.13 Message-ID: <1228885709.096312.14281.nullmailer@users.sourceforge.jp> Revision: 176 http://svn.sourceforge.jp/view?root=tritonn&view=rev&rev=176 Author: mir Date: 2008-12-10 14:08:28 +0900 (Wed, 10 Dec 2008) Log Message: ----------- started tritonn-1.0.13 Added Paths: ----------- tags/tritonn-1.0.13-mysql-5.0.67/ -------------- next part -------------- Copied: tags/tritonn-1.0.13-mysql-5.0.67 (from rev 175, tags/tritonn-1.0.12-mysql-5.0.67)