summaryrefslogtreecommitdiff
path: root/ext/mysqli/php_mysqli_structs.h
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
commit4d2735007d53b2609eb59de8b1d445481cb09713 (patch)
treea32e283b01bac5bda374711683c2456658b9e591 /ext/mysqli/php_mysqli_structs.h
parent64fb1fca1fdbb117bfb727d3ff207e2407df6eb4 (diff)
downloadphp-git-4d2735007d53b2609eb59de8b1d445481cb09713.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/mysqli/php_mysqli_structs.h')
-rw-r--r--ext/mysqli/php_mysqli_structs.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/ext/mysqli/php_mysqli_structs.h b/ext/mysqli/php_mysqli_structs.h
index 821b27b3ee..aa57ad06a7 100644
--- a/ext/mysqli/php_mysqli_structs.h
+++ b/ext/mysqli/php_mysqli_structs.h
@@ -308,9 +308,6 @@ PHP_MYSQLI_EXPORT(zend_object_value) mysqli_objects_new(zend_class_entry * TSRML
#define MYSQLI_STORE_RESULT 0
#define MYSQLI_USE_RESULT 1
#ifdef MYSQLI_USE_MYSQLND
-#ifdef MYSQLND_THREADED
-#define MYSQLI_BG_STORE_RESULT 4
-#endif
#define MYSQLI_ASYNC 8
#else
/* libmysql */