You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Summary:
The FB MySQL client needs access to some internals that are not otherwise available when using the nonblocking API. This diff makes the following changes for this purpose:
- Make the mysql_async.h header file available publicly (needed for access to the NET_ASYNC_DATA() macro)
- Modify the typedef for the NET_EXTENSION structure. The existing method works fine in C but fails in C++, so fix this so we can include the file in C++.
- Make the mysql_get_socket_descriptor() function public. This is done by moving it to the mysql.h file. This function was named mysql_get_file_descriptor in 8.0.4.
Differential Revision: D20429899
0 commit comments