summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohannes Schlüter <johannes@php.net>2009-03-17 10:05:19 +0000
committerJohannes Schlüter <johannes@php.net>2009-03-17 10:05:19 +0000
commit5942f27d86858a1ea6cd8aefa38c976c293b3ef3 (patch)
treef71c320a4d48899dce1b6d689137f57a783e5378
parentdf7ebb5d41f5a66e76932a1f1b236c277932981f (diff)
downloadphp-git-5942f27d86858a1ea6cd8aefa38c976c293b3ef3.tar.gz
MFH: mark mysqlnd's threading (which can be used for background pre-fetching)
experimental
-rw-r--r--ext/mysqlnd/config9.m42
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/mysqlnd/config9.m4 b/ext/mysqlnd/config9.m4
index 08a38e8afb..4f80290cb6 100644
--- a/ext/mysqlnd/config9.m4
+++ b/ext/mysqlnd/config9.m4
@@ -23,7 +23,7 @@ if test "$PHP_MYSQLND_ENABLED" = "yes"; then
dnl Windows uses config.w32 thus this code is safe for now
if test "$PHP_MYSQLND_THREADING" = "yes"; then
PHP_BUILD_THREAD_SAFE
- AC_DEFINE([MYSQLND_THREADED], 1, [Whether mysqlnd threading is enabled])
+ AC_DEFINE([MYSQLND_THREADED], 1, [EXPERIMENTAL: Use mysqlnd internal threading])
fi
dnl This creates a file so it has to be after above macros