diff options
author | serg@serg.mylan <> | 2005-06-15 19:58:35 +0200 |
---|---|---|
committer | serg@serg.mylan <> | 2005-06-15 19:58:35 +0200 |
commit | 01b3c709261bbefcad3a75c6602d071fc34d85dc (patch) | |
tree | d0e401b0b62ca77791bca2ee213877cb2919beea /sql/sql_view.cc | |
parent | b41f9b36cb8daee4e4229ea26ad6df433d6f2082 (diff) | |
download | mariadb-git-01b3c709261bbefcad3a75c6602d071fc34d85dc.tar.gz |
renamed:
Item_buff -> Cached_item
Item_arena -> Query_arena
TEST_ASSERT -> YYERROR_UNLESS
Diffstat (limited to 'sql/sql_view.cc')
-rw-r--r-- | sql/sql_view.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sql/sql_view.cc b/sql/sql_view.cc index 9f0c3260d8f..5152619fd85 100644 --- a/sql/sql_view.cc +++ b/sql/sql_view.cc @@ -579,7 +579,7 @@ mysql_make_view(File_parser *parser, TABLE_LIST *table) For now we assume that tables will not be changed during PS life (it will be TRUE as far as we make new table cache). */ - Item_arena *arena= thd->current_arena, backup; + Query_arena *arena= thd->current_arena, backup; if (arena->is_conventional()) arena= 0; else |