mariadb/sql
unknown 72ccee9d37 fixed bugs in the new stuff in rpl000001 test
start slave thread if master.info is present and server_id is set
updates for rpl000015 and rpl000016 to remove master.info to make sure
master info struct does not get auto-initialized


Docs/manual.texi:
  updates for recent changes
mysql-test/r/rpl000001.result:
  update for test case change
mysql-test/t/rpl000001.test:
  fixed bugs in the test case
mysql-test/t/rpl000015.test:
  wrong change - to be reversed
sql/mysqld.cc:
  start slave thread if master.info is present and server_id is set
BitKeeper/etc/logging_ok:
  Logging to logging@openlogging.org accepted
2001-04-11 16:29:15 -06:00
..
share Fixes for innobase usage 2001-03-03 03:03:12 +02:00
.cvsignore Import changeset 2000-07-31 21:29:14 +02:00
add_errmsg Import changeset 2000-07-31 21:29:14 +02:00
cache_manager.cc Import changeset 2000-07-31 21:29:14 +02:00
cache_manager.h Import changeset 2000-07-31 21:29:14 +02:00
ChangeLog Whoops, forgot to update sql/ChangeLog. 2000-11-11 12:32:39 -06:00
convert.cc Import changeset 2000-07-31 21:29:14 +02:00
custom_conf.h Import changeset 2000-07-31 21:29:14 +02:00
derror.cc Fixed bug in ALTER TABLE 2001-04-01 13:45:48 +03:00
field.cc Fixed bug with UPDATE/DELETE on UNIQUE key which could be NULL 2001-04-10 11:32:28 +03:00
field.h Fixed test cases for innobase 2001-03-07 23:50:44 +02:00
field_conv.cc Fixed bug in INSERT DELAYED when INSERT generated an error 2001-03-08 21:49:15 +02:00
filesort.cc Fixes for innobase usage 2001-03-03 03:03:12 +02:00
frm_crypt.cc Import changeset 2000-07-31 21:29:14 +02:00
gen_lex_hash.cc Updating changelog 2001-03-25 13:19:05 +03:00
ha_berkeley.cc Changed pthread_mutex_init() to use new MY_MUTEX_INIT.. macro 2001-03-26 01:05:04 +03:00
ha_berkeley.h Fix a crash in Innobase with tables with many columns and a range query 2001-03-26 16:49:11 +03:00
ha_gemini.cc Fix a crash in Innobase with tables with many columns and a range query 2001-03-26 16:49:11 +03:00
ha_gemini.h Added test case that crashed Innobase 2001-03-26 13:27:36 +03:00
ha_hash.h Import changeset 2000-07-31 21:29:14 +02:00
ha_heap.cc Fixed for bugs that was found when getting full code coverage of BDB 2001-01-17 03:15:20 +02:00
ha_heap.h RIGHT JOIN, part of automatic repair of MyISAM tables, backup on repair, 2000-09-26 00:33:25 +03:00
ha_innobase.cc srv0srv.h Merging work for 3.23.37 2001-04-10 21:58:07 +03:00
ha_innobase.h srv0srv.h Merging work for 3.23.37 2001-04-10 21:58:07 +03:00
ha_isam.cc RIGHT JOIN, part of automatic repair of MyISAM tables, backup on repair, 2000-09-26 00:33:25 +03:00
ha_isam.h Optimization of delete with record cache (for MyISAM tables) 2001-03-11 23:09:09 +02:00
ha_isammrg.cc RIGHT JOIN, part of automatic repair of MyISAM tables, backup on repair, 2000-09-26 00:33:25 +03:00
ha_isammrg.h RIGHT JOIN, part of automatic repair of MyISAM tables, backup on repair, 2000-09-26 00:33:25 +03:00
ha_myisam.cc Let ALTER TABLE and LOAD DATA INFILE use sorting to create index 2001-03-28 04:16:04 +03:00
ha_myisam.h ha_myisam.cc magic removed 2001-01-19 20:25:27 +02:00
ha_myisammrg.cc Merged some functions and removed some unused client functions. 2001-03-06 15:24:08 +02:00
ha_myisammrg.h Merged some functions and removed some unused client functions. 2001-03-06 15:24:08 +02:00
handler.cc Fix a crash in Innobase with tables with many columns and a range query 2001-03-26 16:49:11 +03:00
handler.h Add support for Gemini table handler, Monty has checked and approved 2001-03-21 15:34:16 -05:00
hash_filo.cc Import changeset 2000-07-31 21:29:14 +02:00
hash_filo.h Changed pthread_mutex_init() to use new MY_MUTEX_INIT.. macro 2001-03-26 01:05:04 +03:00
hostname.cc Changed pthread_mutex_init() to use new MY_MUTEX_INIT.. macro 2001-03-26 01:05:04 +03:00
init.cc Removed not used variable 'last_ref' 2001-01-16 06:02:05 +02:00
item.cc Lots of manual changes 2001-01-25 22:38:26 +02:00
item.h RIGHT JOIN, part of automatic repair of MyISAM tables, backup on repair, 2000-09-26 00:33:25 +03:00
item_buff.cc Import changeset 2000-07-31 21:29:14 +02:00
item_cmpfunc.cc New myisamchk option --sort-recover 2001-01-31 04:47:25 +02:00
item_cmpfunc.h New myisamchk option --sort-recover 2001-01-31 04:47:25 +02:00
item_create.cc rpl000016.test sync 2001-01-17 05:47:33 -07:00
item_create.h rpl000016.test sync 2001-01-17 05:47:33 -07:00
item_func.cc Changed pthread_mutex_init() to use new MY_MUTEX_INIT.. macro 2001-03-26 01:05:04 +03:00
item_func.h Added tests if a user variable is changed in the same query. 2001-03-15 11:55:44 +02:00
item_strfunc.cc Test case for bug when updating on key 2001-03-23 20:38:42 +02:00
item_strfunc.h sql/item_strfunc.cc 2000-11-06 19:39:13 -07:00
item_sum.cc Fixed ALTER TABLE on MERGE tables 2001-01-28 21:35:50 +02:00
item_sum.h Portability fixes for OPENBSD, OS2 and Windows 2001-01-27 01:20:56 +02:00
item_timefunc.cc New myisamchk option --sort-recover 2001-01-31 04:47:25 +02:00
item_timefunc.h Import changeset 2000-07-31 21:29:14 +02:00
item_uniq.cc PART I: Keys support for MyMERGE tables 2000-08-14 15:27:19 +04:00
item_uniq.h PART I: Keys support for MyMERGE tables 2000-08-14 15:27:19 +04:00
key.cc Merged some functions and removed some unused client functions. 2001-03-06 15:24:08 +02:00
lex.h Added INNODB as a synonym for INNOBASE 2001-04-02 01:45:24 +03:00
lex_symbol.h Import changeset 2000-07-31 21:29:14 +02:00
lock.cc Added locks needed for Innobase 2001-02-18 00:03:37 +02:00
log.cc Changed pthread_mutex_init() to use new MY_MUTEX_INIT.. macro 2001-03-26 01:05:04 +03:00
log_event.cc replication fixes 2001-02-19 23:08:24 -07:00
log_event.h do not log the drop internal temporary tables into the binary log 2001-04-10 20:56:54 -06:00
Makefile.am got --with-other-libc to work, finally 2001-04-02 19:01:15 -06:00
matherr.c Import changeset 2000-07-31 21:29:14 +02:00
md5.c Import changeset 2000-07-31 21:29:14 +02:00
md5.h Import changeset 2000-07-31 21:29:14 +02:00
mf_iocache.cc Only write full transactions to binary log 2000-12-07 14:08:48 +02:00
mini_client.cc Portability fixes 2001-02-02 03:47:06 +02:00
mini_client.h sql/item_strfunc.cc 2000-11-06 19:39:13 -07:00
my_lock.c New thr_alarm struct for better integration with OS2 2000-11-28 04:47:47 +02:00
mysql_priv.h Fixed bug in ALTER TABLE 2001-04-01 13:45:48 +03:00
mysqlbinlog.cc Changed --replace to --replace_result in mysqltest 2001-02-15 03:43:14 +02:00
mysqld.cc fixed bugs in the new stuff in rpl000001 test 2001-04-11 16:29:15 -06:00
net_pkg.cc Fixed typos from prev changeset 2001-01-21 16:59:02 +02:00
net_serv.cc Portability fixes for OPENBSD, OS2 and Windows 2001-01-27 01:20:56 +02:00
nt_servc.cc Import changeset 2000-07-31 21:29:14 +02:00
nt_servc.h Import changeset 2000-07-31 21:29:14 +02:00
opt_ft.cc Oops - forgot to add files to bk 2000-10-09 00:00:24 +02:00
opt_ft.h Ill-minded FULLTEXT impilict initialization hack removed. 2000-11-02 17:36:21 +01:00
opt_range.cc Fixed bug with UPDATE/DELETE on UNIQUE key which could be NULL 2001-04-10 11:32:28 +03:00
opt_range.h Fixed bug with UPDATE/DELETE on UNIQUE key which could be NULL 2001-04-10 11:32:28 +03:00
opt_sum.cc Fixed bug in MAX() optimizing for BDB tables 2001-03-10 17:05:10 +02:00
password.c Lots of manual changes 2001-01-25 22:38:26 +02:00
procedure.cc Import changeset 2000-07-31 21:29:14 +02:00
procedure.h FLUSH TABLE table_list 2000-08-22 00:18:32 +03:00
records.cc Fixed bug in REGEXP for Linux Alpha 2001-04-11 20:19:52 +03:00
slave.cc Merge work:/home/bk/mysql into donna.mysql.fi:/home/my/bk/mysql 2001-04-11 20:23:31 +03:00
slave.h Changed pthread_mutex_init() to use new MY_MUTEX_INIT.. macro 2001-03-26 01:05:04 +03:00
sql_acl.cc Lots of manual changes 2001-01-25 22:38:26 +02:00
sql_acl.h Import changeset 2000-07-31 21:29:14 +02:00
sql_analyse.cc Fix for snprintf 2000-08-22 00:55:45 +03:00
sql_analyse.h Portability fixes for OPENBSD, OS2 and Windows 2001-01-27 01:20:56 +02:00
sql_base.cc do not log the drop internal temporary tables into the binary log 2001-04-10 20:56:54 -06:00
sql_cache.cc Portability fixes 2000-10-04 23:20:16 +03:00
sql_class.cc Fixed bug in ALTER TABLE 2001-04-01 13:45:48 +03:00
sql_class.h Changed pthread_mutex_init() to use new MY_MUTEX_INIT.. macro 2001-03-26 01:05:04 +03:00
sql_crypt.cc Import changeset 2000-07-31 21:29:14 +02:00
sql_crypt.h Import changeset 2000-07-31 21:29:14 +02:00
sql_db.cc bug with mysql_change_db() fixed 2001-03-21 17:09:43 +01:00
sql_delete.cc Optimization of delete with record cache (for MyISAM tables) 2001-03-11 23:09:09 +02:00
sql_insert.cc Fixed INSERT DELAYED with Innobase 2001-04-09 21:08:56 +03:00
sql_lex.cc Reversed SQL_ANSI_MODE per Monty's request. 2001-03-14 07:15:45 -06:00
sql_lex.h Add support for Gemini table handler, Monty has checked and approved 2001-03-21 15:34:16 -05:00
sql_list.cc Import changeset 2000-07-31 21:29:14 +02:00
sql_list.h sql/mysqld.cc 2001-03-24 23:33:26 -07:00
sql_load.cc Split setup_fields to setup_tables and setup_fields 2001-03-21 20:13:46 +02:00
sql_manager.cc mysql_priv.h manager_status is volatile 2000-11-28 15:59:46 -05:00
sql_manager.h Generalize handle_flush thread to also handle various management 2000-11-27 18:14:49 -05:00
sql_map.cc Import changeset 2000-07-31 21:29:14 +02:00
sql_map.h Portability fixes for OPENBSD, OS2 and Windows 2001-01-27 01:20:56 +02:00
sql_parse.cc Test case for bug when updating on key 2001-03-23 20:38:42 +02:00
sql_rename.cc Add support for Gemini table handler, Monty has checked and approved 2001-03-21 15:34:16 -05:00
sql_repl.cc changed signal by fd close to signal by vio_close 2001-03-13 23:07:12 -07:00
sql_repl.h sql/mysqld.cc 2000-12-08 12:50:57 -07:00
sql_select.cc Fixed bug in send in mysqltest 2001-03-25 01:02:26 +02:00
sql_select.h Fixed ALTER TABLE on MERGE tables 2001-01-28 21:35:50 +02:00
sql_show.cc Fixed bug in ALTER TABLE 2001-04-01 13:45:48 +03:00
sql_string.cc fixed warning in sql_class.cc 2000-11-20 23:38:08 -07:00
sql_string.h Portability fixes for OPENBSD, OS2 and Windows 2001-01-27 01:20:56 +02:00
sql_table.cc added test case for the nasty join query crash 2001-03-23 21:56:18 -07:00
sql_test.cc Fixed bug in ALTER TABLE 2001-04-01 13:45:48 +03:00
sql_udf.cc Fixed INSERT DELAYED with Innobase 2001-04-09 21:08:56 +03:00
sql_udf.h Import changeset 2000-07-31 21:29:14 +02:00
sql_update.cc Split setup_fields to setup_tables and setup_fields 2001-03-21 20:13:46 +02:00
sql_yacc.yy Fixed bug in send in mysqltest 2001-03-25 01:02:26 +02:00
structs.h --safe-show-db and have_xxx variables 2000-12-26 17:34:04 +02:00
table.cc bug with mysql_change_db() fixed 2001-03-21 17:09:43 +01:00
table.h merge 2001-01-28 21:41:10 +02:00
thr_malloc.cc Update to new root alloc, OPTIMIZE TABLE and some other changes 2000-09-12 03:02:33 +03:00
time.cc Fixed INSERT DELAYED with Innobase 2001-04-09 21:08:56 +03:00
udf_example.cc Workaround for bug in thread library in Unixware 7 2001-02-03 18:00:29 +02:00
unireg.cc Fixes for bugs in the usage of IO_CACHE 2000-11-17 02:36:46 +02:00
unireg.h Removed not used variable 'last_ref' 2001-01-16 06:02:05 +02:00
violite.c Fixed typo 2001-02-09 03:57:41 +02:00
watchdog_mysqld Import changeset 2000-07-31 21:29:14 +02:00