diff options
author | unknown <ram@ram.(none)> | 2002-08-08 20:25:53 +0500 |
---|---|---|
committer | unknown <ram@ram.(none)> | 2002-08-08 20:25:53 +0500 |
commit | 744a4f95d9c581588ffb11cce01ca15310d734da (patch) | |
tree | 4a9a6bb08d5e22e59a72992adf73586c7f810ecd /sql/item_create.h | |
parent | 028cfaba9ba0fcbba30511e6951daab6a1829f20 (diff) | |
download | mariadb-git-744a4f95d9c581588ffb11cce01ca15310d734da.tar.gz |
new QUOTE() fuction has been added
BitKeeper/etc/logging_ok:
Logging to logging@openlogging.org accepted
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 730a1510988..28fbd61df8f 100644 --- a/sql/item_create.h +++ b/sql/item_create.h @@ -93,3 +93,4 @@ Item *create_func_weekday(Item* a); Item *create_load_file(Item* a); Item *create_wait_for_master_pos(Item* a, Item* b); Item *create_func_is_free_lock(Item* a); +Item *create_func_quote(Item* a); |