Search Results
https://dev.mysql.com/doc/refman/8.4/en/information-schema-innodb-ft-being-deleted-table.html
For information about running OPTIMIZE TABLE on tables with FULLTEXT indexes, see Section 14.9.6, “Fine-Tuning MySQL Full-Text Search”. Before querying it, set the value of the innodb_ft_aux_table system variable to the name (including the ...
https://dev.mysql.com/doc/refman/8.4/en/information-schema-innodb-ft-index-table-table.html
The INNODB_FT_INDEX_TABLE table provides information about the inverted index used to process text searches against the FULLTEXT index of an InnoDB table. Before querying it, set the value of the innodb_ft_aux_table system variable to the name ...
https://dev.mysql.com/doc/refman/8.4/en/mysql-cluster-programs-ndb-desc.html
--context, -x Show additional contextual information for the table such as schema, database name, table name, and the table's internal ID. --usage Command-Line Format --usage Display help text and exit; same as --help. ndb_desc provides a detailed ...
https://dev.mysql.com/doc/refman/8.4/en/mysqlbinlog-backup.html
By default, mysqlbinlog reads binary log files and displays their contents in text format. mysqlbinlog writes text output to its standard output, or to the file named as the value of the --result-file=file_name option if that option is given. This ...
https://dev.mysql.com/doc/refman/8.4/en/string-comparison-functions.html
This differs from comparisons performed with the = operator, for which the significance of trailing spaces in nonbinary strings (CHAR, VARCHAR, and TEXT values) depends on the pad attribute of the collation used for the comparison. mysql> SELECT ...
https://dev.mysql.com/doc/c-api/8.4/en/c-api-building-clients.html
This section provides guidelines for compiling C programs that use the MySQL C API. Compiling MySQL Clients on Unix Compiling MySQL Clients on Microsoft Windows Troubleshooting Problems Linking to the MySQL Client Library Compiling MySQL Clients on ...
https://dev.mysql.com/doc/extending-mysql/8.4/en/plugin-api.html
The components supported by this interface include, but are not limited to, storage engines, full-text parser plugins, and server extensions. For example, full-text parser plugins can be used to replace or augment the built-in full-text parser. A ...
https://dev.mysql.com/doc/workbench/en/dbdoc-templates-custom.html
For example, the following procedure describes how to make a custom template based on the Text Basic template. The unedited file in this case is shown here: <?xml version="1.0"?> <data> <value type="object" ... In the simplest case, a template ...
https://dev.mysql.com/doc/workbench/en/wb-develop-sql-editor-table-search.html
Find data across a MySQL connection by using the text search feature on any number of tables and schemas. From the schema tree, select the tables, schemas, or both to search and then right-click the highlighted items and click Search Data Table ...
https://dev.mysql.com/doc/workbench/en/wb-migration-database-postgresql-typemapping.html
BIT BIT BOOLEAN TINYINT(1) REAL FLOAT DOUBLE PRECISION DOUBLE NUMERIC DECIMAL DECIMAL DECIMAL MONEY DECIMAL(19,2) CHAR CHAR/LONGTEXT Depending on its length. Anything larger is migrated to one of the TEXT blob types. Anything larger is migrated to ... The following table shows the mapping between PostgreSQL (source) data types and MySQL data ...