Search



Search Results
Displaying 1 to 10 of 527 total results
https://dev.mysql.com/doc/mysql-errors/8.4/en/server-error-reference.html
Please do "ALTER TABLE `%s` FORCE" or dump/reload to fix it! Error number: 1708; Symbol: WARN_OPTION_BELOW_LIMIT; SQLSTATE: HY000 Message: The value of '%s' should be no less than the value of '%s' Error number: 1709; Symbol: ... The MySQL server ...
https://dev.mysql.com/doc/refman/8.4/en/fixed-point-types.html
The DECIMAL and NUMERIC types store exact numeric data values. These types are used when it is important to preserve exact precision, for example with monetary data. In MySQL, NUMERIC is implemented as DECIMAL, so the following remarks about ...
https://dev.mysql.com/doc/refman/8.4/en/mysql-cluster-ndbinfo-memory-per-fragment.html
These memory pages are managed as listed here: Fixed-size pages: These store the fixed-size parts of rows stored in a given fragment. Each row in an NDB table has a fixed-size part, consisting of a row header, and one or more fixed-size columns. A ... memory_per_fragment Table: Notes memory_per_fragment Table: Examples The memory_per_fragment table provides information about the usage of memory by individual ...
https://dev.mysql.com/doc/internals/en/event-data-for-specific-event-types.html
The following sections provide details about what appears in the fixed and variable parts of the event data for each event type. The slave knows the size of the other fields in the variable part (the sizes are given in the fixed data part), so by ...LOAD DATA INFILE statements have been associated over time with several different ...
https://dev.mysql.com/doc/refman/8.4/en/static-format.html
The security is evidenced if your computer crashes while the MySQL server is writing to a fixed-format MyISAM file. Note Fixed-length row format is available only for tables having no BLOB or TEXT columns. Easy to reconstruct after a crash, because ...It is used when the table contains no variable-length columns (VARCHAR, VARBINARY, BLOB, or ...
https://dev.mysql.com/doc/relnotes/mysql/8.4/en/news-8-4-3.html
C API Notes Compilation Notes Configuration Notes SQL Function and Operator Notes JavaScript Programs Performance Schema Notes sys Schema Notes Thread Pool Notes Functionality Added or Changed Bugs Fixed C API Notes The asynchronous interface used ...(Bug #115703, Bug #36891894) Compilation Notes MySQL did not compile on Fedora ...
https://dev.mysql.com/doc/relnotes/mysql/8.4/en/news-8-4-5.html
ABORT is the default; this enables the user to fix the issue using the older version of the server before upgrading to the new one. (Bug #37603354) Bugs Fixed InnoDB: Fixed a potential memory leak in several places in the innobase code. (Bug ...(Bug ...
https://dev.mysql.com/doc/relnotes/mysql/8.4/en/news-8-4-0.html
We fix this by that changing the default behavior of MySQL clients so that the loader looks for dependencies in the directory of current module (the executable or libmysql.dll). To fix this, we now make sure that, at the time of server restart, the ...(Bug #36301441) Audit log filtering by type, using error as the type, did not work ...
https://dev.mysql.com/doc/relnotes/mysql/8.4/en/news-8-4-6.html
Compilation Notes Configuration Notes InnoDB Notes Installation Notes Functionality Added or Changed Bugs Fixed Compilation Notes macOS: It is now possible to compile the server on MacOS using -DWITH_KERBEROS. (Bug #37463478) InnoDB Notes Fixed an ... Note These release notes were created with the assistance of MySQL HeatWave ...
https://dev.mysql.com/doc/refman/8.4/en/innodb-row-format.html
Depending on column length, all or a prefix of variable-length column values are stored in the B-tree to avoid wasting storage and having to read a separate page. Fixed-length columns greater than or equal to 768 bytes are encoded as variable-length ... The row format of a table determines how its rows are physically stored, which in turn can affect the performance of queries and DML ...
Displaying 1 to 10 of 527 total results