mirror of
https://github.com/MariaDB/server.git
synced 2025-01-18 13:02:28 +01:00
c267b19db2
Final push. Printing some warnings at startup, as --innodb-safe-binlog requires some other options, to work as expected. Adding 6 new tests (3 pairs). If they fail on some platforms (so far they have been run only on my Linux), they should be ignored for the 4.1.3 build (you can just rm mysql-test/*/rpl_crash_*). Now going to update doc.
4 lines
143 B
Bash
4 lines
143 B
Bash
kill -9 `cat var/run/master.pid`
|
|
# The kill may fail if process has already gone away,
|
|
# so don't use the exit code of the kill. Use 0.
|
|
exit 0
|