diff options
author | unknown <venu@myvenu.com> | 2003-02-04 18:50:48 -0800 |
---|---|---|
committer | unknown <venu@myvenu.com> | 2003-02-04 18:50:48 -0800 |
commit | 15b099cf025817b73732e39deb7ea3f9aa2c9fab (patch) | |
tree | 6a2652dcfe4e59b5f26ae036c699d8f1ce92851b /sql/item_uniq.h | |
parent | 5a7189cf8c238c991e2b590ee3bb968d13fed63c (diff) | |
download | mariadb-git-15b099cf025817b73732e39deb7ea3f9aa2c9fab.tar.gz |
Windows compile fixups (To be verified by respective devs)
sql/field.cc:
Windows - Cast (longlong -> uint)
sql/item_uniq.h:
Windows compile fix
sql/sql_derived.cc:
Windows - compile fix
Diffstat (limited to 'sql/item_uniq.h')
-rw-r--r-- | sql/item_uniq.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sql/item_uniq.h b/sql/item_uniq.h index ac004e747f8..5ffd10be7a5 100644 --- a/sql/item_uniq.h +++ b/sql/item_uniq.h @@ -50,7 +50,7 @@ public: fixed= 1; return 0; } - Item_sum *copy_or_same(THD* thd) + Item *copy_or_same(THD* thd) { return new Item_sum_unique_users(thd, *this); } |