diff options
author | unknown <hf@genie.(none)> | 2003-03-14 13:10:33 +0400 |
---|---|---|
committer | unknown <hf@genie.(none)> | 2003-03-14 13:10:33 +0400 |
commit | 76aa0ea583e814f9f30cf0a0398782deb68d6498 (patch) | |
tree | 53ffc923d62be5c296cbb0f3cc0be7571e15c3f0 /sql/item_create.h | |
parent | 92c9dc34b4aab21ed6b3505b48496b20dc4659e3 (diff) | |
download | mariadb-git-76aa0ea583e814f9f30cf0a0398782deb68d6498.tar.gz |
SCRUM
IS_USED_LOCK('lock') implementation
sql/item_create.cc:
create_func_is_used_lock implementation
sql/item_create.h:
create_func_is_used_lock declaration
sql/item_func.cc:
thread_id member added to the ULL class
sql/item_func.h:
class Item_func_is_used_lock added
sql/lex.h:
IS_USED_LOCK function added to the SQL
Diffstat (limited to 'sql/item_create.h')
-rw-r--r-- | sql/item_create.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sql/item_create.h b/sql/item_create.h index 135bd6b02c4..ce0a6d9ce86 100644 --- a/sql/item_create.h +++ b/sql/item_create.h @@ -100,6 +100,7 @@ Item *create_func_version(void); Item *create_func_weekday(Item* a); Item *create_load_file(Item* a); Item *create_func_is_free_lock(Item* a); +Item *create_func_is_used_lock(Item* a); Item *create_func_quote(Item* a); Item *create_func_geometry_from_text(Item* a); |