mirror of
https://github.com/MariaDB/server.git
synced 2026-05-01 20:55:32 +02:00
item_func.h:
Identation correction for the fix of bug #9939. sql/item_func.h: Identation correction for the fix of bug #9939.
This commit is contained in:
parent
b4ed58bf07
commit
33b114aac2
1 changed files with 3 additions and 3 deletions
|
|
@ -189,13 +189,13 @@ class Item_func_numhybrid: public Item_func
|
|||
protected:
|
||||
Item_result hybrid_type;
|
||||
public:
|
||||
Item_func_numhybrid(Item *a) :Item_func(a),hybrid_type(REAL_RESULT)
|
||||
Item_func_numhybrid(Item *a) :Item_func(a), hybrid_type(REAL_RESULT)
|
||||
{}
|
||||
Item_func_numhybrid(Item *a,Item *b)
|
||||
:Item_func(a,b),hybrid_type(REAL_RESULT)
|
||||
:Item_func(a,b), hybrid_type(REAL_RESULT)
|
||||
{}
|
||||
Item_func_numhybrid(List<Item> &list)
|
||||
:Item_func(list),hybrid_type(REAL_RESULT)
|
||||
:Item_func(list), hybrid_type(REAL_RESULT)
|
||||
{}
|
||||
|
||||
enum Item_result result_type () const { return hybrid_type; }
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue