Commit 65cc7890 authored by unknown's avatar unknown

Touch up error message.

parent 1ae04e91
...@@ -2115,10 +2115,10 @@ int main(int argc, char **argv) ...@@ -2115,10 +2115,10 @@ int main(int argc, char **argv)
if (lower_case_table_names_used) if (lower_case_table_names_used)
{ {
sql_print_error("\ sql_print_error("\
Warning: You have forced lower_case_table_names to 0 through a command line \ 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 \ option, even though your file system '%s' is case insensitive. This means \
you can corrupt an MyISAM table by accessing it with different cases. You \ that you can corrupt a MyISAM table by accessing it with different cases. \
should consider changing lower_case_table_names to 1 or 2", You should consider changing lower_case_table_names to 1 or 2",
mysql_real_data_home); mysql_real_data_home);
} }
else else
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment