Search Results
https://dev.mysql.com/doc/mysql-ai/9.4/en/mys-ai-aml-model-sharing.html
This topic describes how to grant other users access to a model you create. Before You Begin Share Your Models Export the Model to Share Set Up Other User with Required Privileges Importing Shared Model Run AutoML Routines on Imported Model What's ...
https://dev.mysql.com/doc/mysql-ai/9.4/en/mys-ai-genai-byo-embedding-tables.html
Cleaning Up If you created a new database for testing the steps in this topic, delete the database to free up space: mysql> DROP DATABASE demo_db; What's Next Learn how to Start a Conversational Chat. GenAI lets you use tables containing your own ...
https://dev.mysql.com/doc/connectors/en/connector-net-entityframework60.html
Execution of stored procedures included in the model through APIs such as ObjectContext.ExecuteFunction() does the same. Code First Features Following are new Code First features supported by Connector/NET: Code First Mapping to Insert/Update/Delete ... MySQL Connector/NET integrates support for Entity Framework 6 (EF6), which now includes support for cross-platform application deployment with the EF 6.4 ...
https://dev.mysql.com/doc/connectors/en/connector-net-programming-getschema.html
The following are the collections currently provided by Connector/NET, in addition to the common collections shown previously: Databases Tables Columns Users Foreign Keys IndexColumns Indexes Foreign Key Columns UDF Views ViewColumns Procedure ...
https://dev.mysql.com/doc/connector-net/en/connector-net-entityframework60.html
Execution of stored procedures included in the model through APIs such as ObjectContext.ExecuteFunction() does the same. Code First Features Following are new Code First features supported by Connector/NET: Code First Mapping to Insert/Update/Delete ... MySQL Connector/NET integrates support for Entity Framework 6 (EF6), which now includes support for cross-platform application deployment with the EF 6.4 ...
https://dev.mysql.com/doc/connector-net/en/connector-net-programming-getschema.html
The following are the collections currently provided by Connector/NET, in addition to the common collections shown previously: Databases Tables Columns Users Foreign Keys IndexColumns Indexes Foreign Key Columns UDF Views ViewColumns Procedure ...
https://dev.mysql.com/doc/internals/en/calling-sequence.html
You cann use the CALLTRACE() procedure to check in which sequence the member functions are called on any query. This procedure will send one result row for each member function call, every row contains a single text field with one of the values add, ... The init callback is always called first at the beginning of a query, followed by a call to the Section 18.1.2, ...
https://dev.mysql.com/doc/internals/en/determining-logging-format.html
Let T be a statement that invokes an unsafe sub-statement S (S may be a stored function, stored procedure, trigger, view, or prepared statement). The sp_head object stores the Lex that was generated when the statement defining the sub-statement was ... For each statement, we must determine the logging format: row or ...
https://dev.mysql.com/doc/internals/en/error-message-adding.html
The procedure for adding error messages depends on which version of MySQL you are using: Before MySQL 5.0.3, error messages are stored in errmsg.txt files in the language directories under sql/share. The procedure involves adding the English ...
https://dev.mysql.com/doc/internals/en/optimizer-order-by-clauses.html
In general, the optimizer will skip the sort procedure for the ORDER BY clause if it sees that the rows will be in order anyway. ORDER BY Optimization, provides a description of the internal sort procedure which we will not repeat here, but urge ...