7 Apr
2016
7 Apr
'16
9:44 p.m.
Nirbhay Choubey <nirbhay@mariadb.com> writes:
Ok to push. (see a suggestion inline)
Thanks!
-static int read_mi_key_from_file(char *key, int max_size, IO_CACHE *f) +static int read_mi_key_from_file(char *key, int max_size, IO_CACHE *f, + bool *found_equal)
^^ Looks like this line is not properly intended.
Sorry, I don't understand? I assume you meant that the indentation is wrong, but the "bool" lines up with "char", as it should... (Could it be a proportional font in your email client?) Of course, it should probably be static int read_mi_key_from_file(char *key, int max_size, IO_CACHE *f, bool *found_equal) I'll fix it like that. - Kristian.