Oracle 5.0 Reference Manual page 443

Table of Contents

Advertisement

Dynamic Variable
Set the SQL mode. See
--sysdate-is-now
Version Introduced
Command-Line Format
Option-File Format
As of MySQL 5.0.12,
time at which the statement in which it occurs begins executing. This differs from the behavior
of
[926]. This option causes
NOW()
information about the implications for binary logging and replication, see the description for
[928]
in
SYSDATE()
Section 5.1.4, "Server System
This option was added in MySQL 5.0.20.
--tc-heuristic-recover={COMMIT|ROLLBACK}
Version Introduced
Command-Line Format
Option-File Format
The type of decision to use in the heuristic recovery process. Currently, this option is unused. Added
in MySQL 5.0.3.
[423]
--temp-pool
Command-Line Format
Option-File Format
This option causes most temporary files created by the server to use a small set of names, rather
than a unique name for each new file. This works around a problem in the Linux kernel dealing with
creating many new files with different names. With the old behavior, Linux seems to "leak" memory,
because it is being allocated to the directory entry cache rather than to the disk cache.
--transaction-isolation=level
Command-Line Format
Option-File Format
Server Command Options
Yes
Section 5.1.7, "Server SQL
[423]
5.0.20
--sysdate-is-now
sysdate-is-now
Permitted Values
Type
boolean
Default
FALSE
[928]
by default returns the time at which it executes, not the
SYSDATE()
SYSDATE()
Section 12.7, "Date and Time Functions"
Variables".
5.0.3
--tc-heuristic-recover=name
tc-heuristic-recover
Permitted Values
Type
enumeration
Valid
COMMIT
Values
RECOVER
--temp-pool
temp-pool
Permitted Values
Type
boolean
Default
TRUE
[423]
--transaction-isolation=name
transaction-isolation
423
Modes".
[928]
to be an alias for
and for
SET TIMESTAMP
[423]
[926]. For
NOW()
in

Advertisement

Table of Contents
loading
Need help?

Need help?

Do you have a question about the 5.0 and is the answer not in the manual?

Questions and answers

Subscribe to Our Youtube Channel

This manual is also suitable for:

Mysql 5.0

Table of Contents