Search



Search Results
Displaying 161 to 170 of 817 total results
https://dev.mysql.com/doc/refman/8.4/en/server-status-variables.html
For example, Com_delete and Com_update count DELETE and UPDATE statements, respectively. Com_delete_multi and Com_update_multi are similar but apply to DELETE and UPDATE statements that use multiple-table syntax. Handler_delete The number of times ... The MySQL server maintains many status variables that provide information about its ...
https://dev.mysql.com/doc/refman/8.4/en/version-tokens-reference.html
version_tokens_delete(name_list) Deletes tokens from the server's list of version tokens using the name_list argument and returns a binary string that indicates the outcome of the operation. name_list is a semicolon-separated list of version token ... The following discussion serves as a reference to these Version Tokens elements: Version Tokens Functions Version Tokens System Variables Version Tokens Functions The Version Tokens plugin library includes several ...
https://dev.mysql.com/doc/mysql-cluster-manager/8.4/en/mcm-attribute-tables-mysqld.html
Ndb_conflict_fn_max: Number of times that NDB replication conflict resolution based on "greater timestamp wins" has been applied to update and delete operations. Ndb_conflict_fn_max_del_win: Number of times that NDB replication conflict resolution ...ndb-blob-read-batch-bytes: Specifies size in bytes that large BLOB reads should be batched ...
https://dev.mysql.com/doc/ndb-operator/8.4/en/installation-uninstalling.html
Deleting the NdbCluster custom resource definition stops and deletes all running MySQL Cluster pods. The method for uninstalling NDB Operator depends on the installation used to install it in Kubernetes.
https://dev.mysql.com/doc/relnotes/mysql-cluster/8.4/en/news-8-4-4.html
When the g_eventLogger object was deleted before the Ndb_cluster_connection destructor was called, the application terminated after trying to use a method on a null object. This could happen in either of two ways: An API program deleted the logger ... MySQL NDB Cluster 8.4.4 is a new LTS release of NDB 8.4, based on MySQL Server 8.4 and including features in version 8.4 of the NDB storage engine, as well as fixing recently discovered bugs in previous NDB Cluster ...
https://dev.mysql.com/doc/mysql-ai/9.4/en/mys-ai-genai-update-vector-store.html
To keep up with the changes and updates in the documents in your local directory, you must delete and recreate the vector store table. The following sections in this topic describe how to update a vector store: Before You Begin Deleting and ...To ...
https://dev.mysql.com/doc/workbench/en/wb-configuration-additional.html
Safe Updates: When enabled (default), MySQL Workbench will not execute UPDATE or DELETE statements if a key is not defined in the WHERE clause. In other words, MySQL Workbench attempts to prevent big mistakes, such as deleting a large number of (or ... Commonly used configuration options and preferences include: Rescan for Local MySQL Instances: Right-click on the home screen, and this option will scan your system for MySQL instances and add connection tiles to the home ...
https://dev.mysql.com/doc/workbench/en/wb-preferences-sql-editor.html
Safe Updates (rejects UPDATEs and DELETEs with no restrictions) Enabled by default. Prevents UPDATE and DELETE queries that lack a corresponding key in a WHERE clause, or lack a LIMIT clause, from executing. When selected, this preference makes it ... This section provides configuration options that affect the SQL editor functionality in MySQL ...
https://dev.mysql.com/doc/workbench/en/wb-routine-groups.html
Right-clicking a routine group opens a pop-up menu with the following items: Rename Cut 'routine_group_name' Copy 'routine_group_name' Edit Routine Edit in New Window Copy SQL to Clipboard Delete 'routine_group_name' The Edit Routine Group item ...
https://dev.mysql.com/doc/workbench/en/wb-routines.html
Right-clicking a routine opens a pop-up menu with the following items: Rename Cut 'routine_name' Copy 'routine_name' Paste Edit Routine Edit in New Window Copy SQL to Clipboard Delete 'routine_name' The Edit Routine item opens the routine editor.
Displaying 161 to 170 of 817 total results