fixed a segfault bug in mysql::stmt_init(), raising the version to 0.9.8
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
2024-06-25 15:21:53 +09:00
parent be43c289b6
commit d6ac0010d3
11 changed files with 184 additions and 27 deletions

View File

@ -244,6 +244,9 @@
/* labels as values */
#undef HAVE_LABELS_AS_VALUES
/* Define to 1 if you have the <libmemcached/memcached.h> header file. */
#undef HAVE_LIBMEMCACHED_MEMCACHED_H
/* Define to 1 if you have the <libunwind.h> header file. */
#undef HAVE_LIBUNWIND_H
@ -298,6 +301,9 @@
/* Define to 1 if you have the `makecontext' function. */
#undef HAVE_MAKECONTEXT
/* libmemcached library is available */
#undef HAVE_MEMCACHED_LIB
/* Define to 1 if you have the `mmap' function. */
#undef HAVE_MMAP
@ -705,6 +711,9 @@
/* build mod/ffi */
#undef HAWK_ENABLE_MOD_FFI
/* build mod/memc */
#undef HAWK_ENABLE_MOD_MEMC
/* build mod/mysql */
#undef HAWK_ENABLE_MOD_MYSQL