Search



Search Results
Displaying 101 to 110 of 542 total results
https://dev.mysql.com/doc/relnotes/connector-python/en/news-8-0-30.html
Functionality Added or Changed Bugs Fixed Functionality Added or Changed Added support for OpenSSL 3.0. (WL #15176) Bugs Fixed Empty strings ("") in the collection fields used in methods like set() that are chained with modify()are no longer ...(WL ...
https://dev.mysql.com/doc/relnotes/connector-python/en/news-9-3-0.html
Functionality Added or Changed Bugs Fixed Functionality Added or Changed Fixed the typing annotation of the close() function of MySQLConnectionAbstract and also made disconnect() an alias of close(), to improve clarity and consistency of the ...
https://dev.mysql.com/doc/x-devapi-userguide/en/parameter-binding.html
MySQL Shell and Node.js JavaScript Code // Collection.find() function with fixed values var myColl = db.getCollection('my_collection'); var myRes1 = myColl.find('age = 18').execute(); // Using the .bind() function to bind parameters var myRes2 = ...
https://dev.mysql.com/doc/relnotes/mysql-monitor/8.0/en/news-8-0-34.html
Functionality Added or Changed Bugs Fixed Functionality Added or Changed Updated the following components to the version listed: gettext v1.2.0, jQuery v3.6.3, jQueryUI v1.13.2, JRE v8u371.b10, moment-timezone v0.5.40, and MySQL Server v8.0.33. The ...
https://dev.mysql.com/doc/connector-j/en/connector-j-support-bug-report.html
A good bug report, containing a full test case for the bug, makes it very likely that we will fix sooner rather than later. Any bug that we are able to repeat has a high chance of being fixed sooner rather than later. Very often we get questions ...
https://dev.mysql.com/doc/refman/8.4/en/create-table-ndb-comment-options.html
NDB_COLUMN comments do not support TINYBLOB or TINYTEXT columns, since these have an inline part (only) of fixed size, and no separate parts to store elsewhere. NDB_COLUMN Options NDB_TABLE Options It is possible to set a number of options specific ...
https://dev.mysql.com/doc/refman/8.4/en/data-size.html
Many languages can be written primarily using single-byte utf8mb3or utf8mb4 characters, so a fixed storage length often wastes space. (InnoDB compressed tables are readable and writable, while MyISAM compressed tables are read-only.) For MyISAM ...
https://dev.mysql.com/doc/refman/8.4/en/mysql-cluster-disk-data-objects.html
NDB Cluster Disk Data storage is implemented using the following objects: Tablespace: Acts as containers for other Disk Data objects. A tablespace contains one or more data files and one or more undo log file groups. Undo log file: Contains undo ...
https://dev.mysql.com/doc/refman/8.4/en/mysql-cluster-limitations-database-objects.html
In addition, the maximum offset for a fixed-width column of an NDB table is 8188 bytes; attempting to create a table that violates this limitation fails with NDB error 851 Maximum offset for fixed-size columns exceeded. NDB Cluster supports a ...
https://dev.mysql.com/doc/refman/8.4/en/mysql-cluster-programs-ndb-sign-keys.html
A directory reference may be relative or absolute; it may contain one or more environment variables, each denoted by a prefixed dollar sign ($), and expanded prior to use. --defaults-group-suffix Command-Line Format --defaults-group-suffix=string ...
Displaying 101 to 110 of 542 total results