mirror of
https://github.com/MariaDB/server.git
synced 2025-01-18 13:02:28 +01:00
c9e9b9583e
including modifications according to code review + backport of the fix for Bug 41932 funcs_1: is_collation_character_set_applicability path too long for tar which was missing in 5.0 (just a renaming of two files)
20 lines
870 B
Text
20 lines
870 B
Text
SET SESSION transaction_prealloc_size=1024*1024*1024*1;
|
|
SHOW PROCESSLIST;
|
|
Id User Host db Command Time State Info
|
|
<Id> root localhost test Query <Time> NULL SHOW PROCESSLIST
|
|
SET SESSION transaction_prealloc_size=1024*1024*1024*2;
|
|
SHOW PROCESSLIST;
|
|
Id User Host db Command Time State Info
|
|
<Id> root localhost test Query <Time> NULL SHOW PROCESSLIST
|
|
SET SESSION transaction_prealloc_size=1024*1024*1024*3;
|
|
SHOW PROCESSLIST;
|
|
Id User Host db Command Time State Info
|
|
<Id> root localhost test Query <Time> NULL SHOW PROCESSLIST
|
|
SET SESSION transaction_prealloc_size=1024*1024*1024*4;
|
|
SHOW PROCESSLIST;
|
|
Id User Host db Command Time State Info
|
|
<Id> root localhost test Query <Time> NULL SHOW PROCESSLIST
|
|
SET SESSION transaction_prealloc_size=1024*1024*1024*5;
|
|
SHOW PROCESSLIST;
|
|
Id User Host db Command Time State Info
|
|
<Id> root localhost test Query <Time> NULL SHOW PROCESSLIST
|