diff options
author | unknown <heikki@donna.mysql.fi> | 2001-12-18 19:35:28 +0200 |
---|---|---|
committer | unknown <heikki@donna.mysql.fi> | 2001-12-18 19:35:28 +0200 |
commit | 29e9750ad9be0290e3a1e3e7de7d206518c3e8a8 (patch) | |
tree | c2ea239f643c821dbf09afa5762564b352dc2695 /sql/ha_innobase.cc | |
parent | 621be521f8ea5680a6c3412ce944819290043117 (diff) | |
download | mariadb-git-29e9750ad9be0290e3a1e3e7de7d206518c3e8a8.tar.gz |
ha_innobase.cc:
Add better instructions on how to specify innodb_data_file_path etc.
sql/ha_innobase.cc:
Add better instructions on how to specify innodb_data_file_path etc.
Diffstat (limited to 'sql/ha_innobase.cc')
-rw-r--r-- | sql/ha_innobase.cc | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/sql/ha_innobase.cc b/sql/ha_innobase.cc index 9bd25c67009..50c2a2aef5c 100644 --- a/sql/ha_innobase.cc +++ b/sql/ha_innobase.cc @@ -557,10 +557,10 @@ innobase_init(void) "skip-innodb\n" "to the [mysqld] section of init parameters in your my.cnf\n" "or my.ini. If you want to use InnoDB tables, add for example,\n" - "innodb_data_file_path = /mysql/data/ibdata1:20M\n" + "innodb_data_file_path = ibdata1:30M\n" "But to get good performance you should adjust for your hardware\n" - "the InnoDB startup options listed in section 7.6 at\n" - "http://www.mysql.com/doc/\n"); + "the InnoDB startup options listed in section 2 at\n" + "http://www.innodb.com/ibman.html\n"); innodb_skip=1; DBUG_RETURN(FALSE); // Continue without innobase |