]> granicus.if.org Git - php/commitdiff
revert this one till we have a better way to inform the user where the
authorAndrey Hristov <andrey@php.net>
Sat, 7 May 2005 12:46:29 +0000 (12:46 +0000)
committerAndrey Hristov <andrey@php.net>
Sat, 7 May 2005 12:46:29 +0000 (12:46 +0000)
truncation has occured

ext/mysqli/mysqli_api.c

index 67f490fe6193bfa0221239d4db07cc1f660c7895..2af004d6947794187aa84587d2948de59ebd7e7d 100644 (file)
@@ -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;