Details
-
Bug
-
Status: Closed (View Workflow)
-
Critical
-
Resolution: Fixed
-
N/A
-
None
Description
rdiff files were not updated, so now the patch doesn't apply well and the results go wrong.
https://buildbot.mariadb.org/#/builders/682/builds/8185
bb-MDEV-24-monty ced634e8c99aa1a77c6b7f4210013cbbcf6f14da |
43 out of 159 hunks FAILED
|
...
|
sys_vars.sysvars_server_notembedded '32bit,unix' w2 [ fail ]
|
Test ended at 2025-05-28 01:41:44
|
 |
CURRENT_TEST: sys_vars.sysvars_server_notembedded
|
--- /home/buildbot/x86-debian-12/build/mysql-test/suite/sys_vars/r/sysvars_server_notembedded,32bit.result~ 2025-05-28 01:41:44.488528871 +0000
|
+++ /home/buildbot/x86-debian-12/build/mysql-test/suite/sys_vars/r/sysvars_server_notembedded,32bit.reject 2025-05-28 01:41:44.580534203 +0000
|
@@ -237,7 +237,7 @@
|
VARIABLE_TYPE BIGINT UNSIGNED
|
VARIABLE_COMMENT The buffer that is allocated when sorting the index when doing a REPAIR or when creating indexes with CREATE INDEX or ALTER TABLE
|
NUMERIC_MIN_VALUE 16352
|
-NUMERIC_MAX_VALUE 1152921504606846975
|
+NUMERIC_MAX_VALUE 268435455
|
NUMERIC_BLOCK_SIZE 1
|
ENUM_VALUE_LIST NULL
|
READ_ONLY NO
|
@@ -294,7 +294,7 @@
|
COMMAND_LINE_ARGUMENT OPTIONAL
|
VARIABLE_NAME AUTO_INCREMENT_INCREMENT
|
VARIABLE_SCOPE SESSION
|
-VARIABLE_TYPE BIGINT UNSIGNED
|
+VARIABLE_TYPE INT UNSIGNED
|
VARIABLE_COMMENT Auto-increment columns are incremented by this
|
NUMERIC_MIN_VALUE 1
|
NUMERIC_MAX_VALUE 65535
|
@@ -304,7 +304,7 @@
|
COMMAND_LINE_ARGUMENT OPTIONAL
|
VARIABLE_NAME AUTO_INCREMENT_OFFSET
|
VARIABLE_SCOPE SESSION
|
-VARIABLE_TYPE BIGINT UNSIGNED
|
+VARIABLE_TYPE INT UNSIGNED
|
VARIABLE_COMMENT Offset added to Auto-increment columns. Used when auto-increment-increment != 1
|
NUMERIC_MIN_VALUE 1
|
NUMERIC_MAX_VALUE 65535
|
@@ -314,7 +314,7 @@
|
COMMAND_LINE_ARGUMENT OPTIONAL
|
VARIABLE_NAME BACK_LOG
|
VARIABLE_SCOPE GLOBAL
|
-VARIABLE_TYPE BIGINT UNSIGNED
|
+VARIABLE_TYPE INT UNSIGNED
|
VARIABLE_COMMENT The number of outstanding connection requests MariaDB can have. This comes into play when the main MariaDB thread gets many connection requests in a very short time
|
NUMERIC_MIN_VALUE 0
|
NUMERIC_MAX_VALUE 65535
|
@@ -367,7 +367,7 @@
|
VARIABLE_TYPE BIGINT UNSIGNED
|
VARIABLE_COMMENT The size of the transactional cache for updates to transactional engines for the binary log. If you often use transactions containing many statements, you can increase this to get more performance
|
NUMERIC_MIN_VALUE 4096
|
-NUMERIC_MAX_VALUE 18446744073709551615
|
+NUMERIC_MAX_VALUE 4294967295
|
NUMERIC_BLOCK_SIZE 4096
|
ENUM_VALUE_LIST NULL
|
READ_ONLY NO
|
@@ -384,20 +384,20 @@
|
COMMAND_LINE_ARGUMENT REQUIRED
|
VARIABLE_NAME BINLOG_COMMIT_WAIT_COUNT
|
VARIABLE_SCOPE GLOBAL
|
-VARIABLE_TYPE BIGINT UNSIGNED
|
+VARIABLE_TYPE INT UNSIGNED
|
VARIABLE_COMMENT If non-zero, binlog write will wait at most binlog_commit_wait_usec microseconds for at least this many commits to queue up for group commit to the binlog. This can reduce I/O on the binlog and provide increased opportunity for parallel apply on the slave, but too high a value will decrease commit throughput
|
NUMERIC_MIN_VALUE 0
|
-NUMERIC_MAX_VALUE 18446744073709551615
|
+NUMERIC_MAX_VALUE 4294967295
|
NUMERIC_BLOCK_SIZE 1
|
ENUM_VALUE_LIST NULL
|
READ_ONLY NO
|
COMMAND_LINE_ARGUMENT REQUIRED
|
VARIABLE_NAME BINLOG_COMMIT_WAIT_USEC
|
VARIABLE_SCOPE GLOBAL
|
-VARIABLE_TYPE BIGINT UNSIGNED
|
+VARIABLE_TYPE INT UNSIGNED
|
VARIABLE_COMMENT Maximum time, in microseconds, to wait for more commits to queue up for binlog group commit. Only takes effect if the value of binlog_commit_wait_count is non-zero
|
NUMERIC_MIN_VALUE 0
|
-NUMERIC_MAX_VALUE 18446744073709551615
|
+NUMERIC_MAX_VALUE 4294967295
|
NUMERIC_BLOCK_SIZE 1
|
ENUM_VALUE_LIST NULL
|
READ_ONLY NO
|
@@ -424,7 +424,7 @@
|
COMMAND_LINE_ARGUMENT NULL
|
VARIABLE_NAME BINLOG_EXPIRE_LOGS_SECONDS
|
VARIABLE_SCOPE GLOBAL
|
-VARIABLE_TYPE BIGINT UNSIGNED
|
+VARIABLE_TYPE INT UNSIGNED
|
VARIABLE_COMMENT If non-zero, binary logs will be purged after binlog_expire_logs_seconds seconds; It and expire_logs_days are linked, such that changes in one are converted into the other. Possible purges happen at startup and at binary log rotation
|
NUMERIC_MIN_VALUE 0
|
NUMERIC_MAX_VALUE 8553600
|
@@ -437,7 +437,7 @@
|
VARIABLE_TYPE BIGINT UNSIGNED
|
VARIABLE_COMMENT The size of file cache for the binary log
|
NUMERIC_MIN_VALUE 8192
|
-NUMERIC_MAX_VALUE 18446744073709551615
|
+NUMERIC_MAX_VALUE 4294967295
|
NUMERIC_BLOCK_SIZE 4096
|
ENUM_VALUE_LIST NULL
|
READ_ONLY NO
|
@@ -524,7 +524,7 @@
|
COMMAND_LINE_ARGUMENT REQUIRED
|
VARIABLE_NAME BINLOG_ROW_EVENT_MAX_SIZE
|
VARIABLE_SCOPE GLOBAL
|
-VARIABLE_TYPE BIGINT UNSIGNED
|
+VARIABLE_TYPE INT UNSIGNED
|
VARIABLE_COMMENT The maximum size of a row-based binary log event in bytes. Rows will be grouped into events smaller than this size if possible. The value has to be a multiple of 256
|
NUMERIC_MIN_VALUE 256
|
NUMERIC_MAX_VALUE 4294967040
|
@@ -567,7 +567,7 @@
|
VARIABLE_TYPE BIGINT UNSIGNED
|
VARIABLE_COMMENT The size of the statement cache for updates to non-transactional engines for the binary log. If you often use statements updating a great number of rows, you can increase this to get more performance
|
NUMERIC_MIN_VALUE 4096
|
-NUMERIC_MAX_VALUE 18446744073709551615
|
+NUMERIC_MAX_VALUE 4294967295
|
NUMERIC_BLOCK_SIZE 4096
|
ENUM_VALUE_LIST NULL
|
READ_ONLY NO
|
@@ -587,7 +587,7 @@
|
VARIABLE_TYPE BIGINT UNSIGNED
|
VARIABLE_COMMENT Size of tree cache used in bulk insert optimization. Note that this is a limit per thread
|
NUMERIC_MIN_VALUE 0
|
-NUMERIC_MAX_VALUE 18446744073709551615
|
+NUMERIC_MAX_VALUE 4294967295
|
NUMERIC_BLOCK_SIZE 1
|
ENUM_VALUE_LIST NULL
|
READ_ONLY NO
|
@@ -784,7 +784,7 @@
|
COMMAND_LINE_ARGUMENT OPTIONAL
|
VARIABLE_NAME CONNECT_TIMEOUT
|
VARIABLE_SCOPE GLOBAL
|
-VARIABLE_TYPE BIGINT UNSIGNED
|
+VARIABLE_TYPE INT UNSIGNED
|
VARIABLE_COMMENT The number of seconds the MariaDB server is waiting for a connect packet before responding with 'Bad handshake'
|
NUMERIC_MIN_VALUE 2
|
NUMERIC_MAX_VALUE 31536000
|
@@ -824,7 +824,7 @@
|
COMMAND_LINE_ARGUMENT REQUIRED
|
VARIABLE_NAME DEADLOCK_SEARCH_DEPTH_LONG
|
VARIABLE_SCOPE SESSION
|
-VARIABLE_TYPE BIGINT UNSIGNED
|
+VARIABLE_TYPE INT UNSIGNED
|
VARIABLE_COMMENT Long search depth for the two-step deadlock detection
|
NUMERIC_MIN_VALUE 0
|
NUMERIC_MAX_VALUE 33
|
@@ -834,7 +834,7 @@
|
COMMAND_LINE_ARGUMENT REQUIRED
|
VARIABLE_NAME DEADLOCK_SEARCH_DEPTH_SHORT
|
VARIABLE_SCOPE SESSION
|
-VARIABLE_TYPE BIGINT UNSIGNED
|
+VARIABLE_TYPE INT UNSIGNED
|
VARIABLE_COMMENT Short search depth for the two-step deadlock detection
|
NUMERIC_MIN_VALUE 0
|
NUMERIC_MAX_VALUE 32
|
@@ -844,7 +844,7 @@
|
COMMAND_LINE_ARGUMENT REQUIRED
|
VARIABLE_NAME DEADLOCK_TIMEOUT_LONG
|
VARIABLE_SCOPE SESSION
|
-VARIABLE_TYPE BIGINT UNSIGNED
|
+VARIABLE_TYPE INT UNSIGNED
|
VARIABLE_COMMENT Long timeout for the two-step deadlock detection (in microseconds)
|
NUMERIC_MIN_VALUE 0
|
NUMERIC_MAX_VALUE 4294967295
|
@@ -854,7 +854,7 @@
|
COMMAND_LINE_ARGUMENT REQUIRED
|
VARIABLE_NAME DEADLOCK_TIMEOUT_SHORT
|
VARIABLE_SCOPE SESSION
|
-VARIABLE_TYPE BIGINT UNSIGNED
|
+VARIABLE_TYPE INT UNSIGNED
|
VARIABLE_COMMENT Short timeout for the two-step deadlock detection (in microseconds)
|
NUMERIC_MIN_VALUE 0
|
NUMERIC_MAX_VALUE 4294967295
|
@@ -914,7 +914,7 @@
|
COMMAND_LINE_ARGUMENT NULL
|
VARIABLE_NAME DEFAULT_WEEK_FORMAT
|
VARIABLE_SCOPE SESSION
|
-VARIABLE_TYPE BIGINT UNSIGNED
|
+VARIABLE_TYPE INT UNSIGNED
|
VARIABLE_COMMENT The default week format used by WEEK() functions
|
NUMERIC_MIN_VALUE 0
|
NUMERIC_MAX_VALUE 7
|
@@ -924,7 +924,7 @@
|
COMMAND_LINE_ARGUMENT REQUIRED
|
VARIABLE_NAME DELAYED_INSERT_LIMIT
|
VARIABLE_SCOPE GLOBAL
|
-VARIABLE_TYPE BIGINT UNSIGNED
|
+VARIABLE_TYPE INT UNSIGNED
|
VARIABLE_COMMENT After inserting delayed_insert_limit rows, the INSERT DELAYED handler will check if there are any SELECT statements pending. If so, it allows these to execute before continuing
|
NUMERIC_MIN_VALUE 1
|
NUMERIC_MAX_VALUE 4294967295
|
@@ -934,7 +934,7 @@
|
COMMAND_LINE_ARGUMENT REQUIRED
|
VARIABLE_NAME DELAYED_INSERT_TIMEOUT
|
VARIABLE_SCOPE GLOBAL
|
-VARIABLE_TYPE BIGINT UNSIGNED
|
+VARIABLE_TYPE INT UNSIGNED
|
VARIABLE_COMMENT How long a INSERT DELAYED thread should wait for INSERT statements before terminating
|
NUMERIC_MIN_VALUE 1
|
NUMERIC_MAX_VALUE 31536000
|
@@ -944,7 +944,7 @@
|
COMMAND_LINE_ARGUMENT REQUIRED
|
VARIABLE_NAME DELAYED_QUEUE_SIZE
|
VARIABLE_SCOPE GLOBAL
|
-VARIABLE_TYPE BIGINT UNSIGNED
|
+VARIABLE_TYPE INT UNSIGNED
|
VARIABLE_COMMENT What size queue (in rows) should be allocated for handling INSERT DELAYED. If the queue becomes full, any client that does INSERT DELAYED will wait until there is room in the queue again
|
NUMERIC_MIN_VALUE 1
|
NUMERIC_MAX_VALUE 4294967295
|
@@ -974,7 +974,7 @@
|
COMMAND_LINE_ARGUMENT OPTIONAL
|
VARIABLE_NAME DIV_PRECISION_INCREMENT
|
VARIABLE_SCOPE SESSION
|
-VARIABLE_TYPE BIGINT UNSIGNED
|
+VARIABLE_TYPE INT UNSIGNED
|
VARIABLE_COMMENT Precision of the result of '/' operator will be increased on that value
|
NUMERIC_MIN_VALUE 0
|
NUMERIC_MAX_VALUE 38
|
@@ -1094,7 +1094,7 @@
|
COMMAND_LINE_ARGUMENT NULL
|
VARIABLE_NAME EXTRA_MAX_CONNECTIONS
|
VARIABLE_SCOPE GLOBAL
|
-VARIABLE_TYPE BIGINT UNSIGNED
|
+VARIABLE_TYPE INT UNSIGNED
|
VARIABLE_COMMENT The number of connections on extra-port
|
NUMERIC_MIN_VALUE 1
|
NUMERIC_MAX_VALUE 100000
|
@@ -1124,7 +1124,7 @@
|
COMMAND_LINE_ARGUMENT OPTIONAL
|
VARIABLE_NAME FLUSH_TIME
|
VARIABLE_SCOPE GLOBAL
|
-VARIABLE_TYPE BIGINT UNSIGNED
|
+VARIABLE_TYPE INT UNSIGNED
|
VARIABLE_COMMENT A dedicated thread is created to flush all tables at the given interval
|
NUMERIC_MIN_VALUE 0
|
NUMERIC_MAX_VALUE 31536000
|
@@ -1154,7 +1154,7 @@
|
COMMAND_LINE_ARGUMENT REQUIRED
|
VARIABLE_NAME FT_MAX_WORD_LEN
|
VARIABLE_SCOPE GLOBAL
|
-VARIABLE_TYPE BIGINT UNSIGNED
|
+VARIABLE_TYPE INT UNSIGNED
|
VARIABLE_COMMENT The maximum length of the word to be included in a FULLTEXT index. Note: FULLTEXT indexes must be rebuilt after changing this variable
|
NUMERIC_MIN_VALUE 10
|
NUMERIC_MAX_VALUE 84
|
@@ -1164,7 +1164,7 @@
|
COMMAND_LINE_ARGUMENT REQUIRED
|
VARIABLE_NAME FT_MIN_WORD_LEN
|
VARIABLE_SCOPE GLOBAL
|
-VARIABLE_TYPE BIGINT UNSIGNED
|
+VARIABLE_TYPE INT UNSIGNED
|
VARIABLE_COMMENT The minimum length of the word to be included in a FULLTEXT index. Note: FULLTEXT indexes must be rebuilt after changing this variable
|
NUMERIC_MIN_VALUE 1
|
NUMERIC_MAX_VALUE 84
|
@@ -1174,7 +1174,7 @@
|
COMMAND_LINE_ARGUMENT REQUIRED
|
VARIABLE_NAME FT_QUERY_EXPANSION_LIMIT
|
VARIABLE_SCOPE GLOBAL
|
-VARIABLE_TYPE BIGINT UNSIGNED
|
+VARIABLE_TYPE INT UNSIGNED
|
VARIABLE_COMMENT Number of best matches to use for query expansion
|
NUMERIC_MIN_VALUE 0
|
NUMERIC_MAX_VALUE 1000
|
@@ -1424,7 +1424,7 @@
|
COMMAND_LINE_ARGUMENT NULL
|
VARIABLE_NAME HISTOGRAM_SIZE
|
VARIABLE_SCOPE SESSION
|
-VARIABLE_TYPE BIGINT UNSIGNED
|
+VARIABLE_TYPE INT UNSIGNED
|
VARIABLE_COMMENT Number of bytes used for a histogram. If set to 0, no histograms are created by ANALYZE
|
NUMERIC_MIN_VALUE 0
|
NUMERIC_MAX_VALUE 255
|
@@ -1454,7 +1454,7 @@
|
COMMAND_LINE_ARGUMENT NULL
|
VARIABLE_NAME HOST_CACHE_SIZE
|
VARIABLE_SCOPE GLOBAL
|
-VARIABLE_TYPE BIGINT UNSIGNED
|
+VARIABLE_TYPE INT UNSIGNED
|
VARIABLE_COMMENT How many host names should be cached to avoid resolving
|
NUMERIC_MIN_VALUE 0
|
NUMERIC_MAX_VALUE 65536
|
@@ -1564,7 +1564,7 @@
|
COMMAND_LINE_ARGUMENT NULL
|
VARIABLE_NAME INTERACTIVE_TIMEOUT
|
VARIABLE_SCOPE SESSION
|
-VARIABLE_TYPE BIGINT UNSIGNED
|
+VARIABLE_TYPE INT UNSIGNED
|
VARIABLE_COMMENT The number of seconds the server waits for activity on an interactive connection before closing it
|
NUMERIC_MIN_VALUE 1
|
NUMERIC_MAX_VALUE 31536000
|
@@ -1597,7 +1597,7 @@
|
VARIABLE_TYPE BIGINT UNSIGNED
|
VARIABLE_COMMENT The size of the buffer that is used for joins
|
NUMERIC_MIN_VALUE 128
|
-NUMERIC_MAX_VALUE 18446744073709551615
|
+NUMERIC_MAX_VALUE 4294967295
|
NUMERIC_BLOCK_SIZE 128
|
ENUM_VALUE_LIST NULL
|
READ_ONLY NO
|
@@ -1614,7 +1614,7 @@
|
COMMAND_LINE_ARGUMENT REQUIRED
|
VARIABLE_NAME JOIN_CACHE_LEVEL
|
VARIABLE_SCOPE SESSION
|
-VARIABLE_TYPE BIGINT UNSIGNED
|
+VARIABLE_TYPE INT UNSIGNED
|
VARIABLE_COMMENT Controls what join operations can be executed with join buffers. Odd numbers are used for plain join buffers while even numbers are used for linked buffers
|
NUMERIC_MIN_VALUE 0
|
NUMERIC_MAX_VALUE 8
|
@@ -1637,7 +1637,7 @@
|
VARIABLE_TYPE BIGINT UNSIGNED
|
VARIABLE_COMMENT The size of the buffer used for index blocks for MyISAM tables. Increase this to get faster index handling
|
NUMERIC_MIN_VALUE 0
|
-NUMERIC_MAX_VALUE 18446744073709551615
|
+NUMERIC_MAX_VALUE 4294967295
|
NUMERIC_BLOCK_SIZE 4096
|
ENUM_VALUE_LIST NULL
|
READ_ONLY NO
|
@@ -1664,7 +1664,7 @@
|
COMMAND_LINE_ARGUMENT REQUIRED
|
VARIABLE_NAME KEY_CACHE_DIVISION_LIMIT
|
VARIABLE_SCOPE GLOBAL
|
-VARIABLE_TYPE INT UNSIGNED
|
+VARIABLE_TYPE BIGINT UNSIGNED
|
VARIABLE_COMMENT The minimum percentage of warm blocks in key cache
|
NUMERIC_MIN_VALUE 1
|
NUMERIC_MAX_VALUE 100
|
@@ -1794,7 +1794,7 @@
|
COMMAND_LINE_ARGUMENT NULL
|
VARIABLE_NAME LOCK_WAIT_TIMEOUT
|
VARIABLE_SCOPE SESSION
|
-VARIABLE_TYPE BIGINT UNSIGNED
|
+VARIABLE_TYPE INT UNSIGNED
|
VARIABLE_COMMENT Timeout in seconds to wait for a lock before returning an error
|
NUMERIC_MIN_VALUE 0
|
NUMERIC_MAX_VALUE 31536000
|
@@ -1954,7 +1954,7 @@
|
COMMAND_LINE_ARGUMENT REQUIRED
|
VARIABLE_NAME LOG_SLOW_MAX_WARNINGS
|
VARIABLE_SCOPE SESSION
|
-VARIABLE_TYPE BIGINT UNSIGNED
|
+VARIABLE_TYPE INT UNSIGNED
|
VARIABLE_COMMENT Max numbers of warnings printed to slow query log per statement
|
NUMERIC_MIN_VALUE 0
|
NUMERIC_MAX_VALUE 1000
|
@@ -1964,7 +1964,7 @@
|
COMMAND_LINE_ARGUMENT REQUIRED
|
VARIABLE_NAME LOG_SLOW_MIN_EXAMINED_ROW_LIMIT
|
VARIABLE_SCOPE SESSION
|
-VARIABLE_TYPE BIGINT UNSIGNED
|
+VARIABLE_TYPE INT UNSIGNED
|
VARIABLE_COMMENT Don't write queries to slow log that examine fewer rows than that
|
NUMERIC_MIN_VALUE 0
|
NUMERIC_MAX_VALUE 4294967295
|
@@ -2004,7 +2004,7 @@
|
COMMAND_LINE_ARGUMENT REQUIRED
|
VARIABLE_NAME LOG_SLOW_RATE_LIMIT
|
VARIABLE_SCOPE SESSION
|
-VARIABLE_TYPE BIGINT UNSIGNED
|
+VARIABLE_TYPE INT UNSIGNED
|
VARIABLE_COMMENT Write to slow log every #th slow query. Set to 1 to log everything. Increase it to reduce the size of the slow or the performance impact of slow logging
|
NUMERIC_MIN_VALUE 1
|
NUMERIC_MAX_VALUE 4294967295
|
@@ -2034,7 +2034,7 @@
|
COMMAND_LINE_ARGUMENT REQUIRED
|
VARIABLE_NAME LOG_WARNINGS
|
VARIABLE_SCOPE SESSION
|
-VARIABLE_TYPE BIGINT UNSIGNED
|
+VARIABLE_TYPE INT UNSIGNED
|
VARIABLE_COMMENT Log some non-critical warnings to the error log. Value can be between 0 and 11. Higher values mean more verbosity
|
NUMERIC_MIN_VALUE 0
|
NUMERIC_MAX_VALUE 4294967295
|
@@ -2104,7 +2104,7 @@
|
COMMAND_LINE_ARGUMENT OPTIONAL
|
VARIABLE_NAME MAX_ALLOWED_PACKET
|
VARIABLE_SCOPE SESSION
|
-VARIABLE_TYPE BIGINT UNSIGNED
|
+VARIABLE_TYPE INT UNSIGNED
|
VARIABLE_COMMENT Max packet length to send to or receive from the server
|
NUMERIC_MIN_VALUE 1024
|
NUMERIC_MAX_VALUE 1073741824
|
@@ -2124,7 +2124,7 @@
|
COMMAND_LINE_ARGUMENT REQUIRED
|
VARIABLE_NAME MAX_BINLOG_SIZE
|
VARIABLE_SCOPE GLOBAL
|
-VARIABLE_TYPE BIGINT UNSIGNED
|
+VARIABLE_TYPE INT UNSIGNED
|
VARIABLE_COMMENT Binary log will be rotated automatically when the size exceeds this value, unless `binlog_large_commit_threshold` causes rotation prematurely
|
NUMERIC_MIN_VALUE 4096
|
NUMERIC_MAX_VALUE 1073741824
|
@@ -2147,7 +2147,7 @@
|
VARIABLE_TYPE BIGINT UNSIGNED
|
VARIABLE_COMMENT Maximum space to use for all binary logs. Extra logs are deleted on server start, log rotation, FLUSH LOGS or when writing to binlog. Default is 0, which means no size restrictions. See also slave_connections_needed_for_purge
|
NUMERIC_MIN_VALUE 0
|
-NUMERIC_MAX_VALUE 4294967295
|
+NUMERIC_MAX_VALUE 18446744073709551615
|
NUMERIC_BLOCK_SIZE 1
|
ENUM_VALUE_LIST NULL
|
READ_ONLY NO
|
Attachments
Issue Links
- is caused by
-
MDEV-24 Segmented key cache for Aria
-
- Closed
-