summaryrefslogtreecommitdiff
path: root/ext/mysqlnd/config9.m4
diff options
context:
space:
mode:
authorAndrey Hristov <andrey@php.net>2009-12-09 16:57:03 +0000
committerAndrey Hristov <andrey@php.net>2009-12-09 16:57:03 +0000
commit157f1bddf1ff32af77bb47188e7fcc7f9425fbf8 (patch)
treeb58ae49d0da20d89a881492446b5c41be335dac5 /ext/mysqlnd/config9.m4
parent617398b51dfa02e9749c0158db150db2036cd817 (diff)
downloadphp-git-157f1bddf1ff32af77bb47188e7fcc7f9425fbf8.tar.gz
Remove disabled code - threaded fetching. This can be implemented
on a upper level and by offloading it we reduce the complexity of the core.
Diffstat (limited to 'ext/mysqlnd/config9.m4')
-rw-r--r--ext/mysqlnd/config9.m49
1 files changed, 0 insertions, 9 deletions
diff --git a/ext/mysqlnd/config9.m4 b/ext/mysqlnd/config9.m4
index b3b802cd38..beaf814762 100644
--- a/ext/mysqlnd/config9.m4
+++ b/ext/mysqlnd/config9.m4
@@ -3,11 +3,6 @@ dnl $Id$
dnl config.m4 for mysqlnd driver
-PHP_ARG_ENABLE(mysqlnd_threading, whether to enable threaded fetch in mysqlnd,
-[ --enable-mysqlnd-threading
- EXPERIMENTAL: Enable mysqlnd threaded fetch.
- Note: This forces ZTS on!], no, no)
-
PHP_ARG_ENABLE(disable_mysqlnd_compression_support, whether to disable compressed protocol support in mysqlnd,
[ --disable-mysqlnd-compression-support
Enable support for the MySQL compressed protocol in mysqlnd], yes)
@@ -29,10 +24,6 @@ if test "$PHP_MYSQLND_ENABLED" = "yes"; then
PHP_ADD_BUILD_DIR([ext/mysqlnd], 1)
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, [Use mysqlnd internal threading])
- fi
if test "$PHP_MYSQLND_COMPRESSION_SUPPORT" != "no"; then
AC_DEFINE([MYSQLND_COMPRESSION_ENABLED], 1, [Enable compressed protocol support])