1
0
mirror of https://github.com/MariaDB/server.git synced 2025-11-10 23:02:54 +03:00
Files
mariadb/mysql-test/t
unknown 2f8f0a7e4d Implemented support for START SLAVE UNTIL (WL#868)
include/mysqld_error.h:
  Added error codes for warnings and error messages for START SLAVE UNTIL
mysql-test/r/rpl000015.result:
  Fixed test because 3 new columns to SHOW SLAVE STATUS output were added
mysql-test/r/rpl_empty_master_crash.result:
  Fixed test because 3 new columns to SHOW SLAVE STATUS output were added
mysql-test/r/rpl_flush_log_loop.result:
  Fixed test because 3 new columns to SHOW SLAVE STATUS output were added
mysql-test/r/rpl_log.result:
  Fixed test because 3 new columns to SHOW SLAVE STATUS output were added
mysql-test/r/rpl_log_pos.result:
  Fixed test because 3 new columns to SHOW SLAVE STATUS output were added
mysql-test/r/rpl_redirect.result:
  Fixed test because 3 new columns to SHOW SLAVE STATUS output were added
mysql-test/r/rpl_replicate_do.result:
  Fixed test because 3 new columns to SHOW SLAVE STATUS output were added
mysql-test/r/rpl_rotate_logs.result:
  Fixed test because 3 new columns to SHOW SLAVE STATUS output were added
sql/lex.h:
  Added UNTIL symbol
sql/log.cc:
  Invalidating until_log_name comparison result if group_relay_log_name is changed
sql/log_event.cc:
  Invalidating until_log_name comparison result if group_master_log_name is changed
sql/repl_failsafe.cc:
  Cancel until condition if LOAD MASTER DATA is executed
sql/share/czech/errmsg.txt:
  Added error and warning message for START SLAVE UNTIL
sql/share/danish/errmsg.txt:
  Added error and warning message for START SLAVE UNTIL
sql/share/dutch/errmsg.txt:
  Added error and warning message for START SLAVE UNTIL
sql/share/english/errmsg.txt:
  Added error and warning message for START SLAVE UNTIL
sql/share/estonian/errmsg.txt:
  Added error and warning message for START SLAVE UNTIL
sql/share/french/errmsg.txt:
  Added error and warning message for START SLAVE UNTIL
sql/share/german/errmsg.txt:
  Added error and warning message for START SLAVE UNTIL
sql/share/greek/errmsg.txt:
  Added error and warning message for START SLAVE UNTIL
sql/share/hungarian/errmsg.txt:
  Added error and warning message for START SLAVE UNTIL
sql/share/italian/errmsg.txt:
  Added error and warning message for START SLAVE UNTIL
sql/share/japanese/errmsg.txt:
  Added error and warning message for START SLAVE UNTIL
sql/share/korean/errmsg.txt:
  Added error and warning message for START SLAVE UNTIL
sql/share/norwegian-ny/errmsg.txt:
  Added error and warning message for START SLAVE UNTIL
sql/share/norwegian/errmsg.txt:
  Added error and warning message for START SLAVE UNTIL
sql/share/polish/errmsg.txt:
  Added error and warning message for START SLAVE UNTIL
sql/share/portuguese/errmsg.txt:
  Added error and warning message for START SLAVE UNTIL
sql/share/romanian/errmsg.txt:
  Added error and warning message for START SLAVE UNTIL
sql/share/russian/errmsg.txt:
  Added error and warning message for START SLAVE UNTIL
sql/share/serbian/errmsg.txt:
  Added error and warning message for START SLAVE UNTIL
sql/share/slovak/errmsg.txt:
  Added error and warning message for START SLAVE UNTIL
sql/share/spanish/errmsg.txt:
  Added error and warning message for START SLAVE UNTIL
sql/share/swedish/errmsg.txt:
  Added error and warning message for START SLAVE UNTIL
sql/share/ukrainian/errmsg.txt:
  Added error and warning message for START SLAVE UNTIL
sql/slave.cc:
  Fixed wrong locking order in init_relay_log_pos()
  Added until condition fields to SHOW SLAVE STATUS
  Added checking if UNTIL condition is reached 
  (added proper method, added its invocation, reorganized locking 
  in exec_relay_log_event() and next_event())
sql/slave.h:
  Members in RELAY_LOG_INFO for storing UNTIL condition. Also 
  methods for for invalidation of cached UNTIL condition comparison
  results
sql/sql_repl.cc:
  Now honoring UNTIL clause then starting slave thread. Proper 
  errors and warnings.
sql/sql_yacc.yy:
  Added support for UNTIL clause in START SLAVE. This involved 
  extraction of some of master_defs to separate master_file_def
  non-terminal.
2003-09-14 00:13:41 +04:00
..
2003-03-16 19:17:54 +02:00
2003-04-03 21:19:12 +03:00
2003-03-26 18:37:38 +02:00
2003-03-06 15:29:55 +01:00
2003-07-18 12:42:35 +05:00
2003-02-10 18:01:29 +02:00
2003-05-21 21:39:58 +03:00
2003-05-19 16:35:49 +03:00
2003-06-04 19:21:51 +03:00
2003-02-08 01:12:58 +02:00
2001-04-17 21:30:02 +02:00
2003-06-16 00:13:23 +02:00
2003-03-16 19:17:54 +02:00
2003-07-08 15:06:05 +05:00
2003-06-10 15:25:27 +05:00
2003-03-18 17:01:38 +04:00
2003-04-03 15:13:14 +05:00
2003-07-28 16:58:51 +02:00
2003-02-04 21:52:14 +02:00
2003-05-19 16:35:49 +03:00
2003-05-19 16:35:49 +03:00
2003-03-19 22:25:44 +02:00
2003-05-29 17:47:31 -04:00
2003-05-19 16:35:49 +03:00
2003-06-04 19:21:51 +03:00
2003-05-21 21:39:58 +03:00
2003-05-19 16:35:49 +03:00
2003-05-19 16:35:49 +03:00
2003-06-04 19:21:51 +03:00
2003-03-16 19:17:54 +02:00
2003-06-04 23:17:01 +03:00
2003-05-19 16:35:49 +03:00
2003-04-03 21:19:12 +03:00
2003-01-18 03:13:37 +02:00
2003-07-15 14:37:22 -05:00
2003-05-21 21:39:58 +03:00
2001-08-18 10:49:00 +03:00
2003-06-26 13:23:08 +02:00
2003-06-04 19:21:51 +03:00
2003-06-05 23:19:56 +03:00
2003-05-14 01:27:26 +03:00
2003-01-22 20:08:12 +04:00
2003-02-08 02:09:21 +02:00
2003-02-04 21:52:14 +02:00
2003-02-04 21:52:14 +02:00
2003-04-26 21:10:13 +03:00
2003-05-21 21:39:58 +03:00
2003-06-04 19:21:51 +03:00
2003-06-04 23:17:01 +03:00
2003-06-11 17:07:34 +02:00
2002-08-24 02:10:49 +03:00
2001-12-12 18:55:33 -07:00
2003-05-19 16:35:49 +03:00
2003-03-16 19:17:54 +02:00
2003-05-21 21:39:58 +03:00
2003-08-01 19:04:35 +03:00
2003-06-10 17:53:06 +05:00
2003-03-16 19:17:54 +02:00
2003-03-26 18:37:38 +02:00
2003-03-16 19:17:54 +02:00
2003-05-19 16:35:49 +03:00
2003-05-19 16:35:49 +03:00