summaryrefslogtreecommitdiff
path: root/sql/log_event.h
diff options
context:
space:
mode:
Diffstat (limited to 'sql/log_event.h')
-rw-r--r--sql/log_event.h2
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,