1
0
mirror of https://github.com/MariaDB/server.git synced 2025-12-24 11:21:21 +03:00
Files
mariadb/scripts
unknown 284780167d Change mysqld_safe search for mysqld relative to the current working directory
to only look for the mysqld binary (and english error strings) and assume the
datadir from that. Then, if that datadir turns out to not exist, startup will
fail. This avoids the behavior where mysqld_safe would go off and run a totally
different binary because the data directory had been moved (even when --datadir
was specified on the command line). (Bug #7249)


scripts/mysqld_safe.sh:
  Don't actually verify that datadir exists when
  using relatively-located mysqld -- just assume
  that it does and either let it fail when it
  doesn't, or do the right thing when datadir
  is then set via the command line or my.cnf file.
2005-01-05 01:08:45 +01:00
..
2000-07-31 21:29:14 +02:00
2004-12-18 14:22:20 -06:00
2004-12-17 10:36:14 +01:00
2000-07-31 21:29:14 +02:00
2004-09-03 22:12:27 +02:00
2000-09-14 15:10:06 +03:00
2004-03-25 22:05:09 +02:00
2004-10-11 23:59:37 +03:00
2004-10-08 15:43:27 +03:00