From: Andrey Hristov Date: Sat, 7 May 2005 12:46:29 +0000 (+0000) Subject: revert this one till we have a better way to inform the user where the X-Git-Tag: php-5.0.1b1~293 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=daae29965336c6d2931cdda4ac60f58875d584ac;p=php revert this one till we have a better way to inform the user where the truncation has occured --- diff --git a/ext/mysqli/mysqli_api.c b/ext/mysqli/mysqli_api.c index 67f490fe61..2af004d694 100644 --- a/ext/mysqli/mysqli_api.c +++ b/ext/mysqli/mysqli_api.c @@ -682,11 +682,6 @@ PHP_FUNCTION(mysqli_stmt_fetch) case 1: RETURN_FALSE; break; -#ifdef MYSQL_DATA_TRUNCATED - case MYSQL_DATA_TRUNCATED: - RETURN_LONG(MYSQL_DATA_TRUNCATED); - break; -#endif default: RETURN_NULL(); break;