mirror of
https://github.com/MariaDB/server.git
synced 2025-07-27 18:02:13 +03:00
Patches to fix problems on Windows
sql/log_event.cc: Adding cast since byte is unsigned char on Windows sql/rpl_utility.cc: Adding missing return statement.
This commit is contained in:
@ -96,6 +96,8 @@ field_length_from_packed(enum_field_types const field_type,
|
||||
length= ~0UL; // NYI
|
||||
break;
|
||||
}
|
||||
|
||||
return length;
|
||||
}
|
||||
|
||||
/*********************************************************************
|
||||
|
Reference in New Issue
Block a user