Search Results
https://dev.mysql.com/doc/refman/8.4/en/json-search-functions.html
JSON_CONTAINS(target, candidate[, path]) Indicates by returning 1 or 0 whether a given candidate JSON document is contained within a target JSON document, or—if a path argument was supplied—whether the candidate is found at a specific path ...
https://dev.mysql.com/doc/mysql-monitor/8.0/en/mem-advisors-intro-advisor-page-ref.html
Figure 19.1 Manage Advisors Page The components and controls of the Manage Advisors page are as follows: Table 19.1 Manage Advisors Page Controls Name Description Edit Selected Opens the edit dialog for the selected advisor. The Advisor filter ...To ...
https://dev.mysql.com/doc/heatwave/en/mys-hw-lakehouse-load-event-based.html
When a stream OCID for auto_refresh_event_source or AUTO_REFRESH_SOURCE is set or updated for a loaded external table, Lakehouse attempts to fetch stream information and call the get-messages API to verify that it can read from the stream. For ...To ... As of MySQL 9.4.1, you can load data from Object Storage by using event-based incremental ...
https://dev.mysql.com/doc/refman/8.4/en/account-categories.html
For example, if a user can grant the SELECT and UPDATE privileges to regular accounts, then with SYSTEM_USER the user can also grant SELECT and UPDATE to system accounts. By direct grant-table modification using statements such as INSERT and UPDATE.
https://dev.mysql.com/doc/refman/8.4/en/binary-installation.html
These include generic binary distributions in the form of compressed tar files (files with a .tar.xz extension) for a number of platforms, and binaries in platform-specific package formats for selected platforms. MySQL compressed tar file binary ...
https://dev.mysql.com/doc/refman/8.4/en/index-merge-optimization.html
The Index Merge access method retrieves rows with multiple range scans and merges their results into one. In this case, the key column contains a list of indexes used, and key_len contains a list of the longest key parts for those indexes. The ...
https://dev.mysql.com/doc/refman/8.4/en/internal-temporary-tables.html
Tables created for subquery or semijoin materialization (see Section 10.2.2, “Optimizing Subqueries, Derived Tables, View References, and Common Table Expressions”). Evaluation of statements that contain an ORDER BY clause and a different GROUP ... In some cases, the server creates internal temporary tables while processing ...
https://dev.mysql.com/doc/mysql-ai/9.4/en/mys-ai-aml-how-to-import-onnx.html
Update the owner and group of the file path previously specified that has the uploaded ONNX file. Update the owner and group of the file path previously specified that has the uploaded ONNX file. Import model as a string: For smaller models, you can ... This topic describes how to import an external ONNX ...
https://dev.mysql.com/doc/refman/8.4/en/reset-binary-logs-and-gtids.html
RESET BINARY LOGS AND GTIDS [TO binary_log_file_index_number] Warning Use this statement with caution to ensure you do not lose any wanted binary log file data and GTID execution history. For a server where binary logging is enabled (log_bin is ON), ... Note This statement takes the place of the old RESET MASTER statement, which is no longer ...
https://dev.mysql.com/doc/refman/8.4/en/upgrading-what-is-upgraded.html
If the actual data dictionary version is lower than the current expected version, the server creates data dictionary tables with updated definitions, copies persisted metadata to the new tables, atomically replaces the old tables with the new ones, ...Other schemas, some of which are built in and may be considered “owned” by the server, and others which are not: The performance_schema, INFORMATION_SCHEMA, ndbinfo, and sys ... Installing a new version of MySQL may require upgrading these parts of ...