Search Results
                    
                    
            https://dev.mysql.com/doc/connectors/en/connector-cpp-apps-windows-notes.html
                                On Windows, applications can be built in different build configurations, which determine the type of the C++ runtime library that is used by the final executable: An application can be built in 32-bit or 64-bit mode. Linking Connector/C++ to ...
                                            
                https://dev.mysql.com/doc/ndbapi/en/overview-ndbinterpretedcode-using.html
                                These methods, with the exception of branch_col_eq_null() and branch_col_ne_null(), can be thought of as performing the following logic: if(constant_value condition column_value) goto Label In each case (once again excepting branch_col_eq_null() and ... The next few sections provide information about performing different types of operations with NdbInterpretedCode methods, including resource ...
                                            
                https://dev.mysql.com/doc/mysql-monitor/8.0/en/glossary.html
                                 These terms are commonly used in information about MySQL Enterprise Monitor. A access control MySQL Enterprise Monitor Access Control enables you to manage asset visibility, application administration, data access, roles, and users. advisor ...
                                            
                https://dev.mysql.com/doc/refman/8.4/en/built-in-function-reference.html
                                WEEK() Return the week number WEEKDAY() Return the weekday index WEEKOFYEAR() Return the calendar week of the date (1-53) WEIGHT_STRING() Return the weight string for a string XOR Logical XOR YEAR() Return the year YEARWEEK() Return the year and ...
                                            
                https://dev.mysql.com/doc/refman/8.4/en/charset-unicode-utf16.html
                                For a supplementary character, utf16 has a special sequence for representing the character using 32 bits. This is called the “surrogate” mechanism: For a number greater than 0xffff, take 10 bits and add them to 0xd800 and put them in the first ... The utf16 character set is the ucs2 character set with an extension that enables encoding of supplementary characters: For a BMP character, utf16 and ucs2 have identical storage characteristics: same code values, same encoding, same ...
                                            
                https://dev.mysql.com/doc/refman/8.4/en/creating-ssl-files-using-openssl.html
                                An overview of available packages can be seen here: http://www.slproweb.com/products/Win32OpenSSL.html Choose the Win32 OpenSSL Light or Win64 OpenSSL Light package, depending on your architecture (32-bit or 64-bit). Modify this as necessary if you ... This section describes how to use the openssl command to set up SSL certificate and key files for use by MySQL servers and ...
                                            
                https://dev.mysql.com/doc/refman/8.4/en/mysqlbinlog.html
                                --server-id-bits=N Command-Line Format --server-id-bits=# Type Numeric Default Value 32 Minimum Value 7 Maximum Value 32 Use only the first N bits of the server_id to identify the server. If the binary log was written by a mysqld with server-id-bits ... The server's binary log consists of files containing “events” that describe modifications to database ...
                                            
                https://dev.mysql.com/doc/refman/8.4/en/storage-requirements.html
                                Although an individual BIT column is not 4-byte aligned, NDB reserves 4 bytes (32 bits) per row for the first 1-32 bits needed for BIT columns, then another 4 bytes for bits 33-64, and so on.  InnoDB Table Storage Requirements NDB Table Storage ...
                                            
                https://dev.mysql.com/doc/internals/en/code-tree-representation.html
                                Every left branch gets a 0 bit, every right branch gets a 1 bit. To distinguish values from offsets, the 15th bit (decimal value 32768) is set together with offsets. But instead of writing all bits of the unsigned integers, only as many bits are ...
                                            
                https://dev.mysql.com/doc/internals/en/x-protocol-messages-messages.html
                                BYTES x x x GEOMETRY BYTES TIME TIME x DATE DATETIME x DATETIME DATETIME x YEAR UINT x x TIMESTAMP DATETIME x SET SET x ENUM ENUM x NULL BYTES BIT BIT x Note The SQL "NULL" value is sent as an empty field value in Row. Note The valid range for M of ... Topics in this section: Message Structure Message Sequence Common Messages Connection Session Expectations CRUD SQL Result Sets Expressions Data Types This section provides detailed information about how X Protocol defines ...