1
0
mirror of https://github.com/MariaDB/server.git synced 2025-07-30 16:24:05 +03:00

A name of macro is fixed.

This commit is contained in:
bell@sanja.is.com.ua
2005-11-23 12:26:07 +02:00
parent 83d692da88
commit 1343975dda
3 changed files with 5 additions and 5 deletions

View File

@ -1498,7 +1498,7 @@ int select_dumpvar::prepare(List<Item> &list, SELECT_LEX_UNIT *u)
{
Item_splocal *var;
(void)local_vars.push_back(var= new Item_splocal(mv->s, mv->offset));
#ifndef DEBUG_OFF
#ifndef DBUG_OFF
var->owner= mv->owner;
#endif
}