1
0
mirror of https://github.com/MariaDB/server.git synced 2025-08-27 13:04:36 +03:00
Files
mariadb/scripts
unknown b533cd5c83 Only write to the error log if --log-error is specified and --console is not specified
(On Windows --log-error is enabled by default)



mysys/my_getopt.c:
  Call get_one_option() also for boolean values.
scripts/mysqld_safe.sh:
  Add option --log-error
sql/log.cc:
  Fix for --log-error
sql/mysql_priv.h:
  Fix for --log-error
sql/mysqld.cc:
  Fix for --log-error
sql/sql_udf.cc:
  Lock the mysql/func table properly
2003-01-28 20:56:35 +02:00
..
2000-07-31 21:29:14 +02:00
2003-01-28 09:02:51 +02:00
2000-07-31 21:29:14 +02:00
Fix
2002-08-14 13:05:38 +05:00
2000-09-14 15:10:06 +03:00
2003-01-16 20:47:46 +02:00
2000-09-14 15:10:06 +03:00
2002-06-27 11:27:04 +03:00
2000-09-14 15:10:06 +03:00
2002-11-15 01:57:56 +01:00