From: Wez Furlong Date: Tue, 18 May 2004 19:06:47 +0000 (+0000) Subject: mySQL, not Oracle ;) X-Git-Tag: RELEASE_0_1~140 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=df69bf6c06b02fda4fa07a30542272b0ce82c6c2;p=php mySQL, not Oracle ;) --- diff --git a/ext/pdo_mysql/php_pdo_mysql_int.h b/ext/pdo_mysql/php_pdo_mysql_int.h index 92a988e957..830373792c 100755 --- a/ext/pdo_mysql/php_pdo_mysql_int.h +++ b/ext/pdo_mysql/php_pdo_mysql_int.h @@ -23,7 +23,7 @@ #include -/* stuff we use in an OCI database handle */ +/* stuff we use in a mySQL database handle */ typedef struct { MYSQL *server; unsigned int last_err;