Search



Search Results
Displaying 2581 to 2590 of 5414 total results
https://dev.mysql.com/doc/connectors/en/connector-j-connp-props-debugging-profiling.html
Default Value com.mysql.cj.log.LoggingProfilerEventHandler Since Version 5.1.6 useNanosForElapsedTime For profiling/debugging functionality that measures elapsed time, should the driver try to use nanoseconds resolution? Default Value false Since ...
https://dev.mysql.com/doc/connector-j/en/connector-j-connp-props-debugging-profiling.html
Default Value com.mysql.cj.log.LoggingProfilerEventHandler Since Version 5.1.6 useNanosForElapsedTime For profiling/debugging functionality that measures elapsed time, should the driver try to use nanoseconds resolution? Default Value false Since ...
https://dev.mysql.com/doc/refman/8.4/en/backup-methods.html
Therefore, to allow a server to be restored to a point-in-time, binary logging must be enabled on it, which is the default setting for MySQL 8.4 ; see Section 7.4.4, “The Binary Log”. The next time you do a full backup, you should also rotate ...
https://dev.mysql.com/doc/refman/8.4/en/program-options.html
There are several ways to specify options for MySQL programs: List the options on the command line following the program name. This is common for options that you want the program to use each time it runs. This method is useful for options that you ...This is common for options that apply to a specific invocation of the ...
https://dev.mysql.com/doc/refman/8.4/en/replication-options-reference.html
The following two sections provide basic information about the MySQL command-line options and system variables applicable to replication and the binary log. gtid_executed_compression_period: Compress gtid_executed table each time this many ...
https://dev.mysql.com/doc/refman/8.4/en/performance-schema-events-statements-current-table.html
The TIMER_START and TIMER_END values indicate when event timing started and ended. If an event has not finished, TIMER_END is the current timer value and TIMER_WAIT is the time elapsed so far (TIMER_END − TIMER_START). If an event is produced from ...The table stores one row per thread showing the current status of the thread's most recent monitored statement event, so there is no system variable for configuring the table ...
https://dev.mysql.com/doc/connectors/en/connector-j-reference-implementation-notes.html
MySQL Connector/J, as a rigorous implementation of the JDBC API, passes all of the tests in the publicly available version of Oracle's JDBC compliance test suite. This section gives details on an interface-by-interface level about implementation ...
https://dev.mysql.com/doc/connectors/en/connector-odbc-examples-programming-vb.html
rs.Open "SELECT * FROM my_ado" rs!Name = "update" rs!txt = "updated-second-time" rs.Update rs.Close 'rs delete rs.Open "SELECT * FROM my_ado" rs.MoveNext rs.MoveNext rs.Delete rs.Close 'fetch the updated table .. This section contains simple ...
https://dev.mysql.com/doc/connectors/en/connector-odbc-usagenotes-functionality-catalog-schema.html
At the same time SCHEMA was often used as a synonym for a MySQL Database. Many relational databases reference CATALOG and SCHEMA in ways that do not directly correspond to what MySQL refers to as a database. Historically with MySQL ODBC Driver, ...
https://dev.mysql.com/doc/connector-odbc/en/connector-odbc-usagenotes-functionality-catalog-schema.html
At the same time SCHEMA was often used as a synonym for a MySQL Database. Many relational databases reference CATALOG and SCHEMA in ways that do not directly correspond to what MySQL refers to as a database. Historically with MySQL ODBC Driver, ...
Displaying 2581 to 2590 of 5414 total results