From: Johannes Schlüter Date: Tue, 17 Mar 2009 10:04:57 +0000 (+0000) Subject: - mark mysqlnd's threading (which can be used for background pre-fetching) X-Git-Tag: php-5.4.0alpha1~191^2~4129 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=5306bb0e4be1870576cf2b72d19624ff5a8fb9f1;p=php - mark mysqlnd's threading (which can be used for background pre-fetching) experimental --- 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