mariadb/mysql-test/r
unknown 262a9e41e1 Added last_errno and last_error to show slave status
slave will skip the first SQL_SLAVE_SKIP_COUNTER events on start - 
this is needed to recover from broken replication when the next log
event(s) should just be skipped.
Rotate binlogs when max_binlog_size is reached


include/my_sys.h:
  added my_snprintf()
include/mysqld_error.h:
  more error messages
mysql-test/r/rpl000014.result:
  updated results for new SHOW SLAVE STATUS format
mysql-test/r/rpl000015.result:
  update for SHOW SLAVE STATUS
mysql-test/r/rpl000016.result:
  update for additions to the test
mysql-test/t/rpl000016.test:
  test max_binlog_size and slave_skip_counter
mysys/my_vsnprintf.c:
  added my_snprintf()
sql/gen_lex_hash.cc:
  old values could not do it
sql/lex.h:
  updates for SQL_SLAVE_SKIP_COUNTER
sql/log.cc:
  rotate binlogs when max_binlog_size is reached
sql/mysqld.cc:
  added max_binlog_size
sql/share/czech/errmsg.txt:
  new errors
sql/share/danish/errmsg.txt:
  new errors
sql/share/dutch/errmsg.txt:
  new errors
sql/share/english/errmsg.txt:
  new errors
sql/share/estonian/errmsg.txt:
  new errors
sql/share/french/errmsg.txt:
  new errors
sql/share/german/errmsg.txt:
  new errors
sql/share/greek/errmsg.txt:
  new errors
sql/share/hungarian/errmsg.txt:
  new errors
sql/share/italian/errmsg.txt:
  new errors
sql/share/japanese/errmsg.txt:
  new errors
sql/share/korean/errmsg.txt:
  new errors
sql/share/norwegian-ny/errmsg.txt:
  new errors
sql/share/norwegian/errmsg.txt:
  new errors
sql/share/polish/errmsg.txt:
  new errors
sql/share/portuguese/errmsg.txt:
  new errors
sql/share/romanian/errmsg.txt:
  new errors
sql/share/russian/errmsg.txt:
  new errors, translated untranslated messages
sql/share/slovak/errmsg.txt:
  new errors
sql/share/spanish/errmsg.txt:
  new errors
sql/share/swedish/errmsg.txt:
  new errors
sql/slave.cc:
  updates for slave_skip_counter and extension to show slave status
sql/slave.h:
  slave_skip_counter
sql/sql_repl.cc:
  use error messages from errmsg.txt
sql/sql_yacc.yy:
  skip_slave_counter
2001-01-24 09:15:34 -07:00
..
alter_table.result Added support for hex strings to mysqlimport 2000-12-28 03:56:38 +02:00
analyse.result Added support for hex strings to mysqlimport 2000-12-28 03:56:38 +02:00
auto_increment.result Added support for hex strings to mysqlimport 2000-12-28 03:56:38 +02:00
backup.result fixes for tests 2001-01-23 08:20:51 -07:00
bdb.result Fixed for bugs that was found when getting full code coverage of BDB 2001-01-17 03:15:20 +02:00
bigint.result Fixes to get mysql-test-run more portable 2001-01-04 02:56:38 +02:00
binary.result Added support for hex strings to mysqlimport 2000-12-28 03:56:38 +02:00
case.result Added support for hex strings to mysqlimport 2000-12-28 03:56:38 +02:00
comments.result Added support for hex strings to mysqlimport 2000-12-28 03:56:38 +02:00
compare.result Added support for hex strings to mysqlimport 2000-12-28 03:56:38 +02:00
count_distinct.result Added support for hex strings to mysqlimport 2000-12-28 03:56:38 +02:00
create.result Added support for hex strings to mysqlimport 2000-12-28 03:56:38 +02:00
delayed.result Added support for hex strings to mysqlimport 2000-12-28 03:56:38 +02:00
dirty-close.result client/mysqltest.c 2001-01-19 22:40:16 -07:00
distinct.result Added support for hex strings to mysqlimport 2000-12-28 03:56:38 +02:00
empty_table.result Added support for hex strings to mysqlimport 2000-12-28 03:56:38 +02:00
explain.result Added support for hex strings to mysqlimport 2000-12-28 03:56:38 +02:00
fulltext.result Fixed bug when having many binary log files 2001-01-08 00:04:30 +02:00
fulltext_cache.result Added ORDER BY to test case to make the result comparable 2001-01-16 12:38:58 +02:00
fulltext_left_join.result sql_select.cc check for cond==NULL in add_ft_keys() 2001-01-05 23:31:34 +01:00
fulltext_multi.result fulltext_multi.test Rename: mysql-test/t/ft0000002.test -> mysql-test/t/fulltext_multi.test 2000-12-30 16:54:33 +01:00
fulltext_order_by.result fulltext_multi.test Rename: mysql-test/t/ft0000002.test -> mysql-test/t/fulltext_multi.test 2000-12-30 16:54:33 +01:00
func_crypt.result Added support for hex strings to mysqlimport 2000-12-28 03:56:38 +02:00
func_date_add.result Added support for hex strings to mysqlimport 2000-12-28 03:56:38 +02:00
func_equal.result Added support for hex strings to mysqlimport 2000-12-28 03:56:38 +02:00
func_group.result Added support for hex strings to mysqlimport 2000-12-28 03:56:38 +02:00
func_in.result Added support for hex strings to mysqlimport 2000-12-28 03:56:38 +02:00
func_like.result Added support for hex strings to mysqlimport 2000-12-28 03:56:38 +02:00
func_math.result Fixed bug when having many binary log files 2001-01-08 00:04:30 +02:00
func_misc.result Added support for hex strings to mysqlimport 2000-12-28 03:56:38 +02:00
func_op.result Added support for hex strings to mysqlimport 2000-12-28 03:56:38 +02:00
func_regexp.result Added support for hex strings to mysqlimport 2000-12-28 03:56:38 +02:00
func_set.result Added support for hex strings to mysqlimport 2000-12-28 03:56:38 +02:00
func_str.result Added MYSQL_SERVER_SUFFIX to mysqld 2001-01-19 04:57:29 +02:00
func_system.result Removed not used variable 'last_ref' 2001-01-16 06:02:05 +02:00
func_test.result Added support for hex strings to mysqlimport 2000-12-28 03:56:38 +02:00
func_time.result Add test for str_to_time 2001-01-15 21:21:06 +02:00
func_timestamp.result Fixed gethostname_r tests to be more portable 2001-01-01 14:17:10 +02:00
group_by.result Added support for hex strings to mysqlimport 2000-12-28 03:56:38 +02:00
have_bdb.require Extended mysqltest with --commands and 'require' 2000-12-27 03:31:06 +02:00
have_default_master.require Fixes to get mysql-test-run more portable 2001-01-04 02:56:38 +02:00
have_innobase.require Added test for innobase 2001-01-12 16:40:27 +02:00
have_isam.require Extended mysqltest with --commands and 'require' 2000-12-27 03:31:06 +02:00
have_raid.require Added support for hex strings to mysqlimport 2000-12-28 03:56:38 +02:00
having.result Fixed for bugs that was found when getting full code coverage of BDB 2001-01-17 03:15:20 +02:00
heap.result Added support for hex strings to mysqlimport 2000-12-28 03:56:38 +02:00
innobase.result Added test for innobase 2001-01-12 16:40:27 +02:00
ins000001.result Added support for hex strings to mysqlimport 2000-12-28 03:56:38 +02:00
insert.result Added support for hex strings to mysqlimport 2000-12-28 03:56:38 +02:00
insert_select.result Added support for hex strings to mysqlimport 2000-12-28 03:56:38 +02:00
join.result Added support for hex strings to mysqlimport 2000-12-28 03:56:38 +02:00
join_outer.result Added test for innobase 2001-01-12 16:40:27 +02:00
key.result Added support for hex strings to mysqlimport 2000-12-28 03:56:38 +02:00
key_diff.result Fixed --no-defaults in mysqltest 2000-12-29 16:06:10 +02:00
key_primary.result Added support for hex strings to mysqlimport 2000-12-28 03:56:38 +02:00
keywords.result Added support for hex strings to mysqlimport 2000-12-28 03:56:38 +02:00
limit.result Added support for hex strings to mysqlimport 2000-12-28 03:56:38 +02:00
merge.result Changes for --with-server-suffix 2001-01-21 16:30:16 +02:00
null.result Added support for hex strings to mysqlimport 2000-12-28 03:56:38 +02:00
null_key.result Added support for hex strings to mysqlimport 2000-12-28 03:56:38 +02:00
odbc.result Added support for hex strings to mysqlimport 2000-12-28 03:56:38 +02:00
order_by.result Added support for hex strings to mysqlimport 2000-12-28 03:56:38 +02:00
raid.result Added support for hex strings to mysqlimport 2000-12-28 03:56:38 +02:00
range.result Added support for hex strings to mysqlimport 2000-12-28 03:56:38 +02:00
rename.result Added support for hex strings to mysqlimport 2000-12-28 03:56:38 +02:00
replace.result Test replace on all table types. 2000-12-21 11:58:02 +02:00
rollback.result Added support for hex strings to mysqlimport 2000-12-28 03:56:38 +02:00
rpl000001.a.result Extended mysqltest with --commands and 'require' 2000-12-27 03:31:06 +02:00
rpl000001.b.result Extended mysqltest with --commands and 'require' 2000-12-27 03:31:06 +02:00
rpl000001.result rpl000016.test sync 2001-01-17 05:47:33 -07:00
rpl000002.result Extended mysqltest with --commands and 'require' 2000-12-27 03:31:06 +02:00
rpl000003.result Extended mysqltest with --commands and 'require' 2000-12-27 03:31:06 +02:00
rpl000004.a.result Cleanup of tests to make them less dependent of eachother 2001-01-03 02:15:48 +02:00
rpl000004.b.result Extended mysqltest with --commands and 'require' 2000-12-27 03:31:06 +02:00
rpl000004.result client/mysqltest.c 2001-01-18 10:43:09 -07:00
rpl000005.result Extended mysqltest with --commands and 'require' 2000-12-27 03:31:06 +02:00
rpl000006.result Extended mysqltest with --commands and 'require' 2000-12-27 03:31:06 +02:00
rpl000007.result Extended mysqltest with --commands and 'require' 2000-12-27 03:31:06 +02:00
rpl000008.result Extended mysqltest with --commands and 'require' 2000-12-27 03:31:06 +02:00
rpl000009.result Extended mysqltest with --commands and 'require' 2000-12-27 03:31:06 +02:00
rpl000010.result Extended mysqltest with --commands and 'require' 2000-12-27 03:31:06 +02:00
rpl000011.result Extended mysqltest with --commands and 'require' 2000-12-27 03:31:06 +02:00
rpl000012.result Extended mysqltest with --commands and 'require' 2000-12-27 03:31:06 +02:00
rpl000012.status.result Extended mysqltest with --commands and 'require' 2000-12-27 03:31:06 +02:00
rpl000013.result Extended mysqltest with --commands and 'require' 2000-12-27 03:31:06 +02:00
rpl000013.status.result Extended mysqltest with --commands and 'require' 2000-12-27 03:31:06 +02:00
rpl000014.result Added last_errno and last_error to show slave status 2001-01-24 09:15:34 -07:00
rpl000015.result Added last_errno and last_error to show slave status 2001-01-24 09:15:34 -07:00
rpl000016.result Added last_errno and last_error to show slave status 2001-01-24 09:15:34 -07:00
sel000001.result Extended mysqltest with --commands and 'require' 2000-12-27 03:31:06 +02:00
sel000002.result Extended mysqltest with --commands and 'require' 2000-12-27 03:31:06 +02:00
sel000003.result Extended mysqltest with --commands and 'require' 2000-12-27 03:31:06 +02:00
sel000031.result Extended mysqltest with --commands and 'require' 2000-12-27 03:31:06 +02:00
sel000032.result Extended mysqltest with --commands and 'require' 2000-12-27 03:31:06 +02:00
sel000033.result Extended mysqltest with --commands and 'require' 2000-12-27 03:31:06 +02:00
sel000100.result Extended mysqltest with --commands and 'require' 2000-12-27 03:31:06 +02:00
select.result Fixed typos from prev changeset 2001-01-21 16:59:02 +02:00
select_safe.result Added support for hex strings to mysqlimport 2000-12-28 03:56:38 +02:00
show_check.result SHOW [FULL] COLUMNS 2001-01-22 05:32:58 +02:00
shw000001.result Cleanup of tests to make them less dependent of eachother 2001-01-03 02:15:48 +02:00
slave-running.result Extended mysqltest with --commands and 'require' 2000-12-27 03:31:06 +02:00
slave-stopped.result Extended mysqltest with --commands and 'require' 2000-12-27 03:31:06 +02:00
tablelock.result Added support for hex strings to mysqlimport 2000-12-28 03:56:38 +02:00
temp_table.result Added support for hex strings to mysqlimport 2000-12-28 03:56:38 +02:00
truncate.result Added support for hex strings to mysqlimport 2000-12-28 03:56:38 +02:00
type_blob.result Moved timestamp tests to type_timestamp 2000-12-31 15:49:47 +02:00
type_date.result Added support for hex strings to mysqlimport 2000-12-28 03:56:38 +02:00
type_datetime.result Added support for hex strings to mysqlimport 2000-12-28 03:56:38 +02:00
type_decimal.result Removed not used variable 'last_ref' 2001-01-16 06:02:05 +02:00
type_enum.result Added support for hex strings to mysqlimport 2000-12-28 03:56:38 +02:00
type_float.result Added support for hex strings to mysqlimport 2000-12-28 03:56:38 +02:00
type_ranges.result Added support for hex strings to mysqlimport 2000-12-28 03:56:38 +02:00
type_time.result Added support for hex strings to mysqlimport 2000-12-28 03:56:38 +02:00
type_timestamp.result Moved timestamp tests to type_timestamp 2000-12-31 15:49:47 +02:00
type_uint.result Added support for hex strings to mysqlimport 2000-12-28 03:56:38 +02:00
type_year.result Added support for hex strings to mysqlimport 2000-12-28 03:56:38 +02:00
update.result Added support for hex strings to mysqlimport 2000-12-28 03:56:38 +02:00
varbinary.result Added support for hex strings to mysqlimport 2000-12-28 03:56:38 +02:00
variables.result Added support for hex strings to mysqlimport 2000-12-28 03:56:38 +02:00