diff options
author | unknown <jcole@abel.spaceapes.com> | 2001-03-14 07:15:45 -0600 |
---|---|---|
committer | unknown <jcole@abel.spaceapes.com> | 2001-03-14 07:15:45 -0600 |
commit | 79924f27efb1640ef2430cc6be59d5de35df39b6 (patch) | |
tree | e7dfccda5cff6fea865f644da997138ac44495c1 /sql/lex.h | |
parent | 8187e5e8f8fd8dd5e9c3aa5dea68db4af0e98a7e (diff) | |
download | mariadb-git-79924f27efb1640ef2430cc6be59d5de35df39b6.tar.gz |
Reversed SQL_ANSI_MODE per Monty's request.
BitKeeper/etc/logging_ok:
Logging to logging@openlogging.org accepted
Diffstat (limited to 'sql/lex.h')
-rw-r--r-- | sql/lex.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/sql/lex.h b/sql/lex.h index 6d676a39755..6f030aa524d 100644 --- a/sql/lex.h +++ b/sql/lex.h @@ -270,7 +270,6 @@ static SYMBOL symbols[] = { { "SLAVE", SYM(SLAVE),0,0}, { "SMALLINT", SYM(SMALLINT),0,0}, { "SONAME", SYM(UDF_SONAME_SYM),0,0}, - { "SQL_ANSI_MODE", SYM(SQL_ANSI_MODE),0,0}, { "SQL_AUTO_IS_NULL", SYM(SQL_AUTO_IS_NULL),0,0}, { "SQL_BIG_RESULT", SYM(SQL_BIG_RESULT),0,0}, { "SQL_BIG_SELECTS", SYM(SQL_BIG_SELECTS),0,0}, |