Details
-
Suggestion
-
Resolution: Out of scope
-
P3: Somewhat important
-
None
-
None
Description
Certain functionality for the MySQL driver is needed to be able to support embedded MySQL:
- mysql_server_init needs command line attributes, to make this
configurable the qServerInit method should be made a member method
and be called in open() after the ConnectOptions have been
interpreted, so the user can pass custom server arguments via
setConnectOptions
- the MYSQL_OPTION_USE_EMBEDDED_CONNECTION flag must be set
- a limited mysql_real_connect with only the database set should be usededs command line