Details
-
Bug
-
Status: Open (View Workflow)
-
Major
-
Resolution: Unresolved
-
2.1
-
None
-
None
-
None
Description
A global variable (mariadb_deinitialize_ssl) added to mysql.h to fix MDEV-6671 is declared with the type "uint" which is only declared in my_global.h, which makes mysql.h unintentionally(?) depend on my_global.h.
This breaks programs using the library that don't include my_global.h before mysql.h.