andrey Sat May 7 08:46:29 2005 EDT
Modified files:
/php-src/ext/mysqli mysqli_api.c
Log:
revert this one till we have a better way to inform the user where the
truncation has occured
http://cvs.php.net/diff.php/php-src/ext/mysqli/mysqli_api.c?r1=1.112&r2=1.113&ty=u
Index: php-src/ext/mysqli/mysqli_api.c
diff -u php-src/ext/mysqli/mysqli_api.c:1.112
php-src/ext/mysqli/mysqli_api.c:1.113
--- php-src/ext/mysqli/mysqli_api.c:1.112 Sat May 7 04:23:39 2005
+++ php-src/ext/mysqli/mysqli_api.c Sat May 7 08:46:29 2005
@@ -15,7 +15,7 @@
| Author: Georg Richter <[EMAIL PROTECTED]> |
+----------------------------------------------------------------------+
- $Id: mysqli_api.c,v 1.112 2005/05/07 08:23:39 andrey Exp $
+ $Id: mysqli_api.c,v 1.113 2005/05/07 12:46:29 andrey Exp $
*/
#ifdef HAVE_CONFIG_H
@@ -682,11 +682,6 @@
case 1:
RETURN_FALSE;
break;
-#ifdef MYSQL_DATA_TRUNCATED
- case MYSQL_DATA_TRUNCATED:
- RETURN_LONG(MYSQL_DATA_TRUNCATED);
- break;
-#endif
default:
RETURN_NULL();
break;
--
PHP CVS Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php