mariadb/sql
unknown ba71a9e5d6 Bug #48742 Replication: incorrect help text for --init-slave
The help text for --init-slave=name:
"Command(s) that are executed when a slave connects to this master".
This text indicate that the --init-slave option is set on a  master 
server, and the master server passes the option's argument to slave 
which connects to it. This is wrong. Actually the --init-slave option 
just can be set on a slave server, and then the slave server executes 
the argument each time the SQL thread starts.

Correct the help text for --init-slave option as following:
"Command(s) that are executed by a slave server each time the SQL thread starts."


sql/mysqld.cc:
  Correct the help text for --init-slave option.
2009-12-11 10:12:18 +08:00
..
examples
share
.cvsignore
add_errmsg
authors.h
client_settings.h
CMakeLists.txt
contributors.h
custom_conf.h
debug_sync.cc
debug_sync.h
derror.cc
des_key_file.cc
discover.cc
event_data_objects.cc
event_data_objects.h
event_db_repository.cc
event_db_repository.h
event_parse_data.cc
event_parse_data.h
event_queue.cc
event_queue.h
event_scheduler.cc
event_scheduler.h
events.cc
events.h
field.cc
field.h
field_conv.cc
filesort.cc
frm_crypt.cc
gen_lex_hash.cc
gstream.cc
gstream.h
ha_ndbcluster.cc
ha_ndbcluster.h
ha_ndbcluster_binlog.cc
ha_ndbcluster_binlog.h
ha_ndbcluster_cond.cc
ha_ndbcluster_cond.h
ha_ndbcluster_tables.h
ha_partition.cc
ha_partition.h
handler.cc Revert of the push of bug #20837 due to failing regression tests. 2009-12-01 11:19:51 +02:00
handler.h
hash_filo.cc
hash_filo.h
hostname.cc
init.cc
item.cc Auto-merge. 2009-11-24 18:30:21 +03:00
item.h Manual merge of the fix for bug#43668. 2009-11-24 18:26:13 +03:00
item_buff.cc
item_cmpfunc.cc Auto-merge. 2009-12-10 11:03:23 +04:00
item_cmpfunc.h Auto-merge. 2009-12-10 11:03:23 +04:00
item_create.cc
item_create.h
item_func.cc
item_func.h Manual merge of the fix for bug#43668. 2009-11-24 18:26:13 +03:00
item_geofunc.cc Manual merge of the fix for bug#43668. 2009-11-24 18:26:13 +03:00
item_geofunc.h
item_row.cc
item_row.h
item_strfunc.cc Bug#49141: Encode function is significantly slower in 5.1 compared to 5.0 2009-12-04 13:36:58 -02:00
item_strfunc.h Bug#49141: Encode function is significantly slower in 5.1 compared to 5.0 2009-12-04 13:36:58 -02:00
item_subselect.cc
item_subselect.h
item_sum.cc Auto-merge. 2009-11-24 18:30:21 +03:00
item_sum.h
item_timefunc.cc Bug#44131 Binary-mode "order by" returns records in incorrect order for UTF-8 strings 2009-12-03 13:22:34 +04:00
item_timefunc.h
item_xmlfunc.cc
item_xmlfunc.h
key.cc
lex.h
lex_symbol.h
lock.cc
log.cc BUG#45292 orphan binary log created when starting server twice 2009-12-04 14:40:42 +00:00
log.h BUG#45292 orphan binary log created when starting server twice 2009-12-04 14:40:42 +00:00
log_event.cc Automerge bzr bundle in bug report into local mysql-5.1-bugteam latest. 2009-12-07 00:28:14 +00:00
log_event.h
log_event_old.cc
log_event_old.h
Makefile.am
message.h
message.mc
message.rc
mf_iocache.cc
MSG00001.bin
my_decimal.cc
my_decimal.h
my_lock.c
mysql_priv.h
mysql_priv.h.pp
mysqld.cc Bug #48742 Replication: incorrect help text for --init-slave 2009-12-11 10:12:18 +08:00
mysqld_suffix.h
net_serv.cc
nt_servc.cc
nt_servc.h
opt_range.cc Bug#48459: valgrind errors with query using 'Range checked 2009-11-25 11:02:25 +01:00
opt_range.h
opt_sum.cc
parse_file.cc
parse_file.h
partition_element.h
partition_info.cc
partition_info.h
password.c
procedure.cc
procedure.h
protocol.cc
protocol.h
records.cc
repl_failsafe.cc
repl_failsafe.h
rpl_constants.h
rpl_filter.cc
rpl_filter.h
rpl_injector.cc
rpl_injector.h
rpl_mi.cc
rpl_mi.h
rpl_record.cc
rpl_record.h
rpl_record_old.cc
rpl_record_old.h
rpl_reporting.cc
rpl_reporting.h
rpl_rli.cc BUG#45292 orphan binary log created when starting server twice 2009-12-04 14:40:42 +00:00
rpl_rli.h
rpl_tblmap.cc
rpl_tblmap.h
rpl_utility.cc
rpl_utility.h
scheduler.cc
scheduler.h
set_var.cc
set_var.h
slave.cc
slave.h
sp.cc Bug#48766 SHOW CREATE FUNCTION returns extra data in return clause 2009-12-02 15:17:08 +04:00
sp.h
sp_cache.cc
sp_cache.h
sp_head.cc
sp_head.h
sp_pcontext.cc
sp_pcontext.h
sp_rcontext.cc
sp_rcontext.h
spatial.cc
spatial.h
sql_acl.cc BUG#49119: Master crashes when executing 'REVOKE ... ON 2009-12-06 23:12:11 +00:00
sql_acl.h
sql_analyse.cc
sql_analyse.h
sql_array.h
sql_base.cc Auto-merged. 2009-12-02 16:49:21 +03:00
sql_binlog.cc
sql_bitmap.h
sql_builtin.cc.in
sql_cache.cc
sql_cache.h
sql_class.cc Bug #38883 (reopened): thd_security_context is not thread safe, crashes? 2009-12-01 14:38:40 +04:00
sql_class.h Auto-merged. 2009-12-02 16:49:21 +03:00
sql_client.cc
sql_connect.cc
sql_crypt.cc Bug#49141: Encode function is significantly slower in 5.1 compared to 5.0 2009-12-04 13:36:58 -02:00
sql_crypt.h Bug#49141: Encode function is significantly slower in 5.1 compared to 5.0 2009-12-04 13:36:58 -02:00
sql_cursor.cc
sql_cursor.h
sql_db.cc Merge Bug#45520 fix from 5.0-bugteam 2009-12-09 14:24:54 +08:00
sql_delete.cc
sql_derived.cc
sql_do.cc
sql_error.cc
sql_error.h
sql_handler.cc
sql_help.cc
sql_insert.cc
sql_lex.cc
sql_lex.h
sql_list.cc
sql_list.h
sql_load.cc Bug #43913 rpl_cross_version can't pass on conflicts complainig clash with --slave-load-tm 2009-11-28 12:43:16 +08:00
sql_locale.cc
sql_manager.cc
sql_map.cc
sql_map.h
sql_olap.cc
sql_parse.cc auto-merge 2009-11-24 10:22:22 -08:00
sql_partition.cc
sql_partition.h
sql_plugin.cc
sql_plugin.h
sql_prepare.cc
sql_profile.cc
sql_profile.h
sql_rename.cc
sql_repl.cc
sql_repl.h
sql_select.cc merge 2009-12-10 17:38:01 +02:00
sql_select.h
sql_servers.cc
sql_servers.h
sql_show.cc Bug #48985: show create table crashes if previous access to the table was killed 2009-12-03 14:07:46 +02:00
sql_show.h
sql_sort.h
sql_state.c
sql_string.cc
sql_string.h
sql_table.cc BUG#48506 crash in CREATE TABLE IF NOT EXISTS <existing_view> LIKE 2009-11-27 13:34:39 +00:00
sql_tablespace.cc
sql_test.cc
sql_trigger.cc
sql_trigger.h
sql_udf.cc
sql_udf.h
sql_union.cc
sql_update.cc
sql_view.cc
sql_view.h
sql_yacc.yy Automerge. 2009-11-25 11:09:12 -02:00
strfunc.cc
structs.h
table.cc
table.h
thr_malloc.cc
time.cc
tzfile.h
tztime.cc
tztime.h
udf_example.c
udf_example.def
uniques.cc
unireg.cc
unireg.h