1
0
mirror of https://github.com/php/php-src.git synced 2026-04-21 15:08:16 +02:00

fix valgrind warnings on 64bit, thread_is is strictly 32bit

This commit is contained in:
Andrey Hristov
2010-06-21 14:49:45 +00:00
parent 7c419199d1
commit 523960892c
+1 -1
View File
@@ -373,7 +373,7 @@ php_mysqlnd_greet_read(void *_packet, MYSQLND *conn TSRMLS_DC)
packet->pre41 = TRUE;
}
DBG_INF_FMT("proto=%d server=%s thread_id=%ld",
DBG_INF_FMT("proto=%d server=%s thread_id=%d",
packet->protocol_version, packet->server_version, packet->thread_id);
DBG_INF_FMT("server_capabilities=%d charset_no=%d server_status=%d",