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 /mysql-test/install_test_db.sh | |
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 'mysql-test/install_test_db.sh')
-rw-r--r-- | mysql-test/install_test_db.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mysql-test/install_test_db.sh b/mysql-test/install_test_db.sh index 9006957019a..d7c19438836 100644 --- a/mysql-test/install_test_db.sh +++ b/mysql-test/install_test_db.sh @@ -80,7 +80,7 @@ basedir=. EXTRA_ARG="--language=../sql/share/english/ --character-sets-dir=../sql/share/charsets/" fi -mysqld_boot=" $execdir/mysqld --no-defaults --bootstrap --skip-grant-tables --basedir=$basedir --datadir=$ldata --skip-innodb --skip-ndbcluster --skip-bdb --tmpdir=. $EXTRA_ARG" +mysqld_boot=" $execdir/mysqld --no-defaults --bootstrap --skip-grant-tables --basedir=$basedir --datadir=$ldata --skip-innodb --skip-ndbcluster --tmpdir=. $EXTRA_ARG" echo "running $mysqld_boot" if $scriptdir/mysql_create_system_tables test $mdata $hostname | $mysqld_boot |