diff options
author | serg@serg.mylan <> | 2005-06-15 20:24:13 +0200 |
---|---|---|
committer | serg@serg.mylan <> | 2005-06-15 20:24:13 +0200 |
commit | 1e3eb387245077730c028f49c3c2e51c47d3c581 (patch) | |
tree | 486ea2ac42145799c897941f8cc31432d9e39b6b /sql/sp_head.h | |
parent | c7f9c0d871ef79cd8ed3b0e3241f7a02507c0224 (diff) | |
parent | 01b3c709261bbefcad3a75c6602d071fc34d85dc (diff) | |
download | mariadb-git-1e3eb387245077730c028f49c3c2e51c47d3c581.tar.gz |
Merge bk-internal:/home/bk/mysql-5.0
into serg.mylan:/usr/home/serg/Abk/mysql-5.0
Diffstat (limited to 'sql/sp_head.h')
-rw-r--r-- | sql/sp_head.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sql/sp_head.h b/sql/sp_head.h index 617d6622037..d22515672f9 100644 --- a/sql/sp_head.h +++ b/sql/sp_head.h @@ -74,7 +74,7 @@ sp_name * sp_name_current_db_new(THD *thd, LEX_STRING name); -class sp_head :private Item_arena +class sp_head :private Query_arena { sp_head(const sp_head &); /* Prevent use of these */ void operator=(sp_head &); |