Search



Search Results
Displaying 491 to 500 of 884 total results
https://dev.mysql.com/doc/internals/en/full-text-search.html
In the classic Vector Space formula, the final part would be the inverse document frequency, or simply log(N/nf) We have replaced it with log((N-nf)/nf) This variant is more often used in "probabilistic" formulas. It would take too long to replace ... MySQL uses Ranking with Vector Spaces for ordinary full-text ...
https://dev.mysql.com/doc/internals/en/good-tests.html
MTR2 replaced MTR1 ~ Jan 2009 in MySQL 5.1 and 6.0. There are a lot of strict rules and rules of thumb which may increase the quality of tests written for the tool pair mysqltest/mysqltest-run.pl (MTR). See the Writing Test Cases section of the ...
https://dev.mysql.com/doc/internals/en/select-special-engines.html
The normal engine can be replaced with such special engines only during the optimization process.
https://dev.mysql.com/doc/internals/en/x-protocol-messages-messages.html
Topics in this section: Message Structure Message Sequence Common Messages Connection Session Expectations CRUD SQL Result Sets Expressions Data Types This section provides detailed information about how X Protocol defines messages. Message ...
https://dev.mysql.com/doc/relnotes/connector-cpp/en/news-8-0-11.html
Incompatibility: The getGeneratedIds() method replaces getDocumentId() and getDocumentIds(), which are now removed. (WL #11719) Bugs Fixed Single-document methods such as Collection.replaceOne() did not accept expr() as the document specification, ... For MySQL Connector/C++ 8.0.11 and higher, Commercial and Community distributions require the Visual C++ Redistributable for Visual Studio 2015 to work on Windows ...
https://dev.mysql.com/doc/relnotes/connector-net/en/news-8-0-12.html
With the model created, revert back to EF Core 2.0 in your project, update the MySql.Data.EntityFrameworkCore NuGet package, and then remove the package MySql.Data.EntityFrameworkCore.Design from your project. Functionality Added or Changed Bugs ...
https://dev.mysql.com/doc/relnotes/connector-python/en/news-8-0-4.html
(Bug #25991574, WL #10754) For MSI and Solaris packages, the pure Python Protobuf support implementation was replaced by a C++ extension. MySQL Connectors and other MySQL client tools and applications now synchronize the first digit of their ...
https://dev.mysql.com/doc/x-devapi-userguide/en/collection-modify.html
A JSON document (for example, set("Greeting", mysqlx.expr("{'season':'winter', 'phrase': 'Happy Holiday'}")) Note set("$", mysqlx.expr("json_document") replaces all documents matched by modify() with the supplied json_document, except for the ...
https://dev.mysql.com/doc/mysql-monitor/8.0/en/mem-install-restore-from-backup.html
This directory contains copies of the directory or directories that are replaced during the update. In cases where only specific files are replaced, the backup directory may contain only these files. This section describes how to restore an ...
https://dev.mysql.com/doc/x-devapi-userguide-shell-js/en/collection-modify.html
A JSON document (for example, set("Greeting", mysqlx.expr("{'season':'winter', 'phrase': 'Happy Holiday'}")) Note set("$", mysqlx.expr("json_document") replaces all documents matched by modify() with the supplied json_document, except for the ...
Displaying 491 to 500 of 884 total results