Search Results
Displaying 401 to 410
of 411 total results
- « Previous
- 39
- 40
- 41
- 42
- Next »
https://dev.mysql.com/doc/mysql-enterprise-backup/8.4/en/mysqlbackup.incremental.html
You might perform incremental backups every day or two, to avoid a potential issue when a sudden flurry of updates produced more redo log data than usual. Other Considerations for Incremental Backups The incremental backup feature is primarily ...In ...
https://dev.mysql.com/doc/mysql-enterprise-backup/8.4/en/restore-use-tts.html
Requirements for restoring backups created with transportable tablespaces (TTS) (that is, created with the --use-tts option) are similar to those listed in Section 5.1.4, “Table-Level Recovery (TLR)”, with some differences noted in the section.
https://dev.mysql.com/doc/mysql-enterprise-backup/8.4/en/restore.html
Performs an apply log operation to the restored data to bring them up-to-date. The mysqlbackup commands to perform a restore operation are copy-back-and-apply-log and copy-back (for directory backup only; see Section 5.1.7, “Advanced: Preparing ...
https://dev.mysql.com/doc/c-api/8.4/en/c-api-data-structures.html
(See Section 6.2, “C API Prepared Statement Data Structures”.) If you want the max_length values anyway, enable the STMT_ATTR_UPDATE_MAX_LENGTH option with mysql_stmt_attr_set() and the lengths will be set when you call mysql_stmt_store_result(). This section describes C API data structures other than those used for prepared statements, the asynchronous interface, or the replication stream ...
https://dev.mysql.com/doc/c-api/8.4/en/c-api-introduction.html
In this case, check the date of the mysql.h file and libmysqlclient.a library used for compilation to verify that they are from the new MySQL distribution. The C API provides low-level access to the MySQL client/server protocol and enables C ...
https://dev.mysql.com/doc/c-api/8.4/en/c-api-running-clients.html
In this case, check the date of the mysql.h header file and libmysqlclient.a library used for compilation to verify that they are from the new MySQL distribution. Copy the shared-library files (such as libmysqlclient.so) to some directory that is ...
https://dev.mysql.com/doc/c-api/8.4/en/mysql-stmt-execute.html
Statement processing following mysql_stmt_execute() depends on the type of statement: For an UPDATE, DELETE, or INSERT, the number of changed, deleted, or inserted rows can be found by calling mysql_stmt_affected_rows(). int ...
https://dev.mysql.com/doc/c-api/8.4/en/mysql-stmt-fetch.html
Type Length MYSQL_TYPE_TINY 1 MYSQL_TYPE_SHORT 2 MYSQL_TYPE_LONG 4 MYSQL_TYPE_LONGLONG 8 MYSQL_TYPE_FLOAT 4 MYSQL_TYPE_DOUBLE 8 MYSQL_TYPE_TIME sizeof(MYSQL_TIME) MYSQL_TYPE_DATE sizeof(MYSQL_TIME) MYSQL_TYPE_DATETIME sizeof(MYSQL_TIME) ... int ...
https://dev.mysql.com/doc/relnotes/connector-j/en/news-8-0-24.html
(Bug #32526663, Bug #102188) When using Connector/J 8.0.23, ResultSetMetaData.getColumnClassName() did not return the correct class name corresponding to DATETIME columns. Version 8.0.24 is the latest General Availability release of the 8.0 series ...
https://dev.mysql.com/doc/relnotes/connector-j/en/news-8-0-29.html
Therefore, Connector/J has added utf8mb3 to its character set mapping, and users are encouraged to update to Connector/J 8.0.29 to avoid potential issues when working with MySQL Server 8.0.29 or later. (Bug #106397, Bug #33893591) When using ...
Displaying 401 to 410
of 411 total results
- « Previous
- 39
- 40
- 41
- 42
- Next »