1
0
mirror of https://github.com/MariaDB/server.git synced 2025-11-13 21:42:58 +03:00
Files
mariadb/sql
unknown a49822237d Do not give an error when the user does START SLAVE on an already
running slave, just give a warning. Same thing for STOP SLAVE.
This will make scripts writing easier for users.


include/mysqld_error.h:
  New error codes (warning codes in fact) to warn that the slave was already started or stopped
mysql-test/include/master-slave.inc:
  STOP SLAVE now prints a warning, not an error, so we should expect a warning here
sql/share/czech/errmsg.txt:
  New messages to warn that the slave was already started or stopped
sql/share/danish/errmsg.txt:
  New messages to warn that the slave was already started or stopped
sql/share/dutch/errmsg.txt:
  New messages to warn that the slave was already started or stopped
sql/share/english/errmsg.txt:
  New messages to warn that the slave was already started or stopped
sql/share/estonian/errmsg.txt:
  New messages to warn that the slave was already started or stopped
sql/share/french/errmsg.txt:
  New messages to warn that the slave was already started or stopped
sql/share/german/errmsg.txt:
  New messages to warn that the slave was already started or stopped
sql/share/greek/errmsg.txt:
  New messages to warn that the slave was already started or stopped
sql/share/hungarian/errmsg.txt:
  New messages to warn that the slave was already started or stopped
sql/share/italian/errmsg.txt:
  New messages to warn that the slave was already started or stopped
sql/share/japanese/errmsg.txt:
  New messages to warn that the slave was already started or stopped
sql/share/korean/errmsg.txt:
  New messages to warn that the slave was already started or stopped
sql/share/norwegian-ny/errmsg.txt:
  New messages to warn that the slave was already started or stopped
sql/share/norwegian/errmsg.txt:
  New messages to warn that the slave was already started or stopped
sql/share/polish/errmsg.txt:
  New messages to warn that the slave was already started or stopped
sql/share/portuguese/errmsg.txt:
  New messages to warn that the slave was already started or stopped
sql/share/romanian/errmsg.txt:
  New messages to warn that the slave was already started or stopped
sql/share/russian/errmsg.txt:
  New messages to warn that the slave was already started or stopped
sql/share/serbian/errmsg.txt:
  New messages to warn that the slave was already started or stopped
sql/share/slovak/errmsg.txt:
  New messages to warn that the slave was already started or stopped
sql/share/spanish/errmsg.txt:
  New messages to warn that the slave was already started or stopped
sql/share/swedish/errmsg.txt:
  New messages to warn that the slave was already started or stopped
sql/share/ukrainian/errmsg.txt:
  New messages to warn that the slave was already started or stopped
sql/sql_repl.cc:
  Do not give an error when the user does START SLAVE on an already
  running slave, just give a warning. Same thing for STOP SLAVE.
2003-03-03 23:12:17 +01:00
..
2003-01-29 17:31:20 +04:00
2003-02-04 21:52:14 +02:00
2003-01-18 03:13:37 +02:00
2003-02-27 12:10:41 +04:00
2003-02-04 03:19:19 +02:00
2003-02-27 03:44:44 +02:00
2002-12-28 01:01:05 +02:00
2003-02-27 03:44:44 +02:00
2003-01-21 21:28:51 +02:00
2003-01-05 20:18:49 +02:00
2003-02-27 03:49:26 +02:00
2003-01-06 22:07:25 +02:00
2003-01-28 17:42:08 +01:00
2003-02-04 21:52:14 +02:00
2003-01-15 12:11:44 +04:00
2003-02-04 21:52:14 +02:00
2002-11-21 15:56:48 +02:00
2002-11-21 15:56:48 +02:00
2003-02-04 21:52:14 +02:00
2002-12-19 15:27:46 +04:00
2003-02-28 19:22:20 +04:00
2003-02-28 19:22:20 +04:00
2003-02-10 17:59:16 +02:00
2003-03-03 13:16:39 +04:00
2003-01-21 21:07:59 +02:00
2003-02-04 21:52:14 +02:00
2003-01-21 21:28:51 +02:00
2003-01-28 08:38:28 +02:00
2003-02-28 13:29:48 +02:00
2003-01-15 13:15:35 +04:00
2002-12-28 01:01:05 +02:00
2003-02-28 08:53:54 +02:00
2003-02-26 14:08:31 +04:00
2003-01-20 18:47:25 +04:00
2003-02-28 13:29:48 +02:00
2003-01-15 12:11:44 +04:00
2003-02-26 16:37:41 +04:00
2003-02-26 16:37:41 +04:00
2003-02-26 13:16:02 +04:00
2003-02-26 01:03:47 +02:00
2003-02-28 13:29:48 +02:00
2003-02-26 01:03:47 +02:00
2003-02-28 13:29:48 +02:00
2003-02-27 03:49:26 +02:00
2003-01-25 13:19:46 +02:00
2003-02-27 03:49:26 +02:00
2003-01-25 13:19:46 +02:00
2002-11-21 15:56:48 +02:00
2003-01-15 12:11:44 +04:00
2003-03-01 14:18:55 +01:00
2003-02-04 21:52:14 +02:00
2003-02-28 13:29:48 +02:00
2003-01-30 11:15:14 +04:00
2003-02-26 12:29:17 +04:00
2003-02-26 14:30:39 +04:00
2003-02-26 14:08:31 +04:00
2003-02-26 01:03:47 +02:00
2003-03-02 14:47:56 +04:00
2002-12-28 01:01:05 +02:00
2003-02-26 01:03:47 +02:00
2002-11-29 16:40:18 +02:00
2003-01-30 21:39:54 +04:00