Search Results
https://dev.mysql.com/doc/ndbapi/en/ndb-ndbdictionary.html
This section provides information about the NdbDictionary class, which stores meta-information about NDB database objects, such as tables, columns, and indexes. NdbDictionary::getRecordRowLength() Description Get the number of bytes needed to store ...While the preferred method of database object creation and deletion is through the MySQL Server, NdbDictionary also permits the developer to perform these tasks through the NDB ...
https://dev.mysql.com/doc/relnotes/connector-net/en/news-8-0-10.html
(Bug #27297337) Document Store: In the process of refining the definition of the MySqlX namespace to cover the most relevant usage scenarios, the following API components have been removed from the implementation for MySQL Connector/NET: API ...
https://dev.mysql.com/doc/heatwave/en/mys-hw-genai-generate-content.html
InputTableName: the name of the table that contains the column where your input queries are stored. OutputDBName: the name of the database that contains the table where you want to store the generated outputs. OutputTableName: the name of the table ... The following sections in this topic describe how to generate new text-based content using MySQL HeatWave GenAI: Before You Begin Generate Content Run Batch Queries What's Next Before You Begin Review the MySQL HeatWave GenAI requirements and ...
https://dev.mysql.com/doc/heatwave/en/mys-hw-limitations-other.html
Cursors inside stored programs are not supported before MySQL 9.0.0, see: Cursors. Queries that call a stored function are not supported before MySQL 9.5.0. As of MySQL 9.5.0, queries that call a stored function are supported with the following ...
https://dev.mysql.com/doc/relnotes/heatwave/en/news-9-1-0.html
MySQL HeatWave GenAI MySQL HeatWave Lakehouse MySQL HeatWave MySQL HeatWave GenAI MySQL HeatWave GenAI now lets you extract and encode text from images stored in unstructured documents using Optical Character Recognition (OCR). The extracted text ...(WL #16487) MySQL HeatWave Lakehouse MySQL HeatWave Lakehouse now supports zone maps, which helps you improve range queries in OLAP and mixed ...
https://dev.mysql.com/doc/connector-j/en/connector-j-connp-props-datetime-types-processing.html
With that no intermediate conversion between JVM default time zone and connection time zone is needed to store correct milliseconds value of instant Java objects such as 'java.sql.Timestamp' or 'java.time.OffsetDateTime' when stored in TIMESTAMP ...
https://dev.mysql.com/doc/refman/8.4/en/binary-log.html
After a backup has been restored, the events in the binary log that were recorded after the backup was made are re-executed. However, the benefits of the binary log in enabling you to set up replication and for restore operations generally outweigh ... The binary log contains “events” that describe database changes such as table creation operations or changes to table ...
https://dev.mysql.com/doc/refman/8.4/en/create-trigger.html
If the DEFINER clause is present, the privileges required depend on the user value, as discussed in Section 27.6, “Stored Object Access Control”. If binary logging is enabled, CREATE TRIGGER might require the SUPER privilege, as discussed in ...
https://dev.mysql.com/doc/refman/8.4/en/date-and-time-types.html
This is useful when you want to store a “possibly wrong” value which the user has specified (for example, in a web form) in the database for future processing. MySQL permits you to store dates where the day or month and day are zero in a DATE or ... 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/fixed-point-types.html
The DECIMAL and NUMERIC types store exact numeric data values. The precision represents the number of significant digits that are stored for values, and the scale represents the number of digits that can be stored following the decimal point. These ...