1
0
mirror of https://github.com/MariaDB/server.git synced 2025-11-18 07:48:43 +03:00
Files
mariadb/sql
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-02-04 21:52:14 +02:00
2003-07-28 10:57:46 -04:00
2003-07-08 12:57:00 +05:00
2003-05-21 21:39:58 +03:00
2003-07-21 21:13:52 +02:00
2003-02-27 03:44:44 +02:00
2003-05-19 16:35:49 +03:00
2003-06-05 17:33:38 +03:00
2003-05-19 16:35:49 +03:00
2003-06-12 04:29:02 -07:00
2003-07-28 10:57:46 -04:00
2003-03-07 12:21:32 +04:00
2003-03-07 12:21:32 +04:00
2003-05-19 16:35:49 +03:00
2003-02-10 17:59:16 +02:00
2003-08-01 16:51:54 +03:00
2003-07-08 15:06:05 +05:00
2003-08-01 18:24:27 +03:00
2003-03-19 22:25:44 +02:00
2003-03-16 19:17:54 +02:00
2003-03-16 19:17:54 +02:00
2003-01-28 08:38:28 +02:00
2003-06-19 12:17:23 -04:00
2003-05-27 18:40:37 +03:00
2003-05-21 21:39:58 +03:00
2003-03-20 21:35:03 +02:00
2003-04-23 19:37:33 +05:00
2003-05-29 17:47:31 -04:00
2003-05-19 16:35:49 +03:00
2003-03-16 19:17:54 +02:00
2003-04-16 20:35:29 +03:00
2003-07-01 15:57:45 +03:00
2003-07-14 16:38:51 +05:00
2003-06-24 12:10:35 +03:00
2003-07-28 10:57:46 -04:00
2003-08-01 18:24:27 +03:00
2003-08-01 18:24:27 +03:00
2003-01-25 13:19:46 +02:00
2003-08-01 18:24:27 +03:00
2003-03-16 19:17:54 +02:00
2003-03-11 16:32:17 +04:00
2003-07-15 15:20:22 +02:00
2003-04-24 14:33:33 +03:00
2003-07-08 15:06:05 +05:00
2003-07-08 15:06:05 +05:00
2003-05-03 01:16:56 +02:00
2003-03-16 19:17:54 +02:00
2003-04-24 14:33:33 +03:00
2003-07-28 10:57:46 -04:00
2003-05-21 21:39:58 +03:00
2003-07-08 15:06:05 +05:00
2003-04-24 14:33:33 +03:00
2003-06-05 17:33:38 +03:00