Search Results
https://dev.mysql.com/doc/c-api/8.4/en/mysql-list-fields.html
wild may contain the wildcard characters % or _, or may be a NULL pointer to match all fields. MYSQL_RES * mysql_list_fields(MYSQL *mysql, const char *table, const char *wild) Description Note mysql_list_fields() is deprecated and is subject to ...
https://dev.mysql.com/doc/refman/8.4/en/data-masking-plugin-usage.html
General-Purpose Masking Functions mask_inner() and mask_outer() are general-purpose functions that mask parts of arbitrary strings based on position within the string: mask_inner() masks the interior of its string argument, leaving the ends unmasked. Converting the value to a binary string ensures that the function sees an argument of length ... Before using MySQL Enterprise Data Masking and De-Identification, install it according to the instructions provided ...
https://dev.mysql.com/doc/refman/8.4/en/data-masking-component-usage.html
General-Purpose Masking Component Functions mask_inner() and mask_outer() are general-purpose functions that mask parts of arbitrary strings based on position within the string. Both functions support an input string that is encoded in any character ... Before using MySQL Enterprise Data Masking and De-Identification, install it according to the instructions provided at Section 8.5.2.1, “MySQL Enterprise Data Masking and De-Identification Component ...
https://dev.mysql.com/doc/connectors/en/connector-net-programming-authentication-user-plugin.html
This can be a string or a /// </summary> /// <returns>An object, can be byte[], string or null, with the password. /// </summary> public abstract string PluginName { get; } /// <summary> /// Gets the user name to send to the server in the ...
https://dev.mysql.com/doc/connector-net/en/connector-net-programming-authentication-user-plugin.html
This can be a string or a /// </summary> /// <returns>An object, can be byte[], string or null, with the password. /// </summary> public abstract string PluginName { get; } /// <summary> /// Gets the user name to send to the server in the ...
https://dev.mysql.com/doc/extending-mysql/8.4/en/adding-native-function.html
(For more information about the String type, take a look at the sql_string.h file.) The ::str() function should return the string that holds the result, or (char*) 0 if the result is NULL. In item_func.h, declare a class inheriting from ... To add a ...
https://dev.mysql.com/doc/relnotes/connector-net/en/news-8-0-13.html
(Bug #28687769) Functionality Added or Changed Document Store: An incremental improvement was made to the performance of session creation with a connection string. The new ConnectTimeout property was added to the ... Important Changes Functionality ...
https://dev.mysql.com/doc/refman/8.4/en/dynamic-system-variables.html
Variables that have a type of “string” take a string value. Many server system variables are dynamic and can be set at runtime. For a description of the privilege requirements for setting system variables, see Section 7.1.9.1, “System ...
https://dev.mysql.com/doc/ndbapi/en/ndb-nodejs-api-tablemapping.html
TableMapping = { String table : "" , String database : "" , boolean mapAllColumns : true, Array fields : null }; The table and data members are the names of the table and database, respectively. FieldMapping = { String fieldName : "" , String ... A ...
https://dev.mysql.com/doc/relnotes/connector-net/en/news-8-0-22.html
Deprecation and Removal Notes Functionality Added or Changed Bugs Fixed Deprecation and Removal Notes The following synonyms for the Server connection string option were deprecated in Connector/NET 8.0.22 and removed in 8.0.23: address, addr, and ...(Bug #31248601) Functionality Added or Changed Revisions to the MySql.Data.EntityFrameworkCore namespace reduced the number of public ...