mirror of
https://github.com/MariaDB/server.git
synced 2025-01-29 02:05:57 +01:00
Bug17632978 SLAVE CRASHES IF ROW EVENT IS CORRUPTED
(MYSQLBINLOG -V CRASHES WITH THAT BINLOG) Post Push: Fixing Werror compiler issue
This commit is contained in:
parent
5fa9664b07
commit
11c0805e1d
1 changed files with 1 additions and 1 deletions
|
@ -197,7 +197,7 @@ int compare_lengths(Field *field, enum_field_types source_type, uint16 metadata)
|
|||
*/
|
||||
uint32 table_def::calc_field_size(uint col, uchar *master_data) const
|
||||
{
|
||||
uint32 length;
|
||||
uint32 length= 0;
|
||||
|
||||
switch (type(col)) {
|
||||
case MYSQL_TYPE_NEWDECIMAL:
|
||||
|
|
Loading…
Add table
Reference in a new issue