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
All checks were successful
continuous-integration/drone/push Build is passing
This commit is contained in:
@ -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
|
||||
|
||||
|
Reference in New Issue
Block a user