Search Results
                    
                    
            https://dev.mysql.com/doc/mysqld-version-reference/en/keywords.html
                                 This section contains information on the keywords and reserved words within the server when creating and submitting queries to the system. For more information on reserved words and their impact on your queries, see Keywords and Reserved Words, in ...
                                            
                https://dev.mysql.com/doc/ndbapi/en/mccj-clusterj-columntype.html
                                 This class enumerates the column types for columns in ndb. 
                                            
                https://dev.mysql.com/doc/ndbapi/en/ndb-nodejs-api-tablemetadata.html
                                The indexes array of TableMetadata contains one IndexMetadata object per table index. NDB implements a primary key as both an ordered index and a unique index, and might be viewed through the NDB API adapter as two indexes, but through a MySQL ...
                                            
                https://dev.mysql.com/doc/ndbapi/en/ndb-nodejs-examples-requirements.html
                                 The software requirements for running the examples found in the next few sections are as follows: A working Node.js installation Working installations of the ndb and mysql-js adapters The mysql-js adapter also requires a working installation of the ...
                                            
                https://dev.mysql.com/doc/ndbapi/en/ndb-start-mysql-data-types.html
                                The MySQL FLOAT and DOUBLE data types are mapped to NDB types having the same names and storage requirements.  This section provides information about the way in which MySQL data types are represented in NDBCLUSTER table columns and how these values ...
                                            
                https://dev.mysql.com/doc/relnotes/connector-net/en/news-9-3-0.html
                                OpenTelemetry .NET version 1.11.2 (WL #16852) Bugs Fixed The test GetSchemaReturnColumnsByOrdinalPosition() in the testsuite failed because the server has changed the precision for displaying floating values resulted from arithmatic operations. 
                                            
                https://dev.mysql.com/doc/relnotes/connector-odbc/en/news-8-0-23.html
                                (Bug #32157740) Double and Float values could differ depending if the query was standard or utilized server side prepared statements.  Functionality Added or Changed Bugs Fixed Functionality Added or Changed Previously, Connector/ODBC added client ...
                                            
                https://dev.mysql.com/doc/relnotes/connector-python/en/news-8-0-18.html
                                (Bug #29959309) A table scan for a float using the C Extension caused a memory leak.  Functionality Added or Changed Bugs Fixed Functionality Added or Changed Connector/Python connections now set CAN_HANDLE_EXPIRED_PASSWORDS to indicate it can ...
                                            
                https://dev.mysql.com/doc/relnotes/connector-python/en/news-8-0-29.html
                                (Bug #77822, Bug #21498719) Added support for NaN in the float to MySQL conversion; it's now set to None.  Functionality Added or Changed Bugs Fixed Functionality Added or Changed When a connection disabled SSL Mode using ssl_disabled=True (or with ...
                                            
                https://dev.mysql.com/doc/x-devapi-userguide/en/collection-indexing.html
                                 To make large collections of documents more efficient to navigate you can create an index based on one or more fields found in the documents in the collection. Creating an Index Collection indexes are ordinary MySQL indexes on virtual columns that ...