Merge lp:~vjsamuel/drizzle/fix-bug-850858 into lp:~drizzle-trunk/drizzle/development

Proposed by Vijay Samuel
Status: Merged
Approved by: Brian Aker
Approved revision: 2415
Merged at revision: 2418
Proposed branch: lp:~vjsamuel/drizzle/fix-bug-850858
Merge into: lp:~drizzle-trunk/drizzle/development
Diff against target: 33 lines (+0/-17)
1 file modified
docs/functions/extract_date_functions.rst (+0/-17)
To merge this branch: bzr merge lp:~vjsamuel/drizzle/fix-bug-850858
Reviewer Review Type Date Requested Status
Drizzle Merge Team Pending
Review via email: mp+75541@code.launchpad.net
To post a comment you must log in.

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1=== modified file 'docs/functions/extract_date_functions.rst'
2--- docs/functions/extract_date_functions.rst 2011-02-23 14:17:23 +0000
3+++ docs/functions/extract_date_functions.rst 2011-09-15 15:19:33 +0000
4@@ -72,17 +72,6 @@
5
6 *Result: 20*
7
8-microseconds
9-^^^^^^^^^^^^
10-
11-.. code-block:: mysql
12-
13- SELECT EXTRACT(MICROSECONDS FROM TIME '17:12:28.5');
14-
15-The seconds field, including fractional parts, multiplied by 1 000 000; note that this includes full seconds
16-
17-*Result: 28500000*
18-
19 minute
20 ^^^^^^
21
22@@ -140,12 +129,6 @@
23
24 *Result: 27*
25
26-.. code-block:: mysql
27-
28- SELECT EXTRACT(SECOND FROM TIME '08:15:22.5');
29-
30-*Result: 22.5*
31-
32 timezone
33 ^^^^^^^^
34