revert this one till we have a better way to inform the user where the

truncation has occured
This commit is contained in:
Andrey Hristov 2005-05-07 12:46:29 +00:00
parent 8cd3409b30
commit daae299653

View 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;