From 04d2b020a49dfc129d587380aba50e5bac6f393b Mon Sep 17 00:00:00 2001 From: unknown Date: Thu, 10 Aug 2006 01:50:37 -0700 Subject: 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 --- sql/handler.cc | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'sql/handler.cc') diff --git a/sql/handler.cc b/sql/handler.cc index 0804f23f51e..2d00dbf8691 100644 --- a/sql/handler.cc +++ b/sql/handler.cc @@ -74,7 +74,6 @@ static const LEX_STRING sys_table_aliases[]= { {(char*)STRING_WITH_LEN("INNOBASE")}, {(char*)STRING_WITH_LEN("INNODB")}, {(char*)STRING_WITH_LEN("NDB")}, {(char*)STRING_WITH_LEN("NDBCLUSTER")}, - {(char*)STRING_WITH_LEN("BDB")}, {(char*)STRING_WITH_LEN("BERKELEYDB")}, {(char*)STRING_WITH_LEN("HEAP")}, {(char*)STRING_WITH_LEN("MEMORY")}, {(char*)STRING_WITH_LEN("MERGE")}, {(char*)STRING_WITH_LEN("MRG_MYISAM")}, {NullS, 0} @@ -1480,7 +1479,7 @@ int handler::ha_open(TABLE *table_arg, const char *name, int mode, /* Read first row (only) from a table - This is never called for InnoDB or BDB tables, as these table types + This is never called for InnoDB tables, as these table types has the HA_STATS_RECORDS_IS_EXACT set. */ -- cgit v1.2.1