From f328f3ea515abd15be051e75abd7d20a909132d9 Mon Sep 17 00:00:00 2001 From: Georg Richter Date: Mon, 11 Nov 2002 12:54:06 +0000 Subject: Added new functionality: Warnings for table/index scans Warnings for SQL-Errors Warnings for non free result sets It can be activated via ini.setting "mysql.trace_mode" --- ext/mysql/php_mysql.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'ext/mysql/php_mysql.h') diff --git a/ext/mysql/php_mysql.h b/ext/mysql/php_mysql.h index 053ece881c..5fc850f5cd 100644 --- a/ext/mysql/php_mysql.h +++ b/ext/mysql/php_mysql.h @@ -103,6 +103,8 @@ ZEND_BEGIN_MODULE_GLOBALS(mysql) char *connect_error; long connect_errno; long connect_timeout; + long result_allocated; + long trace_mode; ZEND_END_MODULE_GLOBALS(mysql) #ifdef ZTS -- cgit v1.2.1