diff options
Diffstat (limited to 'sql/mysqld.cc')
-rw-r--r-- | sql/mysqld.cc | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/sql/mysqld.cc b/sql/mysqld.cc index 6699a502604..3ca4da29de4 100644 --- a/sql/mysqld.cc +++ b/sql/mysqld.cc @@ -2115,10 +2115,10 @@ int main(int argc, char **argv) if (lower_case_table_names_used) { sql_print_error("\ -Warning: You have forced lower_case_table_names to 0 through a command line \ -option, even if your file system '%s' is case insensitive. This means that \ -you can corrupt an MyISAM table by accessing it with different cases. You \ -should consider changing lower_case_table_names to 1 or 2", +Warning: You have forced lower_case_table_names to 0 through a command-line \ +option, even though your file system '%s' is case insensitive. This means \ +that you can corrupt a MyISAM table by accessing it with different cases. \ +You should consider changing lower_case_table_names to 1 or 2", mysql_real_data_home); } else |