summaryrefslogtreecommitdiff
path: root/sql/field.h
diff options
context:
space:
mode:
authorserg@serg.mylan <>2006-01-03 17:54:54 +0100
committerserg@serg.mylan <>2006-01-03 17:54:54 +0100
commit14f94dc0cad1419e74047956c059c1cf9c3e7a2c (patch)
tree2c671047ec7c4161ca04e53f5f54c6797f81afd4 /sql/field.h
parent04cff0d055fd63d7f0a9395478171e735799f30b (diff)
downloadmariadb-git-14f94dc0cad1419e74047956c059c1cf9c3e7a2c.tar.gz
many warnings (practically safe but annoying) corrected
Diffstat (limited to 'sql/field.h')
-rw-r--r--sql/field.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/sql/field.h b/sql/field.h
index ed6bf1c0a9c..5d722fccb18 100644
--- a/sql/field.h
+++ b/sql/field.h
@@ -1336,12 +1336,12 @@ public:
}
};
-
+
class Field_bit_as_char: public Field_bit {
public:
uchar create_length;
Field_bit_as_char(char *ptr_arg, uint32 len_arg, uchar *null_ptr_arg,
- uchar null_bit_arg, uchar *bit_ptr_arg, uchar bit_ofs_arg,
+ uchar null_bit_arg,
enum utype unireg_check_arg, const char *field_name_arg,
struct st_table *table_arg);
enum ha_base_keytype key_type() const { return HA_KEYTYPE_BINARY; }