Add missing break (#346)

Fixes #343
This commit is contained in:
Jason Fried
2019-03-19 01:02:44 -07:00
committed by Inada Naoki
parent e52812fd15
commit e04c5972f5

View File

@ -1147,6 +1147,7 @@ _mysql_field_to_python(
#endif
// Call converter with bytes
binary = 1;
break;
default: // e.g. FIELD_TYPE_DATETIME, etc.
// Call converter with unicode string
binary = 0;