Search Results
https://dev.mysql.com/doc/connectors/en/connector-net-programming-datetime-restricting.html
Restricting invalid dates on the client side is as simple as always using the .NET DateTime class to handle dates. The DateTime class will only allow valid dates, ensuring that the values in your database are also valid. The best solution to the ...
https://dev.mysql.com/doc/connectors/en/connector-net-support.html
The developers of MySQL Connector/NET greatly value the input of our users in the software development process. If you find Connector/NET lacking some feature important to you, or if you discover a bug and need to file a bug report, please use the ...
https://dev.mysql.com/doc/connector-net/en/connector-net-programming-datetime-restricting.html
Restricting invalid dates on the client side is as simple as always using the .NET DateTime class to handle dates. The DateTime class will only allow valid dates, ensuring that the values in your database are also valid. The best solution to the ...
https://dev.mysql.com/doc/connector-net/en/connector-net-support.html
The developers of MySQL Connector/NET greatly value the input of our users in the software development process. If you find Connector/NET lacking some feature important to you, or if you discover a bug and need to file a bug report, please use the ...
https://dev.mysql.com/doc/internals/en/binary-protocol-resultset-row.html
ProtocolBinary::ResultsetRow: row of a binary resultset (COM_STMT_EXECUTE) Payload 1 packet header [00] string[$len] NULL-bitmap, length: (column-count + 7 + 2) / 8 string[$len] values Example 09 00 00 04 00 00 06 66 6f 6f 62 61 72 . A Binary ...
https://dev.mysql.com/doc/internals/en/binlog-version.html
Depending on the MySQL Version that created the binlog the format is slightly different.
https://dev.mysql.com/doc/internals/en/custom-engine-overview.html
The MySQL server is built in a modular fashion: The storage engines manage data storage and index management for MySQL. The MySQL server communicates with the storage engines through a defined API. Each storage engine is a class with each instance ...
https://dev.mysql.com/doc/internals/en/in-memory-record-layout.html
null bits: One bit per column that can be NULL. The "null bits" are rounded up to the next byte boundary. Length (pack_length) and layout of the fields depend on the field type: -- to be added -- Note: The "in-memory record layout" is used by the ...
https://dev.mysql.com/doc/internals/en/scripts-directory.html
Linux programmers use it where Windows programmers would use a *.bat (batch filename extension). Can be safely run during any upgrade to get the newest MySQL privilege tables mysql_install_db.sh --- Create privilege tables and func table ...
https://dev.mysql.com/doc/relnotes/mysql-monitor/8.0/en/news-8-0-16.html
Functionality Added or Changed Bugs Fixed Functionality Added or Changed The OpenSSL libraries used by MySQL Enterprise Monitor installers have been upgraded to 1.0.2r. The bundled JRE was updated to 1.8.0_212 for both the Agent and Service Manager.