InterviewSolution
Saved Bookmarks
| 1. |
The library file that contains various portability macros and definitions is ______________(a) my_global.h(b) my_sys.h(c) mysql.h(d) my_local.hI have been asked this question during an online exam.I want to ask this question from Database Maintenance, Backups and Replication topic in division MySQL Administration of MySQL |
|
Answer» RIGHT option is (B) my_sys.h Explanation: The ‘my_sys.h’ header file contains a variety of PORTABILITY macros and definitions required for structures and functions. These structures and functions are used by the CLIENT library. |
|