summaryrefslogtreecommitdiff
path: root/sql/sql_class.h
diff options
context:
space:
mode:
authorunknown <bell@sanja.is.com.ua>2005-11-23 12:26:07 +0200
committerunknown <bell@sanja.is.com.ua>2005-11-23 12:26:07 +0200
commit056d7266c7f3b10b2a054cb5bb534981e49408ee (patch)
tree0ce35135c790b99b4905ab7bffa46338dadbd9a7 /sql/sql_class.h
parent4aea839bde48c615d2d672ebbd29f20c297fe670 (diff)
downloadmariadb-git-056d7266c7f3b10b2a054cb5bb534981e49408ee.tar.gz
A name of macro is fixed.
Diffstat (limited to 'sql/sql_class.h')
-rw-r--r--sql/sql_class.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/sql/sql_class.h b/sql/sql_class.h
index ee24d9e904b..0346801b0dc 100644
--- a/sql/sql_class.h
+++ b/sql/sql_class.h
@@ -2086,7 +2086,7 @@ public:
class my_var : public Sql_alloc {
public:
LEX_STRING s;
-#ifndef DEBUG_OFF
+#ifndef DBUG_OFF
/*
Routine to which this Item_splocal belongs. Used for checking if correct
runtime context is used for variable handling.