Search



Search Results
Displaying 871 to 880 of 2652 total results
https://dev.mysql.com/doc/relnotes/connector-j/en/news-9-1-0.html
Functionality Added or Changed Bugs Fixed Functionality Added or Changed When connecting to a server using SSL, the truststore password is now made optional, with a null truststore password taken to mean that there is no need to check the ...
https://dev.mysql.com/doc/mysql-shell/9.4/en/innodb-clusterset-switchover.html
Follow the controlled switchover procedure if the primary cluster in an InnoDB ClusterSet deployment is functioning acceptably, but you need to carry out maintenance or fix some minor issues to improve the primary cluster's function. A primary ... A ...
https://dev.mysql.com/doc/refman/8.4/en/create-view.html
Columns retrieved by the SELECT statement can be simple references to table columns, or expressions that use functions, constant values, operators, and so forth. Within a view definition, the CURRENT_USER function returns the view's DEFINER value by ...If the view does not exist, CREATE OR REPLACE VIEW is the same as CREATE ...
https://dev.mysql.com/doc/extending-mysql/8.4/en/services-for-plugins.html
MySQL server plugins have access to server “plugin services.” The plugin services interface exposes server functionality that plugins can call. It complements the plugin API and has these characteristics: Services enable plugins to access code ...The interface includes a versioning mechanism so that service versions supported by the server can be checked at load time against plugin ...
https://dev.mysql.com/doc/internals/en/item-class.html
In the function category we include operators such as + and ||, because operators are merely functions that return values. To us, the word Item means more than just “thingamabob”; it is a technical term with a precise definition in the context ...
https://dev.mysql.com/doc/refman/8.4/en/create-table-generated-columns.html
Generated column definitions have this syntax: col_name data_type [GENERATED ALWAYS] AS (expr) [VIRTUAL | STORED] [NOT NULL | NULL] [UNIQUE [KEY]] [[PRIMARY] KEY] [COMMENT 'string'] AS (expr) indicates that the column is generated and defines the ...
https://dev.mysql.com/doc/extending-mysql/8.4/en/writing-authentication-plugins-client-side.html
This is the “main” function, which handles communication with the server. The function takes two arguments representing an I/O structure and a connection handler. Declare the client-side plugin descriptor with the mysql_declare_client_plugin() ...
https://dev.mysql.com/doc/workbench/en/wb-develop-sql-editor-results.html
Note MySQL Workbench handles quoting and escaping for strings entered into the result grid, so adding quotes and proper escaping here is optional. Note It is possible to enter a function, or other expression, into a field. Note The "Refresh" button ... The results area of the screen shows the results from executed ...
https://dev.mysql.com/doc/connectors/en/connector-cpp-installation-source-cpp.html
Configuring Connector/C++ Specifying External Dependencies Building Connector/C++ Installing Connector/C++ Verifying Connector/C++ Functionality Configuring Connector/C++ Use CMake to configure and build Connector/C++. --target install --config ...
https://dev.mysql.com/doc/internals/en/guided-tour-majordir-sql.html
If you remember your manual, you know that you must pronounce this: ess queue ell. The "parser" programs on mysql-5.0/sql: size name comment ---- ---- ------- 51326 sql_lex.cc lexer 230026 sql_yacc.yy parser + many more *.cc programs This is where ...
Displaying 871 to 880 of 2652 total results