diff options
author | unknown <brian@zim.(none)> | 2006-08-10 01:50:37 -0700 |
---|---|---|
committer | unknown <brian@zim.(none)> | 2006-08-10 01:50:37 -0700 |
commit | 04d2b020a49dfc129d587380aba50e5bac6f393b (patch) | |
tree | 1c6911fadb9ec6864b7487295deb7ad6bfa7d0d1 /sql/lex.h | |
parent | 21bb4f9465751b3a93efca2415dc215de3c55b0f (diff) | |
download | mariadb-git-04d2b020a49dfc129d587380aba50e5bac6f393b.tar.gz |
This is the second patch for bdb removeal. This takes care of all options and variables that rely on bdb.
BitKeeper/deleted/.del-ha_berkeley.cc:
Delete: sql/ha_berkeley.cc
BitKeeper/deleted/.del-ha_berkeley.h:
Delete: sql/ha_berkeley.h
mysql-test/install_test_db.sh:
Removed skip option
mysql-test/mysql-test-run.pl:
Remove bdb option
mysql-test/mysql-test-run.sh:
Remove bdb option
sql/Makefile.am:
Remove bdb option
sql/handler.cc:
Remove references to bdb
sql/lex.h:
Removed lex for bdb
sql/mysql_priv.h:
Removed bdb privs
sql/mysqld.cc:
Removed all options for bdb
sql/set_var.cc:
Removed variables for bdb
sql/sql_yacc.yy:
Removed yacc for bdb
Diffstat (limited to 'sql/lex.h')
-rw-r--r-- | sql/lex.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/sql/lex.h b/sql/lex.h index 67daf4566f8..b8d6a662754 100644 --- a/sql/lex.h +++ b/sql/lex.h @@ -82,10 +82,8 @@ static SYMBOL symbols[] = { { "AVG", SYM(AVG_SYM)}, { "AVG_ROW_LENGTH", SYM(AVG_ROW_LENGTH)}, { "BACKUP", SYM(BACKUP_SYM)}, - { "BDB", SYM(BERKELEY_DB_SYM)}, { "BEFORE", SYM(BEFORE_SYM)}, { "BEGIN", SYM(BEGIN_SYM)}, - { "BERKELEYDB", SYM(BERKELEY_DB_SYM)}, { "BETWEEN", SYM(BETWEEN_SYM)}, { "BIGINT", SYM(BIGINT)}, { "BINARY", SYM(BINARY)}, |