1
0
mirror of https://github.com/MariaDB/server.git synced 2025-07-30 16:24:05 +03:00

Merge mysql.com:/home/kostja/work/mysql-4.1-7428

into mysql.com:/home/kostja/work/mysql-5.0-root
This commit is contained in:
konstantin@mysql.com
2005-01-11 14:47:12 +03:00
4 changed files with 7 additions and 7 deletions

View File

@ -742,8 +742,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;
}