1
0
mirror of https://github.com/MariaDB/server.git synced 2025-08-08 11:22:35 +03:00

Fixing typos in DBUG_ENTER() comments.

This commit is contained in:
Alexander Barkov
2015-05-27 21:41:02 +04:00
parent 5991efc382
commit ab5094beab

View File

@@ -8102,7 +8102,7 @@ SEL_TREE *Item::get_mm_tree(RANGE_OPT_PARAM *param, Item **cond_ptr)
SEL_TREE * SEL_TREE *
Item_func_between::get_mm_tree(RANGE_OPT_PARAM *param, Item **cond_ptr) Item_func_between::get_mm_tree(RANGE_OPT_PARAM *param, Item **cond_ptr)
{ {
DBUG_ENTER("Item::get_mm_tree"); DBUG_ENTER("Item_func_between::get_mm_tree");
if (const_item()) if (const_item())
DBUG_RETURN(get_mm_tree_for_const(param, this)); DBUG_RETURN(get_mm_tree_for_const(param, this));
@@ -8202,7 +8202,7 @@ SEL_TREE *Item_equal::get_mm_tree(RANGE_OPT_PARAM *param, Item **cond_ptr)
SEL_TREE *Item_func::get_mm_tree(RANGE_OPT_PARAM *param, Item **cond_ptr) SEL_TREE *Item_func::get_mm_tree(RANGE_OPT_PARAM *param, Item **cond_ptr)
{ {
DBUG_ENTER("Item::get_mm_tree"); DBUG_ENTER("Item_func::get_mm_tree");
if (const_item()) if (const_item())
DBUG_RETURN(get_mm_tree_for_const(param, this)); DBUG_RETURN(get_mm_tree_for_const(param, this));