From a6502de5d07e94899bb0604b2f85cbafe8310c1d Mon Sep 17 00:00:00 2001 From: Ulf Wendel Date: Tue, 22 Nov 2011 16:52:42 +0000 Subject: [PATCH] Skipping with libmysql. If a documentation points to more or less unmaintained wiki contents, I take it as a request to stop testing a feature. Can't tell if I get false positive, hit a bug or not. This is not libmysql testing. Its PHP MySQL API testing. --- ext/mysqli/tests/mysqli_debug_append.phpt | 3 +++ ext/mysqli/tests/mysqli_debug_control_string.phpt | 3 +++ ext/mysqli/tests/mysqli_debug_mysqlnd_control_string.phpt | 3 +++ 3 files changed, 9 insertions(+) diff --git a/ext/mysqli/tests/mysqli_debug_append.phpt b/ext/mysqli/tests/mysqli_debug_append.phpt index f15365f2ec..f916995464 100644 --- a/ext/mysqli/tests/mysqli_debug_append.phpt +++ b/ext/mysqli/tests/mysqli_debug_append.phpt @@ -14,6 +14,9 @@ if (!defined('MYSQLI_DEBUG_TRACE_ENABLED')) if (defined('MYSQLI_DEBUG_TRACE_ENABLED') && !MYSQLI_DEBUG_TRACE_ENABLED) die("skip: debug functionality not enabled"); + +if (!$IS_MYSQLND) + die("SKIP Libmysql feature not sufficiently spec'd in MySQL C API documentation"); ?> --FILE-- --FILE-- --FILE--