Search Results
                    
                    
            https://dev.mysql.com/doc/x-devapi-userguide-shell-python/en/creating-documents.html
                                // Create a new collection 'my_collection' var myColl = db.createCollection('my_collection'); // Insert JSON data directly myColl.add({_id: '8901', name: 'Mats', age: 21}).execute(); // Inserting several docs at once myColl.add([ {_id: '8902', name: ... Once a collection has been created, it can store JSON ...
                                            
                https://dev.mysql.com/doc/refman/8.4/en/group-replication-responses-failure.html
                                By default, the following behaviors happen if a member is suspected of having failed: In MySQL 8.4, when a suspicion is created, a waiting period of 5 seconds is added before the suspicion times out and the suspected member is liable for expulsion. 
                                            
                https://dev.mysql.com/doc/refman/8.4/en/information-schema-innodb-cmp-per-index-table.html
                                COMPRESS_TIME The total time in seconds used for compressing data in this index. UNCOMPRESS_TIME The total time in seconds used for uncompressing data in this index. For a compressed InnoDB table, both the table data and all the secondary indexes ...
                                            
                https://dev.mysql.com/doc/refman/8.4/en/mysql-cluster-ndbinfo-nodes.html
                                Notes The uptime column shows the time in seconds that this node has been running since it was last started or restarted. For each data node that is running in the cluster, a corresponding row in this table provides the node's node ID, status, and ... This table contains information on the status of data ...
                                            
                https://dev.mysql.com/doc/x-devapi-userguide-shell-js/en/method-chaining.html
                                // New method chaining used for executing an SQL SELECT statement // Recommended way for executing queries var employees = db.getTable('employee'); var res = employees.select(['name', 'age']). bind('param', 'm%').execute(); // Traditional SQL ... X ...
                                            
                https://dev.mysql.com/doc/x-devapi-userguide-shell-python/en/method-chaining.html
                                 X DevAPI supports a number of modern practices to make working with CRUD operations easier and to fit naturally into modern development environments. This section explains how to use method chaining instead of working with SQL strings of JSON ...
                                            
                https://dev.mysql.com/doc/relnotes/connector-net/en/news-8-0-9.html
                                For example: SessionConfigManager.Save( "mysess", "{ \"uri\": \"mysqlx://myuser@localhost/mysess\", \"appdata\": { \"biz\": \"quux\" } }" ); SessionConfigManager.Save( "mysess", "{ \"uri\": \"mysqlx://test@localhost/mysess\", \"appdata\": { \"tar\": ...(Bug #25829054, Bug #25860579, WL #10954) MySQL Connector/NET now supports MySQL servers configured to use utf8mb4 as the default character ...
                                            
                https://dev.mysql.com/doc/x-devapi-userguide/en/session-objects-and-functions.html
                                 Session The syntax for this object shown in EBNF is: Session ::= '.getSchema(' StringLiteral ')' | '.getSchemas()' | '.createSchema(' StringLiteral ')' | '.dropSchema(' StringLiteral ')' | '.getDefaultSchema()' | '.startTransaction()' | '.commit()' ...
                                            
                https://dev.mysql.com/doc/x-devapi-userguide-shell-js/en/session-objects-and-functions.html
                                 Session The syntax for this object shown in EBNF is: Session ::= '.getSchema(' StringLiteral ')' | '.getSchemas()' | '.createSchema(' StringLiteral ')' | '.dropSchema(' StringLiteral ')' | '.getDefaultSchema()' | '.startTransaction()' | '.commit()' ...
                                            
                https://dev.mysql.com/doc/x-devapi-userguide-shell-python/en/session-objects-and-functions.html
                                 Session The syntax for this object shown in EBNF is: Session ::= '.getSchema(' StringLiteral ')' | '.getSchemas()' | '.createSchema(' StringLiteral ')' | '.dropSchema(' StringLiteral ')' | '.getDefaultSchema()' | '.startTransaction()' | '.commit()' ...