mirror of
https://github.com/MariaDB/server.git
synced 2025-01-29 10:14:19 +01:00
Bug#41893: Removal of trailing space noise causing Pushbuild failure.
This commit is contained in:
parent
88b906ac21
commit
fb78405625
1 changed files with 1 additions and 1 deletions
|
@ -292,7 +292,7 @@ transaction_prealloc_size 20480
|
|||
set @@range_alloc_block_size=default;
|
||||
set @@query_alloc_block_size=default, @@query_prealloc_size=default;
|
||||
set transaction_alloc_block_size=default, @@transaction_prealloc_size=default;
|
||||
==+ Check the values not that they are reset +==
|
||||
==+ Check the values now that they are reset +==
|
||||
SHOW VARIABLES WHERE variable_name IN ('range_alloc_block_size',
|
||||
'query_alloc_block_size', 'query_prealloc_size',
|
||||
'transaction_alloc_block_size', 'transaction_prealloc_size');
|
||||
|
|
Loading…
Add table
Reference in a new issue