mirror of
https://github.com/php/php-src.git
synced 2025-08-15 21:48:51 +02:00
mySQL, not Oracle ;)
This commit is contained in:
parent
9ec5c3526e
commit
df69bf6c06
1 changed files with 1 additions and 1 deletions
|
@ -23,7 +23,7 @@
|
|||
|
||||
#include <mysql.h>
|
||||
|
||||
/* stuff we use in an OCI database handle */
|
||||
/* stuff we use in a mySQL database handle */
|
||||
typedef struct {
|
||||
MYSQL *server;
|
||||
unsigned int last_err;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue