diff options
author | monty@mysql.com <> | 2006-02-26 15:12:56 +0200 |
---|---|---|
committer | monty@mysql.com <> | 2006-02-26 15:12:56 +0200 |
commit | e6a98314a729fac80f3e6eb81ecc2a084917f136 (patch) | |
tree | a9937d1a6cbb5298ec2486f86bf0bd691f2010cf /sql/sql_class.h | |
parent | 9de15fa967795debdbb833524de00489dcc22a61 (diff) | |
parent | e3796c924f4a2f83e141cfa35deb58d903976eb7 (diff) | |
download | mariadb-git-e6a98314a729fac80f3e6eb81ecc2a084917f136.tar.gz |
Merge bk-internal.mysql.com:/home/bk/mysql-5.1-new
into mysql.com:/home/my/mysql-5.1
Diffstat (limited to 'sql/sql_class.h')
-rw-r--r-- | sql/sql_class.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/sql/sql_class.h b/sql/sql_class.h index e7fe8f448d7..267faba49f8 100644 --- a/sql/sql_class.h +++ b/sql/sql_class.h @@ -631,6 +631,7 @@ void xid_cache_delete(XID_STATE *xid_state); class Security_context { public: + Security_context() {} /* Remove gcc warning */ /* host - host of the client user - user of the client, set to NULL until the user has been read from @@ -1480,6 +1481,7 @@ public: class select_result_interceptor: public select_result { public: + select_result_interceptor() {} /* Remove gcc warning */ uint field_count(List<Item> &fields) const { return 0; } bool send_fields(List<Item> &fields, uint flag) { return FALSE; } }; @@ -1770,6 +1772,7 @@ class Table_ident :public Sql_alloc class user_var_entry { public: + user_var_entry() {} /* Remove gcc warning */ LEX_STRING name; char *value; ulong length; |