Search



Search Results
Displaying 551 to 560 of 4413 total results
https://dev.mysql.com/doc/ndbapi/en/mccj-overview-java.html
A NDB Cluster is defined as one or more MySQL Servers providing access to an NDBCLUSTER storage engine—that is, to a set of NDB Cluster data nodes (ndbd processes). There are three main access paths from Java to NDBCLUSTER, listed here: JDBC and ...
https://dev.mysql.com/doc/refman/8.4/en/thread-pool-tuning.html
When a statement arrives, what is the maximum time it can be delayed before it actually starts executing? Suppose that the following conditions apply: There are 200 statements queued in the low-priority queue. The maximum number of query threads ...
https://dev.mysql.com/doc/refman/8.4/en/sql-mode.html
Strict mode produces an error for attempts to create a key that exceeds the maximum key length. TIME_TRUNCATE_FRACTIONAL Control whether rounding or truncation occurs when inserting a TIME, DATE, or TIMESTAMP value with a fractional seconds part ...
https://dev.mysql.com/doc/connectors/en/connector-python-example-cursor-select.html
In this case, it replaces the first %s with '1999-01-01', and the second with '1999-12-31'. We then execute the operation stored in the query variable using the execute() method. After executing the query, the MySQL server is ready to send the data.
https://dev.mysql.com/doc/connector-python/en/connector-python-example-cursor-select.html
In this case, it replaces the first %s with '1999-01-01', and the second with '1999-12-31'. We then execute the operation stored in the query variable using the execute() method. After executing the query, the MySQL server is ready to send the data.
https://dev.mysql.com/doc/internals/en/replication-source-code-files.html
This is the high-level administrative logic for the slave threads - that is, not the low-level functions for parsing the dump from the net, parsing the relay log, formatting the relay log, or executing events. old_log_event.h/.cc Contains classes to ... Status of this section: up to date 2009-12-16 Files in the sql directory: File Description slave.h/.cc Contains the slave IO and SQL ...
https://dev.mysql.com/doc/heatwave/en/mys-hwgenai-hw-chat.html
Segments for which the distance from the input query exceeds the specified maximum distance threshold are excluded from content retrieval. history_length: specifies the maximum history length, which is the number of question and answers, to include ... The HEATWAVE_CHAT routine automatically calls the ML_RAG routine which loads an LLM and runs a semantic search on the available vector stores by ...
https://dev.mysql.com/doc/mysql-ai/9.5/en/mys-mysqlai-chat.html
Segments for which the distance from the input query exceeds the specified maximum distance threshold are excluded from content retrieval. history_length: specifies the maximum history length, which is the number of question and answers, to include ... The HEATWAVE_CHAT routine automatically calls the ML_RAG routine which loads an LLM and runs a semantic search on the available vector stores by ...
https://dev.mysql.com/doc/workbench/en/wb-mforms.html
MySQL Workbench is implemented with a C++ core back-end, and a native front-end for each supported platform. Currently the front-end is implemented with Windows Forms on Microsoft Windows, GTK+ on Linux, and Cocoa on OS X / macOS. This approach ...
https://dev.mysql.com/doc/internals/en/transactions-data-layout.html
These members correspond to the statement and normal transactions respectively: thd->transaction.stmt contains a list of engines that are participating in the given statement thd->transaction.all contains a list of engines that have participated in ...
Displaying 551 to 560 of 4413 total results