maria-developers team mailing list archive
-
maria-developers team
-
Mailing list archive
-
Message #09476
Re: [Commits] ca24c9d: MDEV-9383: Server fails to read master.info after upgrade 10.0 -> 10.1
Nirbhay Choubey <nirbhay@xxxxxxxxxxx> 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.
References