Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
M
mariadb
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
Kirill Smelkov
mariadb
Commits
818bdb62
Commit
818bdb62
authored
Dec 18, 2001
by
heikki@donna.mysql.fi
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
ha_innobase.cc:
Add better instructions on how to specify innodb_data_file_path etc.
parent
54d10622
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
3 deletions
+3
-3
sql/ha_innobase.cc
sql/ha_innobase.cc
+3
-3
No files found.
sql/ha_innobase.cc
View file @
818bdb62
...
...
@@ -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:2
0M
\n
"
"innodb_data_file_path =
ibdata1:3
0M
\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
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment