PDF (US Ltr)
- 41.8Mb
PDF (A4)
- 41.9Mb
Man Pages (TGZ)
- 272.4Kb
Man Pages (Zip)
- 378.4Kb
Info (Gzip)
- 4.2Mb
Info (Zip)
- 4.2Mb
Search Results
https://dev.mysql.com/doc/refman/9.7/en/innodb-tablespace-autoextend-size.html
By default, when a file-per-table or general tablespace requires additional space, the tablespace is extended incrementally according to the following rules: If the tablespace is less than an extent in size, it is extended one page at a time. If ...
https://dev.mysql.com/doc/refman/9.7/en/insert.html
This is 0 for numeric types, the empty string ('') for string types, and the “zero” value for date and time types. Inserting a value into a date or time column that is illegal for the data type. It is possible, therefore, for a client that ...
https://dev.mysql.com/doc/refman/9.7/en/jdv-concurrency.html
If another user updates the underlying data with another REST PUT request between the time of the previous REST GET and REST PUT requests, the second REST PUT request will overwrite the data, making it inconsistent. This situation occurs because the ... DML operations for JSON duality views support lockless optimistic concurrency control ...
https://dev.mysql.com/doc/refman/9.7/en/kerberos-pluggable-authentication.html
On Windows, the authentication_kerberos_client authentication plugin supports two modes, which the client user can set at runtime or specify in an option file: SSPI mode: Security Support Provider Interface (SSPI) implements GSSAPI (see Commands for ... Note Kerberos pluggable authentication is an extension included in MySQL Enterprise Edition, a commercial ...
https://dev.mysql.com/doc/refman/9.7/en/keyring-hashicorp-component.html
Note The operations described in this step are required only when starting Vault the first time, to obtain the unseal key and root token. Note The operations described in this step are needed only the first time the Vault instance is run. Note The ... Note The component_keyring_hashicorp component is an extension included in MySQL Enterprise Edition, a commercial ...
https://dev.mysql.com/doc/refman/9.7/en/kill.html
In most cases, it might take some time for the thread to die because the kill flag is checked only at specific intervals: During SELECT operations, for ORDER BY and GROUP BY loops, the flag is checked after reading a block of rows. The KILL ... KILL ...
https://dev.mysql.com/doc/refman/9.7/en/linux-installation-apt-repo.html
However, you can switch to another supported major release series at any time by reconfiguring the configuration package you have installed. After returning to the command prompt, update package information from the MySQL APT repository with this ...
https://dev.mysql.com/doc/refman/9.7/en/mathematical-functions.html
One implication of this behavior is that for equal argument values, RAND(N) returns the same value each time, and thus produces a repeatable sequence of column values. Use of a column with RAND() values in an ORDER BY or GROUP BY clause may yield ...
https://dev.mysql.com/doc/refman/9.7/en/memory-storage-engine.html
To replicate this effect to replicas, the first time that the source uses a given MEMORY table after startup, it logs an event that notifies replicas that the table must be emptied by writing a TRUNCATE TABLE statement for that table to the binary ... The MEMORY storage engine (formerly known as HEAP) creates special-purpose tables with contents that are stored in ...
https://dev.mysql.com/doc/refman/9.7/en/mle-component-status.html
This remains Inactive until a user creates or invokes a stored procedure or function using a language supported by MLE, at which time it becomes (very briefly) Initializing or (more usually) Active. mle_sessions_max displays the greatest number of ...The MLE component's status is indicated by the mle_status status ...