mirror of
https://github.com/MariaDB/server.git
synced 2026-05-07 07:35:32 +02:00
MDEV-20604: Duplicate key value is silently truncated to 64 characters in print_keydup_error
Added indication of truncated string for "s" and "M" formats
This commit is contained in:
parent
a1846b7a64
commit
cb4da5da74
68 changed files with 736 additions and 669 deletions
|
|
@ -7,7 +7,7 @@ INSERT INTO invalid_values VALUES('\'aaa\'');
|
|||
INSERT INTO invalid_values VALUES('\'bbb\'');
|
||||
SET @@global.rocksdb_compaction_readahead_size = -1;
|
||||
Warnings:
|
||||
Warning 1292 Truncated incorrect rocksdb_compaction_readahead_siz value: '-1'
|
||||
Warning 1292 Truncated incorrect rocksdb_compaction_readahead_... value: '-1'
|
||||
SELECT @@global.rocksdb_compaction_readahead_size;
|
||||
@@global.rocksdb_compaction_readahead_size
|
||||
0
|
||||
|
|
|
|||
|
|
@ -7,7 +7,7 @@ INSERT INTO invalid_values VALUES('\'aaa\'');
|
|||
INSERT INTO invalid_values VALUES('\'bbb\'');
|
||||
SET @@session.rocksdb_force_index_records_in_range = -1;
|
||||
Warnings:
|
||||
Warning 1292 Truncated incorrect rocksdb_force_index_records_in_r value: '-1'
|
||||
Warning 1292 Truncated incorrect rocksdb_force_index_records_i... value: '-1'
|
||||
SELECT @@session.rocksdb_force_index_records_in_range;
|
||||
@@session.rocksdb_force_index_records_in_range
|
||||
0
|
||||
|
|
|
|||
|
|
@ -97,5 +97,5 @@ Warnings:
|
|||
Warning 1210 RocksDB: rocksdb_rate_limiter_bytes_per_sec cannot be dynamically changed to or from 0. Do a clean shutdown if you want to change it from or to 0.
|
||||
SET @@global.rocksdb_rate_limiter_bytes_per_sec = -1;
|
||||
Warnings:
|
||||
Warning 1292 Truncated incorrect rocksdb_rate_limiter_bytes_per_s value: '-1'
|
||||
Warning 1292 Truncated incorrect rocksdb_rate_limiter_bytes_pe... value: '-1'
|
||||
Warning 1210 RocksDB: rocksdb_rate_limiter_bytes_per_sec cannot be dynamically changed to or from 0. Do a clean shutdown if you want to change it from or to 0.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue