2007-04-13 00:03:26 +02:00
|
|
|
set session transaction_prealloc_size=1024*1024*1024*1;
|
|
|
|
show processlist;
|
|
|
|
Id User Host db Command Time State Info
|
2007-12-21 20:30:23 +01:00
|
|
|
6 root localhost test Query 0 NULL show processlist
|
2007-04-13 00:03:26 +02:00
|
|
|
set session transaction_prealloc_size=1024*1024*1024*2;
|
|
|
|
show processlist;
|
|
|
|
Id User Host db Command Time State Info
|
2007-12-21 20:30:23 +01:00
|
|
|
6 root localhost test Query 1 NULL show processlist
|
2007-04-13 00:03:26 +02:00
|
|
|
set session transaction_prealloc_size=1024*1024*1024*3;
|
|
|
|
show processlist;
|
|
|
|
Id User Host db Command Time State Info
|
2007-12-21 20:30:23 +01:00
|
|
|
6 root localhost test Query 0 NULL show processlist
|
2007-04-13 00:03:26 +02:00
|
|
|
set session transaction_prealloc_size=1024*1024*1024*4;
|
2007-12-21 20:30:23 +01:00
|
|
|
Warnings:
|
|
|
|
Warning 1292 Truncated incorrect transaction_prealloc_size value: '4294967296'
|
2007-04-13 00:03:26 +02:00
|
|
|
show processlist;
|
|
|
|
Id User Host db Command Time State Info
|
2007-12-21 20:30:23 +01:00
|
|
|
6 root localhost test Query 0 NULL show processlist
|
2007-04-13 00:03:26 +02:00
|
|
|
set session transaction_prealloc_size=1024*1024*1024*5;
|
2007-12-21 20:30:23 +01:00
|
|
|
Warnings:
|
|
|
|
Warning 1292 Truncated incorrect transaction_prealloc_size value: '5368709120'
|
2007-04-13 00:03:26 +02:00
|
|
|
show processlist;
|
|
|
|
Id User Host db Command Time State Info
|
2007-12-21 20:30:23 +01:00
|
|
|
6 root localhost test Query 0 NULL show processlist
|