diff options
author | monty@mashka.mysql.fi <> | 2003-02-14 11:47:41 +0200 |
---|---|---|
committer | monty@mashka.mysql.fi <> | 2003-02-14 11:47:41 +0200 |
commit | acf8993439943a45b185b67bfdfad3de5079630e (patch) | |
tree | 2bcccee0d1ca3eede87c86ba444c18bb917dd8cd /sql/log_event.h | |
parent | 3695c64111173ec5a04ca66e2ba036ccbea8c67d (diff) | |
download | mariadb-git-acf8993439943a45b185b67bfdfad3de5079630e.tar.gz |
Fixed problem when connecting to user without a password.
Fixed problem with LIKE and BINARY
Diffstat (limited to 'sql/log_event.h')
-rw-r--r-- | sql/log_event.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sql/log_event.h b/sql/log_event.h index 567bf279ff1..b9b1355a304 100644 --- a/sql/log_event.h +++ b/sql/log_event.h @@ -635,7 +635,7 @@ public: ulong val_len; Item_result type; uint charset_number; - byte is_null; + bool is_null; #ifndef MYSQL_CLIENT User_var_log_event(THD* thd_arg, char *name_arg, uint name_len_arg, char *val_arg, ulong val_len_arg, Item_result type_arg, |