Search



Search Results
Displaying 1661 to 1670 of 3829 total results
https://dev.mysql.com/doc/refman/8.4/en/information-schema-innodb-ft-index-cache-table.html
Before querying it, set the value of the innodb_ft_aux_table system variable to the name (including the database name) of the table that contains the FULLTEXT index (for example, test/articles). Before querying it, set the value of the ... The ...
https://dev.mysql.com/doc/connectors/en/connector-python-example-ddl.html
In a MySQL server, tables are very long-lived objects, and are often accessed by multiple applications written in different languages. We also define the database in a global variable called DB_NAME, which enables you to easily use a different ...
https://dev.mysql.com/doc/connector-python/en/connector-python-example-ddl.html
In a MySQL server, tables are very long-lived objects, and are often accessed by multiple applications written in different languages. We also define the database in a global variable called DB_NAME, which enables you to easily use a different ...
https://dev.mysql.com/doc/refman/8.4/en/create-index.html
Subqueries, parameters, variables, stored functions, and loadable functions are not permitted. But this approach produces a new issue when trying to use the index: CAST() returns a string with the collation utf8mb4_0900_ai_ci (the server default ...
https://dev.mysql.com/doc/refman/8.4/en/drop-index.html
To drop a primary key, the index name is always PRIMARY, which must be specified as a quoted identifier because PRIMARY is a reserved word: DROP INDEX `PRIMARY` ON t; Indexes on variable-width columns of NDB tables are dropped online; that is, ...
https://dev.mysql.com/doc/refman/8.4/en/events-status-info.html
The Event Scheduler writes information about event execution that terminates with an error or warning to the MySQL Server's error log. INTO var_list statements, if the query returns no rows, a warning with error code 1329 occurs (No data), and the ...See Section 27.4.6, “The Event Scheduler and MySQL Privileges” for an ...
https://dev.mysql.com/doc/refman/8.4/en/fulltext-search-ngram.html
n=1: 'a', 'b', 'c', 'd' n=2: 'ab', 'bc', 'cd' n=3: 'abc', 'bcd' n=4: 'abcd' The ngram full-text parser is a built-in server plugin. As with other built-in server plugins, it is automatically loaded when the server is started. The built-in MySQL ...
https://dev.mysql.com/doc/refman/8.4/en/keyring-service.html
MySQL Server supports a keyring service that enables internal components and plugins to securely store sensitive information for later retrieval. As a C language interface, callable as a plugin service from server plugins or loadable functions.
https://dev.mysql.com/doc/c-api/8.4/en/mysql-stmt-fetch.html
CR_SERVER_LOST The connection to the server was lost during the query. (This example expects to retrieve the two rows inserted by the example shown in Section 6.4.11, “mysql_stmt_execute()”.) The mysql variable is assumed to be a valid ... int ...
https://dev.mysql.com/doc/ndbapi/en/ndb-ndb.html
This is the same as reading the value of the ndb_eventbuffer_max_alloc system variable in the MySQL Server. This has the same effect as setting the value of the ndb_eventbuffer_max_alloc system variable in the MySQL Server. This section provides ...
Displaying 1661 to 1670 of 3829 total results