Search



Search Results
Displaying 91 to 100 of 555 total results
https://dev.mysql.com/doc/mysql-enterprise-backup/9.7/en/mysqlbackup.usage.html
--incremental Specifies that the associated backup or backup-to-image operation is incremental. --incremental-with-redo-log-only Specifies the incremental backup of InnoDB tables to be based on copying redo log to the backup, without including any ... The following sections describe the command-line options for the different modes of operation of ...
https://dev.mysql.com/doc/relnotes/heatwave/en/news-8-0-26.html
Advisor Auto Parallel Load Auto Scheduling Functionality Added or Changed Advisor The new MySQL HeatWave Advisor provides string column encoding and data placement key recommendations based on machine learning models, data analysis, and MySQL ...
https://dev.mysql.com/doc/c-api/9.7/en/getting-unique-id.html
If you insert a record into a table that contains an AUTO_INCREMENT column, you can obtain the value stored into that column by calling the mysql_insert_id() function. You can check from your C applications whether a value was stored in an ...For ...
https://dev.mysql.com/doc/relnotes/mysql/9.7/en/news-9-2-0.html
(Bug #37271715) InnoDB: It was possible for an ALTER TABLE operation using the INPLACE algorithm on a table containing both a spatial index and an auto-increment column to cause corruption or, in debug builds, to trigger a debug assert. This was due ...Expelled servers may attempt to rejoin the group, provided that group_replication_autorejoin_tries is not set ...(Bug #37132323) This release adds the CREATE_SPATIAL_REFERENCE_SYSTEM privilege, which allows the user to execute any of the ...
https://dev.mysql.com/doc/x-devapi-userguide/en/result-set-classes.html
SqlResult session.sql().execute() Number of rows affected by the operation, auto generated document IDs, last auto- generated AUTO INCREMENT column values, warnings, or fetched data set, depending on the operation for which SqlResult is returned.
https://dev.mysql.com/doc/x-devapi-userguide-shell-js/en/result-set-classes.html
SqlResult session.sql().execute() Number of rows affected by the operation, auto generated document IDs, last auto- generated AUTO INCREMENT column values, warnings, or fetched data set, depending on the operation for which SqlResult is returned.
https://dev.mysql.com/doc/x-devapi-userguide-shell-python/en/result-set-classes.html
SqlResult session.sql().execute() Number of rows affected by the operation, auto generated document IDs, last auto- generated AUTO INCREMENT column values, warnings, or fetched data set, depending on the operation for which SqlResult is returned.
https://dev.mysql.com/doc/heatwave/en/mys-hw-advisor-syntax.html
Produces summarized output and sends it to stdout and to the heatwave_autopilot_report table. auto_enc: Defines settings for Auto Encoding, see Section 5.8.4, “Auto Encoding”. auto_dp: Defines settings for Data Placement, which recommends data ...The silent output type is useful if human-readable output is not required; when the output is consumed by a script, for ...
https://dev.mysql.com/doc/refman/9.7/en/reset-persist.html
RESET PERSIST [[IF EXISTS] system_var_name] RESET PERSIST removes persisted global system variable settings from the mysqld-auto.cnf option file in the data directory. Removing a persisted system variable causes the variable no longer to be ...The ...
https://dev.mysql.com/doc/refman/9.7/en/timestamp-initialization.html
TIMESTAMP and DATETIME columns can be automatically initialized and updated to the current date and time (that is, the current timestamp). For any TIMESTAMP or DATETIME column in a table, you can assign the current timestamp as the default value, ...In addition, if the explicit_defaults_for_timestamp system variable is disabled, you can initialize or update any TIMESTAMP (but not DATETIME) column to the current date and time by assigning it a NULL value, unless it has been defined with the NULL attribute to permit NULL ...
Displaying 91 to 100 of 555 total results