From f2771d5ad89f864c826661f6cb63088dd9a28bca Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Markus=20M=C3=A4kel=C3=A4?= Date: Thu, 11 Jan 2018 07:47:25 +0200 Subject: [PATCH] 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. --- server/modules/routing/avrorouter/avro_schema.c | 4 ---- 1 file changed, 4 deletions(-) diff --git a/server/modules/routing/avrorouter/avro_schema.c b/server/modules/routing/avrorouter/avro_schema.c index fc61301d3..79ef43bd2 100644 --- a/server/modules/routing/avrorouter/avro_schema.c +++ b/server/modules/routing/avrorouter/avro_schema.c @@ -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); - } } /**