From fb7c1f05616f322c08fbcba128dfeebdcae0ccab Mon Sep 17 00:00:00 2001 From: Ilia Alshanetsky Date: Mon, 27 Jun 2005 14:52:46 +0000 Subject: Remove "custom" PDDRV sqlstate. --- ext/pdo_mysql/mysql_driver.c | 1 - 1 file changed, 1 deletion(-) (limited to 'ext/pdo_mysql/mysql_driver.c') diff --git a/ext/pdo_mysql/mysql_driver.c b/ext/pdo_mysql/mysql_driver.c index 3300fa3358..8d15cf35a0 100755 --- a/ext/pdo_mysql/mysql_driver.c +++ b/ext/pdo_mysql/mysql_driver.c @@ -37,7 +37,6 @@ const char *pdo_mysql_get_sqlstate(unsigned int my_errno) { switch (my_errno) { /* import auto-generated case: code */ #include "php_pdo_mysql_sqlstate.h" - case 2014: return "PDDRV"; /* out of sync */ default: return "HY000"; } } -- cgit v1.2.1