Search



Search Results
Displaying 371 to 380 of 740 total results
https://dev.mysql.com/doc/mysql-enterprise-backup/9.7/en/bugs.backup.html
If a table containing full-text search (FTS) index is backed up using transportable tablespace (TTS), after it is restored, the FTS index will be corrupted. Please refer to the MySQL Enterprise Backup 9.7 Release Notes for a list of fixed bugs for ...
https://dev.mysql.com/doc/mysql-shell/9.7/en/mysql-shell-application-log-introduction.html
With the --log-level command-line option, you can specify the logging level using its text name or the numeric equivalent, so the following examples have the same effect: $> mysqlsh --log-level=4 $> mysqlsh --log-level=warning With the logLevel ...
https://dev.mysql.com/doc/mysql-shell/9.7/en/mysql-shell-commands.html
\pager \P Configure the pager which MySQL Shell uses to display text. After this autocomplete is aware of the names used in the database, and you can autocomplete text such as table names and so on. MySQL Shell provides commands which enable you to ...
https://dev.mysql.com/doc/mysql-shell/9.7/en/mysql-shell-editing-code.html
If you specify an argument to the command, this text is placed in the editor. When you have finished editing, you must save the file and close the editor, MySQL Shell then presents your edited text ready for you to execute by pressing Enter, or if ... MySQL Shell's \edit command opens a command in the default system editor for editing, then presents the edited command in MySQL Shell for ...
https://dev.mysql.com/doc/mysql-shell/9.7/en/mysql-shell-prompt-themes.html
Named colors are used in this example, with a text PRODUCTION output if the Boolean is_production elements returns TRUE. "production" : { "text": " PRODUCTION ", "bg": "red", "fg": "white" } These elements output the prompt in the following format: ... The MySQL Shell prompt can be customized using prompt theme ...
https://dev.mysql.com/doc/mysql-shell/9.7/en/mysql-shell-utilities-dump-instance-schema.html
The utilities convert columns with data types that are not safe to be stored in text form (such as BLOB) to Base64. fieldsOptionallyEnclosed: [ true | false ] Whether the character given for fieldsEnclosedBy is to enclose all of the fields in the ...
https://dev.mysql.com/doc/mysql-shell/9.7/en/mysql-shell-utilities-load-dump.html
By default, fulltext indexes for a table are created only after the table is completely loaded, which speeds up the import. The content of the file is in JSON format, so a text file with a .json extension is appropriate (for example, progress.json).
https://dev.mysql.com/doc/mysql-shell/9.7/en/mysql-shell-utils-copy.html
The utilities convert columns with data types that are not safe to be stored in text form (such as BLOB) to Base64. deferTableIndexes: [ off | fulltext | all ] Defer the creation of secondary indexes until after the table data is loaded. This ...
https://dev.mysql.com/doc/c-api/9.7/en/c-api-prepared-statement-type-codes.html
The buffer_type member of MYSQL_BIND structures indicates the data type of the C language variable bound to a statement parameter or result set column. For input, buffer_type indicates the type of the variable containing the value to be sent to the ...
https://dev.mysql.com/doc/c-api/9.7/en/mysql-stmt-send-long-data.html
It can be called multiple times to send the parts of a character or binary data value for a column, which must be one of the TEXT or BLOB data types. Example The following example demonstrates how to send the data for a TEXT column in chunks. It ...
Displaying 371 to 380 of 740 total results