Server System Variables
487
Platform
Bit Size
64
Type
numeric
Default
8192
Range
8192 .. 18446744073709547520
Block
Size
1024
The size of the persistent buffer used for statement parsing and execution. This buffer is not freed
between statements. If you are running complex queries, a larger
query_prealloc_size
[486]
value might be helpful in improving performance, because it can reduce the need for the server to
perform memory allocation during query execution operations.
•
rand_seed1
[487]
The
rand_seed1
[487]
and
rand_seed2
[487]
variables exist as session variables only, and
can be set but not read. They are not shown in the output of
SHOW VARIABLES
.
The purpose of these variables is to support replication of the
RAND()
[912]
function. For
statements that invoke
RAND()
[912]
, the master passes two values to the slave, where they
are used to seed the random number generator. The slave uses these values to set the session
variables
rand_seed1
[487]
and
rand_seed2
[487]
so that
RAND()
[912]
on the slave
generates the same value as on the master.
•
rand_seed2
[487]
See the description for
rand_seed1
[487]
.
•
range_alloc_block_size
[487]
Command-Line Format
--range_alloc_block_size=#
Option-File Format
range_alloc_block_size
Option Sets Variable
Yes,
range_alloc_block_size
[487]
Variable Name
range_alloc_block_size
Variable Scope
Global, Session
Dynamic Variable
Yes
Permitted Values (>= 5.0.54)
Platform
Bit Size
32
Type
numeric
Default
4096
Range
4096 .. 4294967295
Block
Size
1024
Permitted Values (>= 5.0.54)
Platform
Bit Size
64
Type
numeric
Default
4096
Range
4096 .. 18446744073709547520
Summary of Contents for 5.0
Page 1: ...MySQL 5 0 Reference Manual ...
Page 18: ...xviii ...
Page 60: ...40 ...
Page 396: ...376 ...
Page 578: ...558 ...
Page 636: ...616 ...
Page 844: ...824 ...
Page 1234: ...1214 ...
Page 1427: ...MySQL Proxy Scripting 1407 ...
Page 1734: ...1714 ...
Page 1752: ...1732 ...
Page 1783: ...Configuring Connector ODBC 1763 ...
Page 1793: ...Connector ODBC Examples 1773 ...
Page 1839: ...Connector Net Installation 1819 2 You must choose the type of installation to perform ...
Page 2850: ...2830 ...
Page 2854: ...2834 ...
Page 2928: ...2908 ...
Page 3000: ...2980 ...
Page 3122: ...3102 ...
Page 3126: ...3106 ...
Page 3174: ...3154 ...
Page 3232: ...3212 ...