Search



Search Results
Displaying 191 to 200 of 1094 total results
https://dev.mysql.com/doc/refman/8.4/en/stored-objects.html
Stored objects include these object types: Stored procedure: An object created with CREATE PROCEDURE and invoked using the CALL statement. A procedure does not have a return value but can modify its parameters for later inspection by the caller.
https://dev.mysql.com/doc/refman/8.4/en/information-functions.html
Within the body of a stored routine (procedure or function) or a trigger, the value of LAST_INSERT_ID() changes the same way as for statements executed outside the body of these kinds of objects. The effect of a stored routine or trigger upon the ...
https://dev.mysql.com/doc/mysql-shell/9.4/en/mysql-shell-utils-copy.html
All stored procedures, views, and so on, refer to the original schema, not the new one. dropExistingObjects: [ true | false ] The default value is false. Setting it to true drops existing user accounts and objects before creating them. Note It is ...
https://dev.mysql.com/doc/internals/en/x-protocol-notices-notices.html
Global Notices Global Notices are sent by the server in case of events happen that are unrelated to the currently active message sequence: server is shutting down node disconnected from group schema or table dropped binlog events Server Shutting ...
https://dev.mysql.com/doc/relnotes/mysql/8.4/en/news-8-4-3.html
(Bug #36871927) JavaScript Programs Employing a user variable in a DML statement within a stored procedure that used the Statement handle interface sometimes led to an unplanned server exit when any statement was executed following execution of such ... C API Notes Compilation Notes Configuration Notes SQL Function and Operator Notes JavaScript Programs Performance Schema Notes sys Schema Notes Thread Pool Notes Functionality Added or Changed Bugs Fixed C API Notes The asynchronous interface used unsafe static local variables to store state ...
https://dev.mysql.com/doc/refman/8.4/en/resource-groups.html
Resource Group Elements These capabilities provide the SQL interface for resource group management in MySQL: SQL statements enable creating, altering, and dropping resource groups, and enable assigning threads to resource groups. These default ...
https://dev.mysql.com/doc/connectors/en/connector-net-tutorials-web-personalization-provider.html
From the WebParts Toolbox, drag and drop a WebPartZone control into both the first and second columns. From the WebParts Toolbox, drag and drop a CatalogZone with PageCatalogPart and EditorZone controls into the third column. The page also includes ... MySQL Connector/NET provides a web parts personalization provider that allows you to use a MySQL server to store personalization ...
https://dev.mysql.com/doc/connector-net/en/connector-net-tutorials-web-personalization-provider.html
From the WebParts Toolbox, drag and drop a WebPartZone control into both the first and second columns. From the WebParts Toolbox, drag and drop a CatalogZone with PageCatalogPart and EditorZone controls into the third column. The page also includes ... MySQL Connector/NET provides a web parts personalization provider that allows you to use a MySQL server to store personalization ...
https://dev.mysql.com/doc/x-devapi-userguide/en/dynamic-sql.html
A quoting function exists to escape SQL names and identifiers. Session.quoteName() escapes the identifier given in accordance to the settings of the current connection. Note The quoting function must not be used to escape values. Use the value ...
https://dev.mysql.com/doc/mysql-monitor/8.0/en/mem-grahs-timeseries-controls.html
The View filter is a pair of drop-down menus on the top-left side of the page. For example, if you select a group in the Global Summaries drop-down list, and a MySQL instance in the All Targets drop-down list, the graphs displayed are the ... This ...
Displaying 191 to 200 of 1094 total results