Commit b6a38fc7 authored by unknown's avatar unknown

typos fixed

Originally contained in 2005/03/03 23:10:23+01:00 serg@serg.mylan;
contained in MySQL 4.1.10a;
re-committed for archival purposes.


sql/mysqld.cc:
  typos fixed
parent c750c418
...@@ -4143,8 +4143,8 @@ struct my_option my_long_options[] = ...@@ -4143,8 +4143,8 @@ struct my_option my_long_options[] =
{"ansi", 'a', "Use ANSI SQL syntax instead of MySQL syntax.", 0, 0, 0, {"ansi", 'a', "Use ANSI SQL syntax instead of MySQL syntax.", 0, 0, 0,
GET_NO_ARG, NO_ARG, 0, 0, 0, 0, 0, 0}, GET_NO_ARG, NO_ARG, 0, 0, 0, 0, 0, 0},
{"allow-suspicious-udfs", OPT_ALLOW_SUSPICIOUS_UDFS, {"allow-suspicious-udfs", OPT_ALLOW_SUSPICIOUS_UDFS,
"Allows to use UDF's consisting of only one symbol xxx() " "Allows use of UDFs consisting of only one symbol xxx() "
"without corresponing xxx_init() or xxx_deinit(). That also means " "without corresponding xxx_init() or xxx_deinit(). That also means "
"that one can load any function from any library, for example exit() " "that one can load any function from any library, for example exit() "
"from libc.so", "from libc.so",
(gptr*) &opt_allow_suspicious_udfs, (gptr*) &opt_allow_suspicious_udfs, (gptr*) &opt_allow_suspicious_udfs, (gptr*) &opt_allow_suspicious_udfs,
......
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