diff options
author | unknown <monty@hundin.mysql.fi> | 2002-03-31 18:12:25 +0300 |
---|---|---|
committer | unknown <monty@hundin.mysql.fi> | 2002-03-31 18:12:25 +0300 |
commit | 546b6a679ff5f42e5ee5433982a2fb4daa256344 (patch) | |
tree | 74860ff8b2967ce2ea12a6fcd363cf4dff485b30 | |
parent | 869e671f98b1a056595e259283bf4e5e40256a20 (diff) | |
parent | d2da68d259a4880c3f5e4169db1a6d16dd6fd5ca (diff) | |
download | mariadb-git-546b6a679ff5f42e5ee5433982a2fb4daa256344.tar.gz |
Merge work:/home/bk/mysql-4.0 into hundin.mysql.fi:/my/bk/mysql-4.0
-rw-r--r-- | sql/ha_innodb.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sql/ha_innodb.cc b/sql/ha_innodb.cc index c5c2095d42d..aa8ce0f3c18 100644 --- a/sql/ha_innodb.cc +++ b/sql/ha_innodb.cc @@ -403,7 +403,7 @@ innobase_init(void) default_path); ret = (bool) - srv_parse_data_file_paths_and_sizes(innobase_data_file_path, + srv_parse_data_file_paths_and_sizes(internal_innobase_data_file_path, &srv_data_file_names, &srv_data_file_sizes, &srv_data_file_is_raw_partition, |