Commit 6849c2e4 authored by heikki@hundin.mysql.fi's avatar heikki@hundin.mysql.fi
Browse files

manual.texi:

  4.0 creates an auto-extending 10 MB data file by default
parent f6e0c1a4
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -38148,7 +38148,7 @@ then you can give absolute paths to your data files in
@code{innodb_data_file_path}.
In MySQL-4.0 you do not need to specify even
@code{innodb_data_file_path}: the default for it is to create
an auto-extending 16 MB file @file{ibdata1} to the @code{datadir}
an auto-extending 10 MB file @file{ibdata1} to the @code{datadir}
of MySQL. (In MySQL-4.0.0 and 4.0.1 the datafile is 64 MB and not
auto-extending.)