diff options
author | serg@serg.mylan <> | 2003-12-22 13:03:23 +0100 |
---|---|---|
committer | serg@serg.mylan <> | 2003-12-22 13:03:23 +0100 |
commit | 33b39301121ce65c0208c1644696682da9e1bdb6 (patch) | |
tree | 99be34fd21fc8c8bc847cd00124e6a3b228f99e7 | |
parent | ed065798b7edc3197addbf14fa9f6a186a3df71d (diff) | |
download | mariadb-git-33b39301121ce65c0208c1644696682da9e1bdb6.tar.gz |
typos fixed
-rw-r--r-- | sql/mysqld.cc | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/sql/mysqld.cc b/sql/mysqld.cc index a4e59c399e5..103917249c9 100644 --- a/sql/mysqld.cc +++ b/sql/mysqld.cc @@ -4955,7 +4955,8 @@ static void fix_paths(void) if (!lower_case_table_names && test_if_case_insensitive(mysql_real_data_home) == 1) { - sql_print_error("Warning: Setting lower_case_table_names=1 becasue file system %s is case insensitve", mysql_real_data_home); + sql_print_error("Warning: Setting lower_case_table_names=1 because file system %s is case insensitive", mysql_real_data_home); + lower_case_table_names=1; } } @@ -4964,7 +4965,7 @@ static void fix_paths(void) set how many open files we want to be able to handle SYNOPSIS - set_maximum_open_files() + set_maximum_open_files() max_file_limit Files to open NOTES |