Search Results
https://dev.mysql.com/doc/connectors/en/connector-net-medium-trust-evolution.html
The partial trust support for MySQL Connector/NET has improved rapidly throughout the 6.5.x and 6.6.x versions. The new MySqlClientPermission class, derived from the .NET DBDataPermission class, helps to simplify the permission setup. The latest ...
https://dev.mysql.com/doc/connector-net/en/connector-net-medium-trust-evolution.html
The partial trust support for MySQL Connector/NET has improved rapidly throughout the 6.5.x and 6.6.x versions. The new MySqlClientPermission class, derived from the .NET DBDataPermission class, helps to simplify the permission setup. The latest ...
https://dev.mysql.com/doc/internals/en/error-message-multiple-versions.html
(The discussion uses the name errmsg.txt, but when you cross the boundary from before MySQL 5.5 to 5.5 or higher, you should use errmsg-utf8.txt instead.) Let GA reference the most recent stable version. For example, if MySQL 5.1 is GA, and MySQL ...
https://dev.mysql.com/doc/internals/en/innodb-field-contents.html
The Field Contents part of the record has all the data. There are no markers between fields, and there is no marker or filler at the end of a record. I made a table with this definition: CREATE TABLE T (FIELD1 VARCHAR(3), FIELD2 VARCHAR(3), FIELD3 ...
https://dev.mysql.com/doc/internals/en/synchronization-pattern.html
This is done to allow the thread to be interrupted (killed) from its sleep. Another thread can find the condition variable to signal and mutex to use for synchronization in this thread's THD::mysys_var. thd->exit_cond() unregisters the condition ...
https://dev.mysql.com/doc/ndbapi/en/overview-application-level-partitioning.html
There is no restriction against instantiating multiple Ndb_cluster_connection objects representing connections to different management servers in a single application, nor against using these for creating multiple instances of the Ndb class. Such ...
https://dev.mysql.com/doc/workbench/en/wb-what-is-new-61.html
This section summarizes many of the new features added to MySQL Workbench 6.1, in relation to the MySQL Workbench 6.0 release. New Navigator PERFORMANCE Section Server Variable Groupings SQL Editor Views Home Screen Features Visual Explain Table ...
https://dev.mysql.com/doc/workbench/en/wb-getting-started-tutorial-creating-a-model.html
This tutorial describes how to create a new database model and how to forward-engineer a model to a live MySQL server. Double-click a Column Name cell and the first field defaults to moviesid because (by default) MySQL Workbench appends id to the ...Note Alternatively, you can create a model from a database by using the reverse engineering ...
https://dev.mysql.com/doc/connectors/en/connector-net-tutorials-stored-procedures.html
This technique avoids duplicating database code, saving time and effort when you make updates due to schema changes, tune the performance of queries, or add new database operations for logging, security, and so on. For the purposes of this tutorial, ...Putting database-intensive operations into stored procedures lets you define an API for your database ...
https://dev.mysql.com/doc/connector-net/en/connector-net-tutorials-stored-procedures.html
This technique avoids duplicating database code, saving time and effort when you make updates due to schema changes, tune the performance of queries, or add new database operations for logging, security, and so on. For the purposes of this tutorial, ...Putting database-intensive operations into stored procedures lets you define an API for your database ...