change printout to be a warning

parent 78fb6b27
...@@ -8079,9 +8079,9 @@ int handle_trailing_share(NDB_SHARE *share) ...@@ -8079,9 +8079,9 @@ int handle_trailing_share(NDB_SHARE *share)
} }
} }
sql_print_error("NDB_SHARE: %s already exists use_count=%d." sql_print_warning("NDB_SHARE: %s already exists use_count=%d."
" Moving away for safety, but possible memleak.", " Moving away for safety, but possible memleak.",
share->key, share->use_count); share->key, share->use_count);
dbug_print_open_tables(); dbug_print_open_tables();
/* /*
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment