Search



Search Results
Displaying 671 to 680 of 1823 total results
https://dev.mysql.com/doc/connector-j/en/connector-j-YEAR.html
Connector/J follows the same rules that govern how values are inserted by a mysql client; see explanations in The YEAR Type for details. Treatments of zero values depend on whether they are strings or numbers, and on the value of yearIsDateType: If ... How a value in a MySQL YEAR column is handled is controlled by the connection property yearIsDateType: If yearIsDateType is true (the default), YEAR is mapped to the Java data type ...
https://dev.mysql.com/doc/relnotes/connector-j/en/news-8-0-23.html
However, when Connector/J inserted a java.sql.TIME into the server as a MySQL TIME value, the fractional seconds were always truncated. Also, the connection property sendFractionalSeconds has been changed into a global control for the sending of ...
https://dev.mysql.com/doc/relnotes/mysql-ai/en/news-9-6-0.html
(Bug #38397642) InnoDB Notes MySQL AI now supports bulk loading into non-empty tables, lifting the previous restriction of only being able to bulk load into empty tables. This update enables users to efficiently merge new data from CSV files with ...
https://dev.mysql.com/doc/refman/9.7/en/audit-log-component-logging-configuration.html
Audit log implements the dynamic_loader_services_loaded_notification service and listens for new registrations of mysql_scheduler so that audit log can register its scheduled task into the newly loaded scheduler. Audit log only registers itself into ... This section describes how to configure audit logging characteristics, such as the file to which the audit log component writes events, the format of written events, whether to enable log file compression and encryption, and space ...
https://dev.mysql.com/doc/refman/9.7/en/audit-log-logging-configuration.html
Audit log implements the dynamic_loader_services_loaded_notification service and listens for new registrations of mysql_scheduler so that audit log can register its scheduled task into the newly loaded scheduler. Audit log only registers itself into ... Important The audit_log plugin is deprecated, and is being replaced by the audit_log ...
https://dev.mysql.com/doc/refman/9.7/en/binary-log-setting.html
It is possible to change the logging format to STATEMENT, but doing so at runtime leads very rapidly to errors because InnoDB can no longer perform inserts. Where possible, rows stored in the binary log are grouped into events with a size not ...
https://dev.mysql.com/doc/refman/9.7/en/example-storage-engine.html
The EXAMPLE storage engine is a stub engine that does nothing. Its purpose is to serve as an example in the MySQL source code that illustrates how to begin writing new storage engines. To enable the EXAMPLE storage engine if you build MySQL from ...
https://dev.mysql.com/doc/refman/9.7/en/features.html
For information about features as they are introduced into MySQL on a series-specific basis, see the “In a Nutshell” section of the appropriate Manual: MySQL 8.4: What Is New in MySQL 8.4 since MySQL 8.0 MySQL 8.0: What Is New in MySQL 8.0 ...
https://dev.mysql.com/doc/refman/9.7/en/function-loading.html
Loadable functions, as the name implies, must be loaded into the server before they can be used. CREATE FUNCTION has these effects: It loads the function into the server to make it available immediately. For this reason, CREATE FUNCTION requires ...
https://dev.mysql.com/doc/refman/9.7/en/information-schema-introduction.html
Although you can select INFORMATION_SCHEMA as the default database with a USE statement, you can only read the contents of tables, not perform INSERT, UPDATE, or DELETE operations on them. You can filter, sort, concatenate, and transform the results ... INFORMATION_SCHEMA provides access to database metadata, information about the MySQL server such as the name of a database or table, the data type of a column, or access ...
Displaying 671 to 680 of 1823 total results