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:
Markus Mäkelä 2018-01-11 07:47:25 +02:00
parent 398dbbc66d
commit f2771d5ad8

View File

@ -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);
}
}
/**