Search



Search Results
Displaying 551 to 560 of 2652 total results
https://dev.mysql.com/doc/relnotes/connector-python/en/news-8-0-30.html
We fix this by calling the mysql_real_escape_string_quote() C API function instead of mysql_real_escape_string_quote(). Functionality Added or Changed Bugs Fixed Functionality Added or Changed Added support for OpenSSL 3.0. (WL #15176) Bugs Fixed ...(WL #14815) Added or renamed collations to align with MySQL Server ...
https://dev.mysql.com/doc/refman/8.4/en/date-and-time-types.html
To convert strings in other orders to year-month-day order, the STR_TO_DATE() function may be useful. For descriptions of functions that operate on temporal values, see Section 14.7, “Date and Time Functions”. However, with dates such as these, ... The date and time data types for representing temporal values are DATE, TIME, DATETIME, TIMESTAMP, and ...
https://dev.mysql.com/doc/refman/8.4/en/innodb-redo-log.html
It can be any string of characters, with the exception of colons (:), which are not permitted. Otherwise, an error similar to the following is returned: ERROR 3845 (HY000): Redo log archive directory 'directory_path1' is in, under, or over server ...
https://dev.mysql.com/doc/refman/8.4/en/stored-programs-defining.html
The following is an example of a function that takes a parameter, performs an operation using an SQL function, and returns the result. Each stored program contains a body that consists of an SQL statement. This statement may be a compound statement ...
https://dev.mysql.com/doc/refman/8.4/en/validate-password-options-variables.html
When validate_password.check_user_name is enabled, it has these effects: Checking occurs in all contexts for which validate_password is invoked, which includes use of statements such as ALTER USER or SET PASSWORD to change the current user's ...
https://dev.mysql.com/doc/relnotes/mysql-cluster-manager/8.4/en/news-8-4-0.html
Listed below are functionality changes and bug fixes for MySQL Cluster Manager 8.4.0, in comparison to release 8.3.0. Functionality Added or Changed Bugs Fixed Functionality Added or Changed MySQL Cluster Manager now supports TLS Link Encryption for ... MySQL Cluster Manager 8.4.0 marks the start of a new series of LTS (Long Term Support) ...
https://dev.mysql.com/doc/relnotes/mysql-shell/8.4/en/news-8-4-1.html
AdminAPI Bugs Fixed Utilities Added or Changed Functionality Utilities Bugs Fixed Bugs Fixed AdminAPI Bugs Fixed MySQL Shell closed unexpectedly when calling certain AdminAPI functions on EL7 platforms. (Bug #36495756) Utilities Added or Changed ...
https://dev.mysql.com/doc/relnotes/mysql-shell/8.4/en/news-8-4-4.html
AdminAPI Bugs Fixed Utilities Added or Changed Functionality Utilities Bugs Fixed Functionality Added or Changed Bugs Fixed AdminAPI Bugs Fixed replicationLag of ReplicaSet.status() returned null if replication was idle. (Bug #116231, Bug ...As of ...
https://dev.mysql.com/doc/mysql-shell/9.4/en/mysql-shell-extension-sqlhandler-registration.html
prefixes: a list of prefixes (string) identifying the SQL statements processed by this handler. callback: name of the function to execute when a statement matching the prefix is identified. The function must have the following signature: ...
https://dev.mysql.com/doc/workbench/en/wb-scripting-shell-window.html
However, you can also use it to access the Workbench Scripting Shell Scripting Library functions and global functions and objects. The Workbench Scripting Shell is primarily used for running Python scripts, or directly typing commands in Python.
Displaying 551 to 560 of 2652 total results