-
Which of the following can be used interchangeably with MYSQL_VERSION_ID?
-
- LIBMYSQL_VERSION_ID
- MYSQL_VERSION_ID
- MYSQL_ID
- LIBMYSQL_VERSION
- None of these
Correct Option: A
The ‘LIBMYSQL_VERSION’ and ‘LIBMYSQL_VERSION_ID’ macros have the same values as ‘MYSQL_SERVER_VERSION’ and ‘MYSQL_VERSION_ID’ and the two sets of macros can be used interchangeably.