Search



Search Results
Displaying 271 to 280 of 2652 total results
https://dev.mysql.com/doc/x-devapi-userguide/en/parameter-binding.html
This is done using parameters in the expression string and the bind() function to bind values to the parameters. Parameter Type Syntax Example Allowed in CRUD operations Allowed in SQL strings Anonymous ? 'age > ?' no yes Named :<name> 'age > :age' ... Instead of using values directly in an expression string it is good practice to separate values from the expression ...
https://dev.mysql.com/doc/extending-mysql/8.4/en/server-plugin-descriptors.html
Following the version number, the descriptor includes any other members needed, such as callback functions and other information needed by the server to invoke the plugin properly. desc: A string that provides a general description of the plugin.
https://dev.mysql.com/doc/internals/en/guided-tour-skeleton.html
Walking Through The Server Code: /sql/mysqld.cc int main(int argc, char **argv) { _cust_check_startup(); (void) thr_setconcurrency(concurrency); init_ssl(); server_init(); // 'bind' + 'listen' init_server_components(); start_signal_handler(); ...
https://dev.mysql.com/doc/extending-mysql/8.4/en/using-own-protocol-trace-plugins.html
This plugin provides a framework showing how to set up the client plugin descriptor and create the trace-related callback functions. In simple_trace, these functions are rudimentary and do little other than illustrate the arguments required. This ...
https://dev.mysql.com/doc/refman/8.4/en/enterprise-encryption-usage.html
For the component functions, signatures do not require a digest, and can use any data string. To use MySQL Enterprise Encryption in applications, invoke the functions that are appropriate for the operations you wish to perform. MySQL Enterprise ...
https://dev.mysql.com/doc/refman/8.4/en/mysql-nutshell.html
For example, clone functionality now permits cloning 8.4.0 to 8.4.14 and vice-versa. The new GTID format is UUID:TAG:NUMBER, where TAG is a string of up to 8 characters, which is enabled by setting the value of the gtid_next system variable to ...
https://dev.mysql.com/doc/refman/8.4/en/enterprise-encryption-installation.html
The functions are provided by a MySQL component component_enterprise_encryption, and installing the component installs all of the functions. MySQL Enterprise Encryption functions are provided by the MySQL component_enterprise_encryption component.
https://dev.mysql.com/doc/refman/8.4/en/privileges-provided.html
ALTER ROUTINE Enables use of statements that alter or drop stored routines (stored procedures and functions). CREATE ROUTINE Enables use of statements that create stored routines (stored procedures and functions). EXECUTE Enables use of statements ... The privileges granted to a MySQL account determine which operations the account can ...
https://dev.mysql.com/doc/relnotes/mysql/8.4/en/news-8-4-5.html
(Bug #37597512, Bug #37569333) The fprintf_string() function in mysqldump did not use the actual quote character for string escaping. As of this release, long strings, such as filenames and demangled functions, are written directly to the output.
https://dev.mysql.com/doc/x-devapi-userguide/en/crud-ebnf-other-definitions.html
Depending on the X DevAPI implementation and language any of the following data types can be used: String Native JSON JSON equivalent syntax DbDoc Generated Doc Classes All implementations of X DevAPI allow expressing a document by the special DbDoc ...
Displaying 271 to 280 of 2652 total results