From: Stanislav Malyshev Date: Tue, 6 Sep 2011 05:13:47 +0000 (+0000) Subject: this tests looks mysqlnd only X-Git-Tag: php-5.5.0alpha1~1315 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=6e0dfc1851cadf3be4b83632fda79d9d487fa78c;p=php this tests looks mysqlnd only --- 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--