Incorrect documentation of CURTIME()

Bug #850782 reported by Vijay Samuel
6
This bug affects 1 person
Affects Status Importance Assigned to Milestone
Drizzle
Fix Released
Medium
Vijay Samuel

Bug Description

http://docs.drizzle.org/functions/current_time_functions.html reports

SELECT CURTIME();
        -> '10:30:09'
SELECT CURTIME() + 0;
        -> 103009.000000

but the drizzle client errors on running those sql queries as follows:

drizzle> select curtime();
ERROR 1305 (42000): FUNCTION curtime does not exist

drizzle> select curtime() + 0;
ERROR 1305 (42000): FUNCTION curtime does not exist

We need to re write the documentation.

Related branches

Vijay Samuel (vjsamuel)
Changed in drizzle:
status: New → In Progress
importance: Undecided → Medium
assignee: nobody → Vijay Samuel (vjsamuel)
Vijay Samuel (vjsamuel)
Changed in drizzle:
status: In Progress → Fix Committed
Vijay Samuel (vjsamuel)
Changed in drizzle:
status: Fix Committed → Fix Released
To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.