Search



Search Results
Displaying 1201 to 1210 of 1823 total results
https://dev.mysql.com/doc/relnotes/connector-j/en/news-8-0-20.html
(Bug #30584907, Bug #97757) A DataConversionException was thrown when an application tried to store a string starting with "d." [d was any digit] into a VARCHAR column. (Bug #30474158) When a Calendar was not used, a java.sql.Date value could not ...
https://dev.mysql.com/doc/relnotes/connector-j/en/news-8-0-8.html
Version 8.0.8 Development Milestone is the latest development release of the 8.0 branch of MySQL Connector/J, providing an insight into upcoming features. The test has been adjusted to take the change into consideration. It is suitable for use with ...
https://dev.mysql.com/doc/relnotes/connector-j/en/news-9-6-0.html
(Bug #119271, Bug #38599496) Queries containing the string INTO within valid tokens, such as table or column names, were not handled correctly. (Bug #113336, Bug #36080226) Connector/J returned a result set of generated keys containing only 0 values ... Note These release notes were created with the assistance of MySQL HeatWave ...
https://dev.mysql.com/doc/refman/9.7/en/bnl-bka-optimization.html
If B2 is a regular join buffer, each row r put into B2 is composed of the columns of a row r1 from B1 and the interesting columns of a matching row r2 from table t3. When these operations are executed with a join buffer, each row put into the buffer ... In MySQL, a Batched Key Access (BKA) Join algorithm is available that uses both index access to the joined table and a join ...
https://dev.mysql.com/doc/refman/9.7/en/change-replication-source-to.html
With this function active, if the primary that is replicating goes offline or into an error state, the new primary starts replication on the same channel when it is elected. After loading the snapshot into the replica to synchronize it with the ...] ...
https://dev.mysql.com/doc/refman/9.7/en/charset-configuration.html
The MySQL server has a compiled-in default character set and collation. To change these defaults, use the --character-set-server and --collation-server options when you start the server. The collation must be a legal collation for the default ...
https://dev.mysql.com/doc/refman/9.7/en/checking-gpg-signature.html
Another method of verifying the integrity and authenticity of a package is to use cryptographic signatures. This is more reliable than using MD5 checksums, but requires more work. GnuPG is an Open Source alternative to the well-known Pretty Good ...
https://dev.mysql.com/doc/refman/9.7/en/component-loading.html
Components must be loaded into the server before they can be used. The SQL statements for component manipulation affect server operation and the mysql.component system table as follows: INSTALL COMPONENT loads components into the server. MySQL ...
https://dev.mysql.com/doc/refman/9.7/en/connection-access.html
It resolves this issue as follows: Whenever the server reads the user table into memory, it sorts the rows. +-----------+----------+- When the server reads the table into memory, it sorts the rows using the rules just described. When you attempt to ...
https://dev.mysql.com/doc/refman/9.7/en/date-and-time-functions.html
mysql> SELECT TO_DAYS(950501); -> 728779 mysql> SELECT TO_DAYS('2007-10-07'); -> 733321 TO_DAYS() is not intended for use with values that precede the advent of the Gregorian calendar (1582), because it does not take into account the days that were ... This section describes the functions that can be used to manipulate temporal ...
Displaying 1201 to 1210 of 1823 total results