diff options
author | lenz@kallisto.local <> | 2004-02-27 19:08:56 +0100 |
---|---|---|
committer | lenz@kallisto.local <> | 2004-02-27 19:08:56 +0100 |
commit | b8c47718d4c1e4f8c8b47ab768f9c5d4e79d79a1 (patch) | |
tree | fef6cd157dd87633982a42ef0587518c6b496c88 /sql/item.h | |
parent | a9e361856b770a56ea344ffdaa64df9ad2b6a1ff (diff) | |
download | mariadb-git-b8c47718d4c1e4f8c8b47ab768f9c5d4e79d79a1.tar.gz |
- removed extraneous Item_ident:: to fix a compile error on HP-UX
Diffstat (limited to 'sql/item.h')
-rw-r--r-- | sql/item.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sql/item.h b/sql/item.h index b06bc85d573..fb93e0ef8ab 100644 --- a/sql/item.h +++ b/sql/item.h @@ -252,7 +252,7 @@ public: st_select_lex *depended_from; Item_ident(const char *db_name_par,const char *table_name_par, const char *field_name_par); - Item_ident::Item_ident(THD *thd, Item_ident *item); + Item_ident(THD *thd, Item_ident *item); const char *full_name() const; bool remove_dependence_processor(byte * arg); |