Search Results
                    
                    
            https://dev.mysql.com/doc/refman/8.4/en/validate-password-options-variables.html
                                The password and user name values are compared as binary strings on a byte-by-byte basis. Assuming that is true, each substring of the password of length 4 up to 100 is compared to the words in the dictionary file.  This section describes the system ...
                                            
                https://dev.mysql.com/doc/relnotes/connector-j/en/news-8-0-16.html
                                This was due to issues with string conversion, which has been corrected with this fix. With this fix, an error is thrown when the procedure call fails, and the result streamer is nullified.  Version 8.0.16 is the latest General Availability release ...
                                            
                https://dev.mysql.com/doc/workbench/en/wb-table-editor-columns-tab.html
                                PK: PRIMARY KEY NN: NOT NULL UQ: UNIQUE INDEX BIN: BINARY UN: UNSIGNED ZF: ZEROFILL AI: AUTO_INCREMENT G: Generated Column This option is available as of MySQL Server 5.7.  Use the Columns subtab to display and edit all the column information for a ...
                                            
                https://dev.mysql.com/doc/heatwave/en/mys-hwaml-using-a-recommendation-model-items-to-users.html
                                For the option to set the user name, you can set it to NULL. mysql> CALL sys.ML_MODEL_LOAD(@model, NULL); The following example uses the model handle. mysql> CALL sys.ML_MODEL_LOAD('recommendation_use_case', NULL); Make predictions for the test ...
                                            
                https://dev.mysql.com/doc/heatwave/en/mys-hwaml-using-a-recommendation-model-users-to-items.html
                                For the option to set the user name, you can set it to NULL. mysql> CALL sys.ML_MODEL_LOAD(@model, NULL); The following example uses the model handle. mysql> CALL sys.ML_MODEL_LOAD('recommendation_use_case', NULL); Make predictions for the test ...
                                            
                https://dev.mysql.com/doc/refman/8.4/en/gis-geometrycollection-property-functions.html
                                Unless otherwise specified, functions in this section handle their geometry arguments as follows: If any argument is NULL or any geometry argument is an empty geometry, the return value is NULL. mysql> SET @gc = 'GeometryCollection(Point(1 ...If any ...
                                            
                https://dev.mysql.com/doc/refman/8.4/en/replication-features-row-searches.html
                                A unique index where every column in the index has a NOT NULL attribute. If the algorithm is able to select a primary key or a unique index where every column in the index has a NOT NULL attribute, it uses this index to iterate over the rows in the ... When a replica using row-based replication format applies an UPDATE or DELETE operation, it must search the relevant table for the matching ...
                                            
                https://dev.mysql.com/doc/refman/8.4/en/where-optimization.html
                                This is also done for any NOT NULL expression when used with only one table. A table that is used with a WHERE clause on a PRIMARY KEY or a UNIQUE index, where all index parts are compared to constant expressions and are defined as NOT NULL.  This ...
                                            
                https://dev.mysql.com/doc/mysql-ai/9.5/en/mys-ai-aml-using-a-recommendation-model-items-to-users.html
                                For the option to set the user name, you can set it to NULL. mysql> CALL sys.ML_MODEL_LOAD(@model, NULL); The following example uses the model handle. mysql> CALL sys.ML_MODEL_LOAD('recommendation_use_case', NULL); Make predictions for the test ...
                                            
                https://dev.mysql.com/doc/mysql-ai/9.5/en/mys-ai-aml-using-a-recommendation-model-users-to-items.html
                                For the option to set the user name, you can set it to NULL. mysql> CALL sys.ML_MODEL_LOAD(@model, NULL); The following example uses the model handle. mysql> CALL sys.ML_MODEL_LOAD('recommendation_use_case', NULL); Make predictions for the test ...