Search



Search Results
Displaying 51 to 60 of 342 total results
https://dev.mysql.com/doc/refman/8.4/en/date-and-time-functions.html
On 32-bit platforms, the supported range of values for this function is the same as for the TIMESTAMP type (see Section 13.2.1, “Date and Time Data Type Syntax”, for range information). On 64-bit platforms, the maximum supported value is ...
https://dev.mysql.com/doc/refman/8.4/en/group-replication-system-variables.html
This section lists the system variables that are specific to the Group Replication plugin. The name of each Group Replication system variable is prefixed with group_replication_. Note InnoDB Cluster uses Group Replication, but the default values of ...
https://dev.mysql.com/doc/refman/8.4/en/myisampack.html
When the table is used later, the server reads into memory the information needed to decompress columns. This results in much better performance when accessing individual rows, because you only have to uncompress exactly one row. MySQL uses mmap() ...
https://dev.mysql.com/doc/refman/8.4/en/mysql-enterprise-monitor.html
For information about MySQL Enterprise Monitor behavior, see the MySQL Enterprise Monitor manual: https://dev.mysql.com/doc/mysql-monitor/en/. Important MySQL Enterprise Monitor will be end of life and deprecated with obsolescence as of January 1, ...
https://dev.mysql.com/doc/refman/8.4/en/numeric-type-syntax.html
M indicates the number of bits per value, from 1 to 64. p represents the precision in bits, but MySQL uses this value only to determine whether to use FLOAT or DOUBLE for the resulting data type. For integer data types, M indicates the minimum ...
https://dev.mysql.com/doc/connectors/en/connector-odbc-configuration-dsn-windows-5-2.html
Tip To identify whether a DSN was created using the 32-bit or the 64-bit driver, include the driver being used within the DSN identifier. This will help you to identify the right DSN to use with applications such as Excel that are only compatible ...
https://dev.mysql.com/doc/connectors/en/connector-odbc-support-version-history.html
This is the first series without 32-bit support, which ended for all MySQL products. You're encouraged to use the latest Connector/ODBC version and not the 8.0 series if you do not need 32-bit builds. Connector/ODBC 5.1: also includes the following ... This section highlights substantial changes per major Connector/ODBC release series, especially useful when updating legacy ...
https://dev.mysql.com/doc/connector-odbc/en/connector-odbc-configuration-dsn-windows-5-2.html
Tip To identify whether a DSN was created using the 32-bit or the 64-bit driver, include the driver being used within the DSN identifier. This will help you to identify the right DSN to use with applications such as Excel that are only compatible ...
https://dev.mysql.com/doc/connector-odbc/en/connector-odbc-support-version-history.html
This is the first series without 32-bit support, which ended for all MySQL products. You're encouraged to use the latest Connector/ODBC version and not the 8.0 series if you do not need 32-bit builds. Connector/ODBC 5.1: also includes the following ... This section highlights substantial changes per major Connector/ODBC release series, especially useful when updating legacy ...
https://dev.mysql.com/doc/internals/en/compiling-for-different-hardware-achitectures.html
GCC (on Linux) or Sun Studio Use compile option -m32 (force 32-bit build), -m64 (force 64-bit build) Windows, Visual Studio generator Use cmake path_to_source_dir -G "Visual Studio 10 2010 Win64" to compile 64-bit (x64) Mac OS X Use the ...You can ...
Displaying 51 to 60 of 342 total results