Search



Search Results
Displaying 71 to 80 of 156 total results
https://dev.mysql.com/doc/c-api/8.4/en/c-api-asynchronous-data-structures.html
Enumeration Status Value Description NET_ASYNC_COMPLETE Asynchronous operation is complete NET_ASYNC_NOT_READY Asynchronous operation is still in progress NET_ASYNC_ERROR Asynchronous operation terminated in error NET_ASYNC_COMPLETE_NO_MORE_RESULTS ... This section describes data structures specific to asynchronous C API ...
https://dev.mysql.com/doc/c-api/8.4/en/mysql-get-connect-nonblocking-stage.html
enum connect_stage mysql_get_connect_nonblocking_stage(MYSQL *mysql) Description mysql_get_connect_nonblocking_stage() provides a function to determine which stage of the mysql_real_connect_nonblocking state machine is in currently. This function ...
https://dev.mysql.com/doc/c-api/8.4/en/mysql-options.html
int mysql_options(MYSQL *mysql, enum mysql_option option, const void *arg) Description Can be used to set extra connect options and affect behavior for a connection. Specify one of the enum values of mysql_protocol_type defined in mysql.h. These ...
https://dev.mysql.com/doc/c-api/8.4/en/mysql-result-metadata.html
enum enum_resultset_metadata mysql_result_metadata(MYSQL_RES *result) Description mysql_result_metadata() returns a value that indicates whether a result set has metadata. Return Values mysql_result_metadata() returns one of these values: enum ...
https://dev.mysql.com/doc/extending-mysql/8.4/en/services-for-plugins.html
mysql/service_my_plugin_log.h defines these levels: enum plugin_log_level { MY_ERROR_LEVEL, MY_WARNING_LEVEL, MY_INFORMATION_LEVEL }; Then invoke my_plugin_log_message(): int my_plugin_log_message(MYSQL_PLUGIN *plugin, enum plugin_log_level level, ... MySQL server plugins have access to server “plugin services.” The plugin services interface exposes server functionality that plugins can ...
https://dev.mysql.com/doc/extending-mysql/8.4/en/writing-audit-plugins.html
For example, for MYSQL_AUDIT_CONNECTION_CLASS (the class that covers connect and disconnect events), plugin_audit.h defines these symbols: typedef enum { /** occurs after authentication phase is completed. This section describes how to write a ...
https://dev.mysql.com/doc/extending-mysql/8.4/en/writing-full-text-plugins.html
The MYSQL_FTPARSER_BOOLEAN_INFO structure that the parser uses for passing token information to the server looks like this: typedef struct st_mysql_ftparser_boolean_info { enum enum_ft_token_type type; int yesno; int weight_adjust; char wasign; char ... MySQL supports server-side full-text parser plugins with MyISAM and ...
https://dev.mysql.com/doc/workbench/en/wb-preferences-modeling.html
Length of ENUMs and SETs to Display: [20] Show Column Flags Shows column flags, such as NOT NULL and UNSIGNED, along their names in table figures. This section provides configuration options that affect the modeling functionality in MySQL Workbench ...
https://dev.mysql.com/doc/connectors/en/connector-net-entityframework-core.html
MySQL Connector/NET integrates support for Entity Framework Core (EF Core). The requirements and configuration of EF Core depend on the version of Connector/NET installed and the features that you require. Configuration with MySQL To use Entity ...
https://dev.mysql.com/doc/connectors/en/connector-odbc-reference-datatypes.html
The following table illustrates how Connector/ODBC maps the server data types to default SQL and C data types.
Displaying 71 to 80 of 156 total results