From 898aae5e0f13a3461699e447a559247474a5b2e1 Mon Sep 17 00:00:00 2001 From: "jimw@mysql.com" <> Date: Thu, 11 Aug 2005 18:58:22 -0700 Subject: Add SLEEP(seconds) function, which always returns 0 after the given number of seconds (which can include microseconds). (Bug #6760) --- sql/item_create.h | 1 + 1 file changed, 1 insertion(+) (limited to 'sql/item_create.h') diff --git a/sql/item_create.h b/sql/item_create.h index 0a9af144ec0..d757318bfc1 100644 --- a/sql/item_create.h +++ b/sql/item_create.h @@ -83,6 +83,7 @@ Item *create_func_sec_to_time(Item* a); Item *create_func_sign(Item* a); Item *create_func_sin(Item* a); Item *create_func_sha(Item* a); +Item *create_func_sleep(Item* a); Item *create_func_soundex(Item* a); Item *create_func_space(Item *); Item *create_func_sqrt(Item* a); -- cgit v1.2.1