Search



Search Results
Displaying 1521 to 1530 of 5281 total results
https://dev.mysql.com/doc/connector-net/en/connector-net-medium-trust-evolution.html
The new MySqlClientPermission class, derived from the .NET DBDataPermission class, helps to simplify the permission setup. The partial trust support for MySQL Connector/NET has improved rapidly throughout the 6.5.x and 6.6.x versions. The latest ...
https://dev.mysql.com/doc/internals/en/generating-browsable-binary-log-information.html
Source files in the sql directory of a MySQL source tree or source distribution contain comments that can be processed with doxygen to generate HTML files that describe classes, files, and so forth. To generate the HTML files and view information ...To view the classes for binary logging, load the html/class_log__event.html ...
https://dev.mysql.com/doc/internals/en/variation-of-protocol-option.html
It is usual to run tests with and without the mysql-test-run.pl startup option "--ps-protocol". And there are also attempts of System QA to run the other protocols. Effect of the "--ps-protocol" option: mysqltest will run as many SQL statements as ...
https://dev.mysql.com/doc/mysql-ai/9.5/en/mys-ai-aml-anomaly-detection-logs.html
If the primary key column (or columns) is not one of the previous required columns (log data, source of log, or label), then you must use the exclude_column_list option when running ML_TRAIN to exclude all primary key columns that don't include ...
https://dev.mysql.com/doc/ndbapi/en/ndb-examples-simple-dual.html
The source code for this program may be found in the NDB Cluster source tree, in the file storage/ndb/ndbapi-examples/ndbapi_simple_dual/main.cpp. This example demonstrates synchronous transactions and connecting to multiple clusters in a single ...
https://dev.mysql.com/doc/connectors/en/connector-net-programming-stored-proc.html
Stored procedures can be particularly useful in situations such as the following: Stored procedures can act as an API or abstraction layer, allowing multiple client applications to perform the same database operations. In such a setup, applications ... A stored procedure is a set of SQL statements that is stored in the ...When security is paramount, stored procedures keep applications from directly ...
https://dev.mysql.com/doc/connector-net/en/connector-net-programming-stored-proc.html
Stored procedures can be particularly useful in situations such as the following: Stored procedures can act as an API or abstraction layer, allowing multiple client applications to perform the same database operations. In such a setup, applications ... A stored procedure is a set of SQL statements that is stored in the ...When security is paramount, stored procedures keep applications from directly ...
https://dev.mysql.com/doc/internals/en/charsets.html
Character sets are recorded against individual tables and returned as part of the field data. See mysql_com.h for types */ } MYSQL_FIELD; Character set and collation information are specific to a server version and installation, and are generated ...
https://dev.mysql.com/doc/refman/8.4/en/mysql-cluster-tcp-definition-direct.html
Setting up a cluster using direct connections between data nodes requires specifying explicitly the crossover IP addresses of the data nodes so connected in the [tcp] section of the cluster config.ini file. Note To take the best advantage of direct ...In the following example, we envision a cluster with at least four hosts, one each for a management server, an SQL node, and two data ...
https://dev.mysql.com/doc/refman/8.4/en/replication-gtids-auto-positioning.html
GTIDs replace the file-offset pairs previously required to determine points for starting, stopping, or resuming the flow of data between source and replica. The alternative SOURCE_LOG_FILE and SOURCE_LOG_POS options specify the name of the log file ...When GTIDs are in use, all the information that the replica needs for synchronizing with the source is obtained directly from the replication data ...For ...
Displaying 1521 to 1530 of 5281 total results