Search Results
https://dev.mysql.com/doc/workbench/en/wb-routine-groups.html
If a routine group with this name already exists, the new routine group is named routines2. They may be added to an EER diagram by dragging and dropping them from this palette. Clicking the mouse on this icon changes the mouse pointer to a routine ... 9.1.6.2.1 Adding Routine Groups to the Physical Schemata Double-clicking the Add Routine Group icon in the Physical Schemata section of the MySQL Model page adds a routine group with the default name of ...
https://dev.mysql.com/doc/connectors/en/connector-j-connp-props-result-sets.html
clobberStreamingResults This will cause a streaming result set to be automatically closed, and any outstanding data still streaming from the server to be discarded if another query is executed before all the data has been read from the server.
https://dev.mysql.com/doc/connectors/en/connector-j-connp-props-statements.html
This results in better performance when dealing with time zone conversions in Date and Time data types, however it won't be aware of time zone changes if they happen at runtime. Default Value true Since Version 3.0.3 dontTrackOpenResources The JDBC ...Default Value true Since Version 8.0.20 continueBatchOnError Should the driver continue processing batch commands if one statement ...
https://dev.mysql.com/doc/connectors/en/connector-j-reference-jdbc-url-format.html
This section explains the syntax of the URLs for connecting to MySQL. This is the generic format of the connection URL: protocol//[hosts][/database][?properties] The URL consists of the following parts: Important Any reserved characters for URLs ...
https://dev.mysql.com/doc/connectors/en/connector-net-tutorials-parameters.html
This part of the tutorial shows you how to use parameters in your MySQL Connector/NET application. Although it is possible to build SQL query strings directly from user input, this is not advisable as it does not prevent erroneous or malicious ...
https://dev.mysql.com/doc/connectors/en/connector-odbc-installation-source-unix.html
Alternatively, unixODBC may be used by setting this option to “1”. For dependencies inherited from the MySQL client library, this only works if these dependencies are bundled with the client library itself. To link statically to the MySQL client ... You need the following tools to build MySQL from source on Unix: A working ANSI C++ ...
https://dev.mysql.com/doc/connector-net/en/connector-net-tutorials-parameters.html
This part of the tutorial shows you how to use parameters in your MySQL Connector/NET application. Although it is possible to build SQL query strings directly from user input, this is not advisable as it does not prevent erroneous or malicious ...
https://dev.mysql.com/doc/connector-odbc/en/connector-odbc-installation-source-unix.html
Alternatively, unixODBC may be used by setting this option to “1”. For dependencies inherited from the MySQL client library, this only works if these dependencies are bundled with the client library itself. To link statically to the MySQL client ... You need the following tools to build MySQL from source on Unix: A working ANSI C++ ...
https://dev.mysql.com/doc/internals/en/autotools-plugin-macros.html
Example: MYSQL_PLUGIN(ftexample, [Simple Parser], [Simple full-text parser plugin]) Declaring a storage engine plugin: MYSQL_STORAGE_ENGINE(name, legacy-opt, long-name, description [,configlist]) This is a simple utility macro that calls ... The ...
https://dev.mysql.com/doc/internals/en/determining-logging-format.html
This must be done prior to the call to THD::decide_logging_format() (that is, prior to lock_tables). This prevents warnings in the case that the statement generates an error later so that it is not logged. At this point, it calls ... For each ...