Oracle 5.0 Reference Manual page 469

Table of Contents

Advertisement

This is a per-table limit on the number of rows to queue when handling
statements. If the queue becomes full, any client that issues an
until there is room in the queue again.
div_precision_increment
Version Introduced
Command-Line Format
Option-File Format
Option Sets Variable
Variable Name
Variable Scope
Dynamic Variable
This variable indicates the number of digits by which to increase the scale of the result of division
operations performed with the
values are 0 and 30, respectively. The following example illustrates the effect of increasing the
default value.
mysql>
SELECT 1/7;
+--------+
| 1/7
|
+--------+
| 0.1429 |
+--------+
mysql>
SET div_precision_increment = 12;
mysql>
SELECT 1/7;
+----------------+
| 1/7
|
+----------------+
| 0.142857142857 |
+----------------+
This variable was added in MySQL 5.0.6.
engine_condition_pushdown
Version Introduced
Command-Line Format
Option-File Format
Option Sets Variable
Variable Name
Variable Scope
Dynamic Variable
Server System Variables
Platform
64
Bit Size
Type
numeric
Default
1000
Range
1 .. 18446744073709547520
[449]
5.0.6
--div_precision_increment=#
div_precision_increment
Yes,
div_precision_increment
div_precision_increment
Global, Session
Yes
Permitted Values
Type
numeric
Default
4
Range
0 .. 30
[906]
operator. The default value is 4. The minimum and maximum
/
[449]
5.0.3
--engine-condition-pushdown
engine-condition-pushdown
Yes,
engine_condition_pushdown
engine_condition_pushdown
Global, Session
Yes
449
INSERT DELAYED
statement waits
INSERT DELAYED
[449]
[449]

Advertisement

Table of Contents
loading

This manual is also suitable for:

Mysql 5.0

Table of Contents