Skip to content

Commit

Permalink
MYSQL_NEED_DATA isn't defined anymore in mysql.h
Browse files Browse the repository at this point in the history
  • Loading branch information
Georg Richter committed May 21, 2003
1 parent e504166 commit 445180f
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion ext/mysqli/mysqli.c
Original file line number Diff line number Diff line change
Expand Up @@ -274,7 +274,6 @@ PHP_MINIT_FUNCTION(mysqli)
REGISTER_LONG_CONSTANT("MYSQLI_RPL_ADMIN", MYSQL_RPL_ADMIN, CONST_CS | CONST_PERSISTENT);

/* bind blob support */
REGISTER_LONG_CONSTANT("MYSQLI_NEED_DATA", MYSQL_NEED_DATA, CONST_CS | CONST_PERSISTENT);
REGISTER_LONG_CONSTANT("MYSQLI_NO_DATA", MYSQL_NO_DATA, CONST_CS | CONST_PERSISTENT);

/* profiler support */
Expand Down

0 comments on commit 445180f

Please sign in to comment.