1
0
mirror of https://github.com/MariaDB/server.git synced 2025-07-29 05:21:33 +03:00

Post-merge fixes. Add a new error message for max_prepared_stmt_count

limit.
This commit is contained in:
konstantin@mysql.com
2006-04-13 01:46:44 +04:00
parent 75792fc0dc
commit c49e6f8869
6 changed files with 161 additions and 47 deletions

View File

@ -867,16 +867,6 @@ public:
}
return last_found_statement;
}
void erase(Statement *statement)
{
if (statement == last_found_statement)
last_found_statement= 0;
if (statement->name.str)
{
hash_delete(&names_hash, (byte *) statement);
}
hash_delete(&st_hash, (byte *) statement);
}
/*
Close all cursors of this connection that use tables of a storage
engine that has transaction-specific state and therefore can not