Search Results
https://dev.mysql.com/doc/internals/en/unsafe-statements.html
NOTE: the following list is incomplete; it does not take into account changes made in 2010 or later (roughly). An unsafe statement will be logged in row format if binlog_format=MIXED and will generate a warning if binlog_format=STATEMENT. The ...
https://dev.mysql.com/doc/ndbapi/en/mgm-functions-backup.html
This section provides information about the functions provided in the MGM API for starting and stopping NDB Cluster backups. ndb_mgm_start_backup() ndb_mgm_start_backup2() ndb_mgm_start_backup3() ndb_mgm_start_backup4() ndb_mgm_abort_backup() ...
https://dev.mysql.com/doc/ndbapi/en/ndb-error-codes-insufficient-space.html
The following list enumerates all NDB errors of type IS (Insufficient space).
https://dev.mysql.com/doc/ndbapi/en/ndb-examples-event-handling.html
The source code for this program may be found in the NDB Cluster source tree, in the file storage/ndb/ndbapi-examples/ndbapi_event/ndbapi_event.cpp. #include <NdbApi.hpp> // Used for cout #include <stdio.h> #include <iostream> #include <unistd.h> ...
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/ndbapi/en/ndb-start-autotools.html
In this section, we provide an autoconf macro WITH_MYSQL that can be used to add a --with-mysql option to a configure file, and that automatically sets the correct compiler and linker flags for given MySQL installation. All of the examples in this ... It is often faster and simpler to use GNU autotools than to write your own ...
https://dev.mysql.com/doc/x-devapi-userguide/en/connecting-connection-pool.html
X DevAPI supports connection pooling, which can reduce overhead for applications that open many connections to a MySQL Server. When opening a new Session with a Client, before a new network connection is opened, an attempt is made to retrieve from ...
https://dev.mysql.com/doc/connectors/en/connector-net-programming-datetime-fractional.html
For related code examples, see the following blog post: https://blogs.oracle.com/MySqlOnWindows/entry/milliseconds_value_support_on_datetime . MySQL Connector/NET supports the fractional seconds feature in MySQL, where the fractional seconds part ...To use the more precise date and time types, specify a value from 1 to 6 when creating the table column, for example TIME(3) or DATETIME(6), representing the number of digits of precision after the decimal ...
https://dev.mysql.com/doc/connector-net/en/connector-net-programming-datetime-fractional.html
For related code examples, see the following blog post: https://blogs.oracle.com/MySqlOnWindows/entry/milliseconds_value_support_on_datetime . MySQL Connector/NET supports the fractional seconds feature in MySQL, where the fractional seconds part ...To use the more precise date and time types, specify a value from 1 to 6 when creating the table column, for example TIME(3) or DATETIME(6), representing the number of digits of precision after the decimal ...
https://dev.mysql.com/doc/connectors/en/connector-odbc-examples-tools-with-wordexcel.html
Within Microsoft Excel, you can execute queries on your MySQL server and import the data directly into an Excel Worksheet, presenting the data as a series of rows and columns. You can use Microsoft Word and Microsoft Excel to access information ...