From cbbf6bda4c1b01d68df0d3f91f848b68700d2952 Mon Sep 17 00:00:00 2001 From: Stanislav Malyshev Date: Tue, 6 Sep 2011 05:13:47 +0000 Subject: [PATCH] this tests looks mysqlnd only --- ext/mysqli/tests/bug55582.phpt | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/ext/mysqli/tests/bug55582.phpt b/ext/mysqli/tests/bug55582.phpt index 85fc7f6ce8..5b38f3f803 100644 --- a/ext/mysqli/tests/bug55582.phpt +++ b/ext/mysqli/tests/bug55582.phpt @@ -5,6 +5,7 @@ Bug #55582 mysqli_num_rows() returns always 0 for unbuffered, when mysqlnd is us require_once('skipif.inc'); require_once('skipifconnectfailure.inc'); require_once("connect.inc"); +if(!$IS_MYSQLND) die("skip This bug is for mysqlnd only"); ?> --FILE--