PDF (US Ltr)
- 43.2Mb
PDF (A4)
- 43.3Mb
Man Pages (TGZ)
- 295.2Kb
Man Pages (Zip)
- 400.4Kb
Info (Gzip)
- 4.3Mb
Info (Zip)
- 4.3Mb
Search Results
https://dev.mysql.com/doc/refman/8.0/en/mysql-cluster-limitations-syntax.html
The MySQL JSON data type is supported for NDB tables in the mysqld supplied with NDB 8.0. An NDB table can have a maximum of 3 JSON columns. The NDB API has no special provision for working with JSON data, which it views simply as BLOB data. Some ...
https://dev.mysql.com/doc/refman/8.0/en/mysql-shell-tutorial-javascript-documents-collections.html
Collections contain JSON documents that you can add, find, update, and remove. When you are using MySQL as a Document Store, collections are containers within a schema that you can create, list, and drop. The examples in this section use the ...
https://dev.mysql.com/doc/refman/8.0/en/mysql-shell-tutorial-python-documents-collections.html
Collections contain JSON documents that you can add, find, update, and remove. When you are using MySQL as a Document Store, collections are containers within a schema that you can create, list, and drop. The examples in this section use the ...
https://dev.mysql.com/doc/refman/8.0/en/alter-user.html
The user comment and user attribute are stored in the Information Schema USER_ATTRIBUTES table as a JSON object; the user comment is stored as the value for a comment key in the ATTRIBUTE column of this table, as shown later in this discussion. The ... ALTER USER [IF EXISTS] user [auth_option] [, user [auth_option]] ...
https://dev.mysql.com/doc/refman/8.0/en/compatibility.html
MySQL supports a native JSON data type as defined by RFC 7159, and based on the ECMAScript standard (ECMA-262). MySQL also implements a subset of the SQL/JSON functions specified by a pre-publication draft of the SQL:2016 standard; see Section ...
https://dev.mysql.com/doc/refman/8.0/en/create-table-ndb-comment-options.html
This works for BLOB, MEDIUMBLOB, LONGBLOB, TEXT, MEDIUMTEXT, LONGTEXT, and JSON columns. NDB_COLUMN Options NDB_TABLE Options It is possible to set a number of options specific to NDB Cluster in the table comment or column comments of an NDB table.
https://dev.mysql.com/doc/refman/8.0/en/optimizer-statistics.html
The column_statistics table has these characteristics: The table contains statistics for columns of all data types except geometry types (spatial data) and JSON. HISTOGRAM: A JSON value describing the column statistics, stored as a histogram. The ...
https://dev.mysql.com/doc/refman/8.0/en/added-deprecated-removed.html
binlog_row_value_options: Enables binary logging of partial JSON updates for row-based replication. Options and Variables Introduced in MySQL 8.0 Options and Variables Deprecated in MySQL 8.0 Options and Variables Removed in MySQL 8.0 This section ...
https://dev.mysql.com/doc/refman/8.0/en/alter-tablespace.html
Permitted values are a string literal containing a valid JSON document or an empty string (''). It is not permitted to alter an individual element of a JSON attribute value. It can be used to add a new data file to, or to drop a data file from an ...
https://dev.mysql.com/doc/refman/8.0/en/audit-log-filtering.html
For information about using JSON data in MySQL, see Section 13.5, “The JSON Data Type”. Note For audit log filtering to work as described here, the audit log plugin and the accompanying audit tables and functions must be installed. If the ...