]> granicus.if.org Git - php/commitdiff
mySQL, not Oracle ;)
authorWez Furlong <wez@php.net>
Tue, 18 May 2004 19:06:47 +0000 (19:06 +0000)
committerWez Furlong <wez@php.net>
Tue, 18 May 2004 19:06:47 +0000 (19:06 +0000)
ext/pdo_mysql/php_pdo_mysql_int.h

index 92a988e957b9ee33fee8eb08139fe68751f3a427..830373792c8d438999ba416ec72696fcd55092c5 100755 (executable)
@@ -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;