Search Results
https://dev.mysql.com/doc/x-devapi-userguide/en/working-with-savepoints.html
This section documents how to work with savepoints in X DevAPI. This name can be used with the session.rollbackTo() or session.releaseSavepoint() operations. It is also possible to manually define the name of the savepoint by passing in a string ...
https://dev.mysql.com/doc/x-devapi-userguide-shell-js/en/working-with-savepoints.html
This section documents how to work with savepoints in X DevAPI. This name can be used with the session.rollbackTo() or session.releaseSavepoint() operations. It is also possible to manually define the name of the savepoint by passing in a string ...
https://dev.mysql.com/doc/x-devapi-userguide-shell-python/en/working-with-savepoints.html
This section documents how to work with savepoints in X DevAPI. This name can be used with the session.rollbackTo() or session.releaseSavepoint() operations. It is also possible to manually define the name of the savepoint by passing in a string ...
https://dev.mysql.com/doc/refman/8.4/en/audit-log-reference.html
Audit Log Functions This section describes, for each audit log function, its purpose, calling sequence, and return value. These audit log functions are available: audit_log_encryption_password_get([keyring_id]) This function fetches an audit log ...
https://dev.mysql.com/doc/refman/8.4/en/replication-options-binary-log.html
Startup Options Used with Binary Logging System Variables Used with Binary Logging You can use the mysqld options and system variables that are described in this section to affect the operation of the binary log as well as to control which ...For ...
https://dev.mysql.com/doc/workbench/en/wb-develop-sql-editor-help.html
You have several options for displaying context help: automatic, manual, and most frequent list. Manual context help is available when automatic context help is disabled. Click on or near the SQL keyword in the editor and then click the manual ...
https://dev.mysql.com/doc/workbench/en/wb-sql-editor.html
You can open other specialized editors within tabs in this same central area. The visual SQL editor consists of a set of specialized editors (query, schema, table, and so on) and three panels: sidebar, secondary sidebar, and output area. Each ...
https://dev.mysql.com/doc/internals/en/guided-tour-majordir-build.html
Sometimes people have trouble with this step because there's something missing in their operating system version, or whatever. Don't worry, it really does work, and there are people around who might help you if you have trouble with this step. It ...
https://dev.mysql.com/doc/internals/en/optimizer-and-relations.html
An ANDed search has the form condition1 AND condition2, as in this example: WHERE column1 = 'x' AND column2 = 'y' Here, the optimizer's decision process can be described as follows: If (neither condition is indexed) use sequential scan. SELECT * ...
https://dev.mysql.com/doc/internals/en/regex-directory.html
One MySQL program which uses regex is \cmd-line-utils\libedit\search.c This program calls the 'regcomp' function, which is the entry point in \regex\regexp.c. This is the copyrighted product of Henry Spencer from the University of Toronto. MySQL's ... Henry Spencer's Regular Expression library for support of REGEXP ...