Search Results
https://dev.mysql.com/doc/mysql-em-plugin/en/myoem-cluster-metric-mysqlserver-dmlstatementactivity-category.html
All REPLACE Statements (Delta) The sum of REPLACE and REPLACE ... Lists the DML Statement Activity metrics and provides a brief description of each. Table 8.4 DML Statement Activity Metrics NameDescriptionTarget Name Name of the OEM Target Call ...
https://dev.mysql.com/doc/mysql-em-plugin/en/myoem-metric-mysqlserver-dmlstatementactivity-category.html
All REPLACE Statements (Delta) The sum of REPLACE and REPLACE ... Lists the DML Statement Activity metrics and provides a brief description of each. Table 6.6 DML Statement Activity Metrics NameDescriptionCall Procedure (Delta) The total number of ...
https://dev.mysql.com/doc/heatwave/en/mys-hwaml-how-to-import-onnx.html
# python3 encode_onnx_base64.py import onnx import base64 with open("output_file_name", "wb") as f: model = onnx.load("input_file_name") f.write(base64.b64encode(model.SerializeToString())) Replace input_file_name with the full file path to the ONNX ... This topic describes how to import an external ONNX ...
https://dev.mysql.com/doc/refman/8.4/en/invisible-columns.html
For statements that insert or ignore new rows, or that replace or modify existing rows, based on values in a PRIMARY KEY or UNIQUE index, MySQL treats invisible columns the same as visible columns: Invisible columns participate in key value ...An ...
https://dev.mysql.com/doc/refman/8.4/en/set-password.html
SET PASSWORD [FOR user] auth_option [REPLACE 'current_auth_string'] [RETAIN CURRENT PASSWORD] auth_option: { = 'auth_string' | TO RANDOM } The SET PASSWORD statement assigns a password to a MySQL user account. The statement may also include a ...
https://dev.mysql.com/doc/mysql-shell/9.4/en/mysql-shell-utils-copy.html
If you defined a DB System as the target, the utility detects this, enables MySQL HeatWave Service compatibility checks by default, and checks for any exceptions found in the source, and the compatibility option alters the copy to replace other ...
https://dev.mysql.com/doc/internals/en/mysys-directory.html
There are 125 *.c programs in this directory: array.c --- Dynamic array handling charset.c --- Using dynamic character sets, set default character set, ... For example, the main functions in my_getwd.c are described thus: "int my_getwd _A((string ...
https://dev.mysql.com/doc/internals/en/the-myi-file.html
(This is somewhat denser than the typical B-tree algorithm would cause, it is thus because myisamchk -rq will make blocks nearly 100% full.) There is a pool of free blocks, which increases in size when deletions occur. A .MYI file for a MyISAM ...
https://dev.mysql.com/doc/relnotes/connector-net/en/news-8-0-23.html
Deprecation and Removal Notes Functionality Added or Changed Bugs Fixed Deprecation and Removal Notes The IgnorePrepare connection-string option was deprecated in the Connector/NET 8.0.23 release and removed in the Connector/NET 8.0.24 release. The ...
https://dev.mysql.com/doc/relnotes/connector-python/en/news-8-0-21.html
Specifically, the supported algorithms (in order of preference) are lz4_message and deflate_stream. preferred: If Connector/Python and the server cannot reach consensus on algorithm or styles, then no compression is used; and this is logged.