diff options
author | monty@narttu.mysql.fi <> | 2006-11-29 22:54:11 +0200 |
---|---|---|
committer | monty@narttu.mysql.fi <> | 2006-11-29 22:54:11 +0200 |
commit | 2e8d2e3ef9d33b4404da5a62c79f4d2c0c863fb9 (patch) | |
tree | 18b0302fbd603b8209b054283333eefadcc91613 /sql/table.h | |
parent | ea5c7f975694cdf02393c67dff15a77a3590c309 (diff) | |
parent | 23263db66eb19b6779c6bd8708e1c3b08692eebb (diff) | |
download | mariadb-git-2e8d2e3ef9d33b4404da5a62c79f4d2c0c863fb9.tar.gz |
Merge bk-internal.mysql.com:/home/bk/mysql-5.1
into mysql.com:/home/my/mysql-5.1
Diffstat (limited to 'sql/table.h')
-rw-r--r-- | sql/table.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sql/table.h b/sql/table.h index 55f889f42b9..13666c82f4b 100644 --- a/sql/table.h +++ b/sql/table.h @@ -116,6 +116,7 @@ class Table_triggers_list; typedef struct st_table_share { + st_table_share() {} /* Remove gcc warning */ /* hash of field names (contains pointers to elements of field array) */ HASH name_hash; /* hash of field names */ MEM_ROOT mem_root; |