mirror of
https://github.com/php/php-src.git
synced 2026-03-24 08:12:21 +01:00
Fix macro check that I forgot to commit
This commit is contained in:
@@ -750,7 +750,7 @@ static char *type_to_name_native(int type) /* {{{ */
|
||||
PDO_MYSQL_NATIVE_TYPE_NAME(NEWDATE)
|
||||
#endif
|
||||
/* The following 2 don't have BC FIELD_TYPE_* aliases. */
|
||||
#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)
|
||||
PDO_MYSQL_NATIVE_TYPE_NAME(VECTOR)
|
||||
#endif
|
||||
#if MYSQL_VERSION_ID >= 50708 || defined(PDO_USE_MYSQLND)
|
||||
|
||||
Reference in New Issue
Block a user