mirror of
https://github.com/MariaDB/server.git
synced 2025-07-30 16:24:05 +03:00
Merge mysql.com:/home/mydev/mysql-4.0
into mysql.com:/home/mydev/mysql-4.1-4100 myisam/mi_create.c: Auto merged sql/mysqld.cc: Auto merged
This commit is contained in:
@ -4176,8 +4176,8 @@ struct my_option my_long_options[] =
|
||||
{"ansi", 'a', "Use ANSI SQL syntax instead of MySQL syntax. This mode will also set transaction isolation level 'serializable'.", 0, 0, 0,
|
||||
GET_NO_ARG, NO_ARG, 0, 0, 0, 0, 0, 0},
|
||||
{"allow-suspicious-udfs", OPT_ALLOW_SUSPICIOUS_UDFS,
|
||||
"Allows to use UDF's consisting of only one symbol xxx() "
|
||||
"without corresponing xxx_init() or xxx_deinit(). That also means "
|
||||
"Allows use of UDFs consisting of only one symbol xxx() "
|
||||
"without corresponding xxx_init() or xxx_deinit(). That also means "
|
||||
"that one can load any function from any library, for example exit() "
|
||||
"from libc.so",
|
||||
(gptr*) &opt_allow_suspicious_udfs, (gptr*) &opt_allow_suspicious_udfs,
|
||||
|
Reference in New Issue
Block a user