We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ef32a3b commit aebe5c9Copy full SHA for aebe5c9
ext/pdo_mysql/mysql_statement.c
@@ -750,7 +750,7 @@ static char *type_to_name_native(int type) /* {{{ */
750
PDO_MYSQL_NATIVE_TYPE_NAME(NEWDATE)
751
#endif
752
/* The following 2 don't have BC FIELD_TYPE_* aliases. */
753
-#if MYSQL_VERSION_ID >= 90000 && !defined(MARIADB_BASE_VERSION) /* TODO: mysqlnd support (added in 8.4 via a1ab846231aeff49c0441a30ebd44463fc7825b1) */
+#if (MYSQL_VERSION_ID >= 90000 && !defined(MARIADB_BASE_VERSION)) || defined(PDO_USE_MYSQLND)
754
PDO_MYSQL_NATIVE_TYPE_NAME(VECTOR)
755
756
#if MYSQL_VERSION_ID >= 50708 || defined(PDO_USE_MYSQLND)
0 commit comments