Search



Search Results
Displaying 371 to 380 of 1764 total results
https://dev.mysql.com/doc/connector-net/en/connector-net-ref-mysqlclient.html
MySqlScript Provides a class capable of executing an SQL script containing multiple SQL statements including CREATE PROCEDURE statements that require changing the delimiter. MySQLGuidFormat Specifies the stored type for a MySQL GUID data type.
https://dev.mysql.com/doc/connector-net/en/connector-net-tutorials-sql-command.html
The procedure for performing an ExecuteNonQuery method call is simpler, as there is no need to create an object to store results. Again, this is straightforward, as a MySqlDataReader object is not required to store results, a variable is used ...
https://dev.mysql.com/doc/internals/en/automatic-trace-purging.html
Thus, if a statement contains substatements (example: invokes stored procedures, stored functions, triggers), the top statement and substatements each generate one trace, but at the execution's end only the last substatement's trace is visible. A ...
https://dev.mysql.com/doc/internals/en/error-flags.html
(for example, a stored procedure continue handler should not be able to catch this). In the field::store function this changes the warning level from WARN to ERROR. The following flags can be examined or set to alter the behavior during error ...
https://dev.mysql.com/doc/internals/en/select-subquery.html
There are two types of them: select_singlerow_subselect , to store values of given rows in Item_singlerow_subselect cache on send_data() call, and report error if Item_subselect has 'assigned' attribute. select_exists_subselect just store 1 as value ... In expressions, subqueries (that is, subselects) are represented by Item inherited from ...
https://dev.mysql.com/doc/mysqld-version-reference/en/keywords-5-7.html
This section provides information about keywords and reserved words in MySQL 5.7. MySQL 5.7 Keywords and Reserved Words MySQL 5.7 New Keywords and Reserved Words MySQL 5.7 Removed Keywords and Reserved Words MySQL 5.7 Keywords and Reserved Words ...
https://dev.mysql.com/doc/relnotes/connector-net/en/news-8-0-12.html
(WL #11846) Bugs Fixed Document Store: Decimal numbers passed to the DbDoc class were not parsed properly when the values included a decimal separator other than a period (.) character. (Bug #28112229) Document Store: The list of members shown with ...With the model created, revert back to EF Core 2.0 in your project, update the MySql.Data.EntityFrameworkCore NuGet package, and then remove the package MySql.Data.EntityFrameworkCore.Design from your ...
https://dev.mysql.com/doc/relnotes/connector-net/en/news-8-0-23.html
(Bug #32208427) Incomplete validation limited the expected range of values that a stored procedure with a parameter of type Boolean could assign using the MySqlParameter.MySqlDbType property. (Bug #32066024, Bug #101302) Stronger validation was ...
https://dev.mysql.com/doc/refman/8.4/en/account-activity-auditing.html
Applications can use the following guidelines to perform SQL-based auditing that ties database activity to MySQL accounts. When a client connects successfully, the server authenticates the client to a particular row in this table. The User and Host ...
https://dev.mysql.com/doc/refman/8.4/en/account-locking.html
It also does not affect the ability to execute stored programs or views that have a DEFINER attribute naming the locked account. That is, the ability to use a proxied account or stored programs or views is not affected by locking the account. For ...
Displaying 371 to 380 of 1764 total results