Search Results
                    
                    
            https://dev.mysql.com/doc/ndbapi/en/ndb-error-codes-user-defined-error.html
                                 The following list enumerates all NDB errors of type UD (User defined error). 
                                            
                https://dev.mysql.com/doc/ndbapi/en/ndb-ndberror.html
                                 This section provides information about the NdbError data structure, which contains status and other information about errors, including error codes, classifications, and messages. NdbError Overview NdbError::Classification NdbError::Status ...
                                            
                https://dev.mysql.com/doc/ndbapi/en/overview-ndbinterpretedcode-using.html
                                Method Buffer (words) Request message (words) load_const_null() 1 1 load_const_u16() 1 1 load_const_u32() 2 2 load_const_u64() 3 3 NdbInterpretedCode Methods for Copying Values Between Registers and Table Columns NdbInterpretedCode provides two ...
                                            
                https://dev.mysql.com/doc/relnotes/connector-cpp/en/news-8-0-11.html
                                For X DevAPI for C, the generated IDs can be obtained using the new mysqlx_fetch_generated_id() function, which returns IDs one by one for successive calls, until it returns NULL to indicate no more generated IDs are available.  For MySQL ...
                                            
                https://dev.mysql.com/doc/relnotes/connector-cpp/en/news-8-0-22.html
                                //Disable LOCAL INFILE by setting to null conn->setClientOption(OPT_LOAD_DATA_LOCAL_DIR, nullptr); The OPT_LOAD_DATA_LOCAL_DIR option maps onto the MYSQL_OPT_LOAD_DATA_LOCAL_DIR option for the mysql_options() C API function.  Compilation Notes ...
                                            
                https://dev.mysql.com/doc/relnotes/connector-net/en/news-8-0-12.html
                                (Bug #27113566, Bug #88472) All columns of type TINYINT(1) stopped returning the expected Boolean value after the connector encountered a NULL value in any column of this type. With the model created, revert back to EF Core 2.0 in your project, ...
                                            
                https://dev.mysql.com/doc/relnotes/connector-net/en/news-8-0-13.html
                                Now, invoking the CreateDataAdapter method returns a valid adapter instead of returning the null value.  Important Changes Functionality Added or Changed Bugs Fixed Important Changes The default value for the SslMode connection option now differs ...
                                            
                https://dev.mysql.com/doc/relnotes/connector-net/en/news-8-0-16.html
                                (Bug #28834253, Bug #92912) Validation was added to ensure that when a column is of type TIME and the value is 00:00:00, it takes the value instead of setting NULL.  Functionality Added or Changed Bugs Fixed Functionality Added or Changed Document ...
                                            
                https://dev.mysql.com/doc/relnotes/connector-net/en/news-8-0-27.html
                                (Bug #33097912) When querying a CHAR(36) column, reading a non-NULL value could emit an error if MySqlCommand was part of the prepared statement.  Functionality Added or Changed Bugs Fixed Functionality Added or Changed Previously, Connector/NET ...
                                            
                https://dev.mysql.com/doc/relnotes/connector-net/en/news-8-0-30.html
                                (Bug #104910, Bug #33351775) Bugs Fixed X DevAPI: Connector/NET permitted setting a null or empty string ("") value to represent a document path when modifying a collection.  Deprecation and Removal Notes Functionality Added or Changed Bugs Fixed ...