Search



Search Results
Displaying 321 to 327 of 327 total results
https://dev.mysql.com/doc/c-api/8.4/en/mysql-refresh.html
REFRESH_MASTER On a source server, remove the binary log files listed in the binary log index and truncate the index file, like RESET BINARY LOGS AND GTIDS. int mysql_refresh(MYSQL *mysql, unsigned int options) Description Note mysql_refresh() is ...
https://dev.mysql.com/doc/c-api/8.4/en/query-results.html
In addition to the result set returned by a query, you can also get the following information: mysql_affected_rows() returns the number of rows affected by the last query when doing an INSERT, UPDATE, or DELETE. With mysql_store_result(), ...
https://dev.mysql.com/doc/extending-mysql/8.4/en/writing-full-text-plugins.html
trunc: Whether matching should be done as if the boolean-mode * truncation operator had been given. MySQL supports server-side full-text parser plugins with MyISAM and InnoDB. For introductory information about full-text parser plugins, see ...
https://dev.mysql.com/doc/relnotes/connector-j/en/news-8-0-16.html
The total size of the data package should be less than the value of the server variable, or the attribute data will be truncated. Version 8.0.16 is the latest General Availability release of the 8.0 series of MySQL Connector/J. It is suitable for ...
https://dev.mysql.com/doc/relnotes/connector-j/en/news-8-0-19.html
When retrieving TIME values using ResultSet.getTimestamp(), the fractional seconds are truncated when useCursorFetch=true. Version 8.0.19 is the latest General Availability release of the 8.0 series of MySQL Connector/J. It is suitable for use with ...
https://dev.mysql.com/doc/relnotes/connector-j/en/news-8-0-29.html
(Bug #62006, Bug #16714956) Data truncation occurred for INOUT type parameters of data type BIT(1) for stored procedures. Version 8.0.29 is the latest General Availability release of the 8.0 series of MySQL Connector/J. It is suitable for use with ...
https://dev.mysql.com/doc/mysql-router/9.4/en/mysql-router-conf-options.html
Precision is truncated to the supported range; for example TTL=0.0119 is treated as 11 milliseconds. When started, MySQL Router reads a list of configuration files that together make up the configuration of the router. MySQL Router reads options ...