Merge branch '2.1' into develop
This commit is contained in:
@ -114,6 +114,7 @@ AVRO_TABLE* avro_table_alloc(const char* filepath, const char* json_schema, cons
|
||||
&table->avro_schema))
|
||||
{
|
||||
MXS_ERROR("Avro error: %s", avro_strerror());
|
||||
MXS_INFO("Avro schema: %s", json_schema);
|
||||
MXS_FREE(table);
|
||||
return NULL;
|
||||
}
|
||||
|
Reference in New Issue
Block a user