Search



Search Results
Displaying 1751 to 1760 of 3329 total results
https://dev.mysql.com/doc/relnotes/mysql-cluster/8.4/en/dynxml-auto-changelog-difflist-mysqld-8.4.1-ndb-8.4.1.html
It was removed due to a critical issue that could stop the server from restarting following the creation of a very large number of tables (8001 or more). NDB Client Programs: Added the --CA-days option to ndb_sign_keys to make it possible to specify ...Functionality Added or Changed Bugs Fixed Functionality Added or Changed Important Change: Now, when the removal of a data node file or directory fails with a file does not exist (ENOENT) error, this is treated as a successful ...
https://dev.mysql.com/doc/connectors/en/connector-odbc-support-bug-report.html
If the program works with another SQL server, include an ODBC log file where you perform exactly the same SQL statements so that we can compare the results between the two systems. Also, try issuing the statements from the mysql client program or ...
https://dev.mysql.com/doc/connector-odbc/en/connector-odbc-support-bug-report.html
If the program works with another SQL server, include an ODBC log file where you perform exactly the same SQL statements so that we can compare the results between the two systems. Also, try issuing the statements from the mysql client program or ...
https://dev.mysql.com/doc/ndbapi/en/ndb-examples-secondary-indexes.html
This program illustrates how to use secondary indexes in the NDB API. The source code for this example may be found in the NDB Cluster source tree, in storage/ndb/ndbapi-examples/ndbapi_simple_index/main.cpp.
https://dev.mysql.com/doc/refman/8.4/en/myisamchk.html
Important You must ensure that no other program is using the tables while you are running myisamchk. The most effective means of doing so is to shut down the MySQL server while running myisamchk, or to lock all tables that myisamchk is being used on. For information about option files used by MySQL programs, see Section 6.2.2.2, “Using Option ... The ...
https://dev.mysql.com/doc/refman/8.4/en/populating-spatial-columns.html
In a C program, you can escape a binary value using mysql_real_escape_string_quote() and include the result in a query string that is sent to the server. For example: Inserting a POINT(1 1) value with hex literal syntax: INSERT INTO geom VALUES ...
https://dev.mysql.com/doc/connectors/en/connector-cpp-source-configuration-options.html
-DBUNDLE_DEPENDENCIES=bool This is an internal option used for creating Connector/C++ distribution packages. -DCMAKE_BUILD_TYPE=type The type of build to produce: Debug: Disable optimizations and generate debugging information.
https://dev.mysql.com/doc/connectors/en/connector-net-entityframework-core-example.html
Replace the generic connection string with one that is appropriate for your MySQL server configuration. Insert the following code into the existing Program.cs file, replacing the default C# code. The Code First approach enables you to define an ...
https://dev.mysql.com/doc/connectors/en/connector-odbc-installation.html
You receive all the necessary libraries and other files pre-built, with an installer program or batch script to perform all necessary copying and configuration. Both kinds of drivers are provided in the same download package, and are both installed ... This section explains where to download Connector/ODBC, and how to run the installer, copy the files manually, or build from ...
https://dev.mysql.com/doc/connector-net/en/connector-net-entityframework-core-example.html
Replace the generic connection string with one that is appropriate for your MySQL server configuration. Insert the following code into the existing Program.cs file, replacing the default C# code. The Code First approach enables you to define an ...
Displaying 1751 to 1760 of 3329 total results