summaryrefslogtreecommitdiff
path: root/ext/mysqlnd/mysqlnd.c
diff options
context:
space:
mode:
authorAndrey Hristov <andrey@php.net>2008-07-15 13:11:09 +0000
committerAndrey Hristov <andrey@php.net>2008-07-15 13:11:09 +0000
commit136a55fcd92f537f9e6dfcf5003930fe55a328ab (patch)
tree08f09ae33b4cb62a535a3d773796620cdcd77b93 /ext/mysqlnd/mysqlnd.c
parent0adb8c0b10c6599ebe90441f8f6965761c234374 (diff)
downloadphp-git-136a55fcd92f537f9e6dfcf5003930fe55a328ab.tar.gz
Sync with bzr
Diffstat (limited to 'ext/mysqlnd/mysqlnd.c')
-rw-r--r--ext/mysqlnd/mysqlnd.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/ext/mysqlnd/mysqlnd.c b/ext/mysqlnd/mysqlnd.c
index 12b215ac4c..fb57ca70f5 100644
--- a/ext/mysqlnd/mysqlnd.c
+++ b/ext/mysqlnd/mysqlnd.c
@@ -467,7 +467,6 @@ PHPAPI void _mysqlnd_end_psession(MYSQLND *conn TSRMLS_DC)
DBG_ENTER("_mysqlnd_end_psession");
/* The thd zval cache is always freed on request shutdown, so this has happened already */
mysqlnd_palloc_free_thd_cache_reference(&conn->zval_cache);
- conn->zval_cache = NULL;
DBG_VOID_RETURN;
}
/* }}} */