1
0
mirror of https://github.com/MariaDB/server.git synced 2025-07-10 04:22:00 +03:00

A fix for linking failure of MySQL client when linking with imap libraries

(Bug#7428) (renamed: hash_reset -> my_hash_reset)
This commit is contained in:
konstantin@mysql.com
2005-01-11 13:53:10 +03:00
parent 876a96cd02
commit 067d13f632
2 changed files with 5 additions and 5 deletions

View File

@ -648,8 +648,8 @@ public:
/* Erase all statements (calls Statement destructor) */
void reset()
{
hash_reset(&names_hash);
hash_reset(&st_hash);
my_hash_reset(&names_hash);
my_hash_reset(&st_hash);
last_found_statement= 0;
}