- Drop (broken) support for libmysql 3.23 and 4.0 from pdo_mysql, see bug #51259

This commit is contained in:
Johannes Schlüter 2010-08-05 13:29:44 +00:00
parent 3cf5ab9e56
commit eaad585a2e
5 changed files with 17 additions and 72 deletions

View file

@ -124,7 +124,6 @@ typedef struct {
long *current_lengths;
#endif
pdo_mysql_error_info einfo;
#if HAVE_MYSQL_STMT_PREPARE || PDO_USE_MYSQLND
#if PDO_USE_MYSQLND
MYSQLND_STMT *stmt;
#else
@ -141,7 +140,6 @@ typedef struct {
unsigned long *out_length;
unsigned int params_given;
unsigned max_length:1;
#endif
} pdo_mysql_stmt;
extern pdo_driver_t pdo_mysql_driver;