diff options
author | monty@donna.mysql.fi <> | 2001-03-03 03:03:12 +0200 |
---|---|---|
committer | monty@donna.mysql.fi <> | 2001-03-03 03:03:12 +0200 |
commit | 5ccbbd83f29b1057cfbe869259c4cb009b89a9d2 (patch) | |
tree | cd2f65141c35a1998982970704a3f854a987c568 /scripts/mysql_install_db.sh | |
parent | f2d31048eb843d0209bfe4f6e2e2e0b3a57cc6f4 (diff) | |
download | mariadb-git-5ccbbd83f29b1057cfbe869259c4cb009b89a9d2.tar.gz |
Fixes for innobase usage
Fixed bug when using TEXT columns with BDB tables
Allow LOAD DATA INFILE to use numbers with ENUM and SET columns
Diffstat (limited to 'scripts/mysql_install_db.sh')
-rw-r--r-- | scripts/mysql_install_db.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/mysql_install_db.sh b/scripts/mysql_install_db.sh index 97a105c78f3..98e31cfe1ef 100644 --- a/scripts/mysql_install_db.sh +++ b/scripts/mysql_install_db.sh @@ -282,7 +282,7 @@ fi echo "Installing all prepared tables" if eval "$execdir/mysqld $defaults --bootstrap --skip-grant-tables \ - --basedir=$basedir --datadir=$ldata $args" << END_OF_DATA + --basedir=$basedir --datadir=$ldata --skip-innobase --skip-gemeni --skip-bdb $args" << END_OF_DATA use mysql; $c_d $i_d |