mirror of
https://github.com/MariaDB/server.git
synced 2026-05-07 07:35:32 +02:00
Cleanup for VC++
sql/item_func.cc: Cleanup sql/item_func.h: Cleanup
This commit is contained in:
parent
dd2306839a
commit
5b26228c3d
2 changed files with 20 additions and 23 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue