mySQL, not Oracle ;)

This commit is contained in:
Wez Furlong 2004-05-18 19:06:47 +00:00
parent 9ec5c3526e
commit df69bf6c06

View file

@ -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;