mirror of
https://github.com/MariaDB/server.git
synced 2025-01-18 21:12:26 +01:00
Merge tulin@bk-internal.mysql.com:/home/bk/mysql-5.1-new-ndb
into whalegate.ndb.mysql.com:/home/tomas/mysql-5.1-new-ndb
This commit is contained in:
commit
c626f660de
1 changed files with 3 additions and 3 deletions
|
@ -8079,9 +8079,9 @@ int handle_trailing_share(NDB_SHARE *share)
|
|||
}
|
||||
}
|
||||
|
||||
sql_print_error("NDB_SHARE: %s already exists use_count=%d."
|
||||
" Moving away for safety, but possible memleak.",
|
||||
share->key, share->use_count);
|
||||
sql_print_warning("NDB_SHARE: %s already exists use_count=%d."
|
||||
" Moving away for safety, but possible memleak.",
|
||||
share->key, share->use_count);
|
||||
dbug_print_open_tables();
|
||||
|
||||
/*
|
||||
|
|
Loading…
Reference in a new issue