~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to docs/functions/current_time_functions.rst

additions, edits

Show diffs side-by-side

added added

removed removed

Lines of Context:
87
87
When using replication, the binary log will include SET TIMESTAMP entries so that a database can be restored from the binary log. In doing this, values from NOW will be adjusted to the same times as when the original SQL statements were executed. SYSDATE entries will be unaffected by SET TIMESTAMP entries.
88
88
 
89
89
 
90
 
statement_timestamp()              
91
 
----------------------
92
 
 
93
 
See :ref:`now`
94
 
 
95
 
STATEMENT_TIMESTAMP() is a synonym for NOW(). 
96
 
 
97
90
 
98
91
 
99
92