Search



Search Results
Displaying 751 to 760 of 2176 total results
https://dev.mysql.com/doc/mysql-ai/9.5/en/mys-mysqlai-ml-model-load.html
Syntax Examples An example that specifies the model handle and sets the user parameter to NULL. mysql> CALL sys.ML_MODEL_LOAD('ml_data.iris_train_user1_1636729526', NULL); An example that specifies a session variable containing the model handle.
https://dev.mysql.com/doc/mysql-ai/9.5/en/mys-mysqlai-ml-predict-row.html
mysql> SET @row_input = JSON_OBJECT( "age", 25, "workclass", "Private", "fnlwgt", 226802, "education", "11th", "education-num", 7, "marital-status", "Never-married", "occupation", "Machine-op-inspct", "relationship", "Own-child", "race", "Black", ...
https://dev.mysql.com/doc/internals/en/packed-record-layout.html
pack bits (!= NULL bits!): One bit per packable column: FIELD_BLOB: Set if blob is empty. => The "pack bits" are rounded up to the next byte boundary. Each field is copied verbatim unless packed according to the "pack bits" paragraph.
https://dev.mysql.com/doc/relnotes/connector-odbc/en/news-9-0-0.html
Now the SQLConnect() values are prioritized except for SQLConnect() values defined as NULL. Functionality Added or Changed Bugs Fixed Functionality Added or Changed For the ANSI driver, converting to and from the character set specified by the ...
https://dev.mysql.com/doc/refman/8.4/en/audit-log-logging-configuration.html
If the system variable value is OFF, a null value is written to the log file for these fields. This section describes how to configure audit logging characteristics, such as the file to which the audit log plugin writes events, the format of ...
https://dev.mysql.com/doc/refman/8.4/en/charset-collation-implementations.html
Example: "U+0000 NULL" does not have a weight and is ignorable. mysql> SET NAMES 'utf8mb4' COLLATE 'utf8mb4_unicode_ci'; Query OK, 0 rows affected (0.05 sec) mysql> SELECT HEX('a'), HEX(WEIGHT_STRING('a')); +----------+-------------------------+ | ... MySQL implements several types of collations: Simple collations for 8-bit character sets This kind of collation is implemented using an array of 256 weights that defines a one-to-one mapping from character codes to ...
https://dev.mysql.com/doc/refman/8.4/en/example-foreign-keys.html
MySQL supports foreign keys, which permit cross-referencing related data across tables, and foreign key constraints, which help keep the related data consistent. A foreign key relationship involves a parent table that holds the initial column ...
https://dev.mysql.com/doc/refman/8.4/en/innodb-locking.html
Shared and Exclusive Locks Intention Locks Record Locks Gap Locks Next-Key Locks Insert Intention Locks AUTO-INC Locks Predicate Locks for Spatial Indexes Shared and Exclusive Locks InnoDB implements standard row-level locking where there are two ...
https://dev.mysql.com/doc/refman/8.4/en/mysql-cluster-ndbinfo-files.html
The files table is empty if no disk data objects have been created in NDB. See Section 25.6.11.1, “NDB Cluster Disk Data Objects”, for more information.
https://dev.mysql.com/doc/refman/8.4/en/mysql-cluster-quick.html
To familiarize you with the basics, we describe the simplest possible configuration for a functional NDB Cluster. After this, you should be able to design your desired setup from the information provided in the other relevant sections of this ...
Displaying 751 to 760 of 2176 total results