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

after review changes

This commit is contained in:
bell@sanja.is.com.ua
2004-02-20 16:24:03 +02:00
parent 8a442c4e0d
commit c6c1efba7e
2 changed files with 19 additions and 28 deletions

View File

@ -911,7 +911,7 @@ public:
inline CHARSET_INFO *charset() { return variables.character_set_client; }
void update_charset();
inline void ps_setup_prepare_memory()
inline void allocate_temporary_memory_pool_for_ps_preparing()
{
DBUG_ASSERT(current_statement!=0);
/*
@ -928,7 +928,7 @@ public:
variables.query_prealloc_size);
free_list= 0;
}
inline void ps_setup_free_memory()
inline void free_temporary_memory_pool_for_ps_preparing()
{
DBUG_ASSERT(current_statement!=0);
cleanup_items(current_statement->free_list);