summaryrefslogtreecommitdiff
path: root/sql/sql_class.h
diff options
context:
space:
mode:
authorunknown <bell@sanja.is.com.ua>2004-02-20 16:24:03 +0200
committerunknown <bell@sanja.is.com.ua>2004-02-20 16:24:03 +0200
commit9977ce0c718de3ffc9eeb2445d3eb5fc2ef899cc (patch)
tree4b5ce64cf1b69cb39fc018131a30323c3cca686a /sql/sql_class.h
parent7dd164f7305ab2ac1bfc95c214935e61be6e6510 (diff)
downloadmariadb-git-9977ce0c718de3ffc9eeb2445d3eb5fc2ef899cc.tar.gz
after review changes
sql/sql_class.h: changed methods names sql/sql_prepare.cc: changed methods names removed incorrect comments added error handler
Diffstat (limited to 'sql/sql_class.h')
-rw-r--r--sql/sql_class.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/sql/sql_class.h b/sql/sql_class.h
index 4ea9879a478..6816d141dac 100644
--- a/sql/sql_class.h
+++ b/sql/sql_class.h
@@ -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);