Cleanup for VC++

sql/item_func.cc:
  Cleanup
sql/item_func.h:
  Cleanup
This commit is contained in:
unknown 2005-03-09 21:53:04 +00:00
commit 5b26228c3d
2 changed files with 20 additions and 23 deletions

View file

@ -1252,10 +1252,7 @@ class Item_func_sp :public Item_func
private:
sp_name *m_name;
mutable sp_head *m_sp;
mutable struct {
TABLE table;
TABLE_SHARE share;
} dummy_table;
TABLE *dummy_table;
int execute(Item **itp);
Field *sp_result_field(void) const;