Skip to content

Commit a98717c

Browse files
author
Tor Didriksen
committed
Bug#28687608 EXCHANGE PARTITION GENERATING ERROR FOR ROW_FORMAT WHEN IT SHOULD NOT
Post push fix: Fix Clang Werror build. Reviewed-by: Jon Olav Hauglid <jon.hauglid@oracle.com> Change-Id: I2deabf69d7e3927bc57b272774331354f8f05473
1 parent 5f7a62d commit a98717c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

storage/innobase/handler/ha_innopart.cc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2949,7 +2949,7 @@ enum row_type ha_innopart::get_partition_row_type(const dd::Table *table,
29492949
} else {
29502950
return real_type;
29512951
}
2952-
};
2952+
}
29532953

29542954
int ha_innopart::truncate_impl(const char *name, TABLE *form,
29552955
dd::Table *table_def) {

0 commit comments

Comments
 (0)