Remove obsolete message
The warning that a schema already exists is obsolete as mapped tables are now always opened instead of being reused. This causes the schema checks to be done for each mapped table.
This commit is contained in:
parent
398dbbc66d
commit
f2771d5ad8
@ -311,10 +311,6 @@ void save_avro_schema(const char *path, const char* schema, TABLE_MAP *map)
|
||||
}
|
||||
}
|
||||
}
|
||||
else
|
||||
{
|
||||
MXS_NOTICE("Schema version %d already exists: %s", map->version, filepath);
|
||||
}
|
||||
}
|
||||
|
||||
/**
|
||||
|
Loading…
x
Reference in New Issue
Block a user