mariadb/client
unknown 640fadf2f8 work to enable reading 3.23 logs - not yet finished
moved fail-safe replication routines from sql_repl.cc to repl_failsafe.cc
write start event only in the first log


client/mysqlbinlog.cc:
  work to enable reading 3.23 logs
libmysql/Makefile.shared:
  added mf_iocache2 to libmysqlclient - needed for mysqlbinlog
mysql-test/mysql-test-run.sh:
  added --start-and-exit
mysql-test/r/rpl000002.result:
  result clean-up
mysql-test/r/rpl000016.result:
  result update
mysql-test/r/rpl_log.result:
  result update
mysql-test/t/rpl000016.test:
  test cleanup
mysys/mf_iocache.c:
  fixed new bug
sql/log.cc:
  write start event only on server start or after reset master
sql/log_event.cc:
  work to enable reading 3.23 log format
sql/log_event.h:
  work to enable reading 3.23 format
sql/repl_failsafe.cc:
  code restructuring
sql/repl_failsafe.h:
  re-organized code
sql/slave.cc:
  check master version
sql/slave.h:
  old_format member
sql/sql_class.h:
  allow user to specify io cache type
  need_start_event member to allow writing start event only in the first log
sql/sql_parse.cc:
  code re-organization
sql/sql_repl.cc:
  code reorganization
sql/sql_repl.h:
  reorganized code
2001-11-10 22:24:12 -07:00
..
.cvsignore Import changeset 2000-07-31 21:29:14 +02:00
client_priv.h Fixes up things after merge from 3.23.44 2001-11-05 01:04:08 +02:00
completion_hash.cc Updated manual about embedded version. 2001-10-08 04:58:07 +03:00
completion_hash.h Updated manual about embedded version. 2001-10-08 04:58:07 +03:00
connect_test.c Import changeset 2000-07-31 21:29:14 +02:00
errmsg.c Changed to use my_global.h 2001-09-14 02:54:33 +03:00
get_password.c Changed to use my_global.h 2001-09-14 02:54:33 +03:00
insert_test.c Redefinition of myisam_bulk_insert_tree_size 2001-07-10 15:53:08 +03:00
list_test.c Import changeset 2000-07-31 21:29:14 +02:00
Makefile.am Fix for make dist 2001-10-02 22:21:14 +03:00
my_readline.h Cleanup of tests 2000-12-28 19:25:41 +02:00
mysql.cc Portability fix. 2001-11-07 02:30:34 +02:00
mysqladmin.c merge with 3.23.44 2001-11-04 16:14:09 +02:00
mysqlbinlog.cc work to enable reading 3.23 logs - not yet finished 2001-11-10 22:24:12 -07:00
mysqlcheck.c SSL compiles and works as far as can see. Continue testing.. 2001-09-30 10:46:20 +08:00
mysqldump.c Added xml patch to mysqldump. 2001-11-05 23:48:03 +02:00
mysqlimport.c SSL compiles and works as far as can see. Continue testing.. 2001-09-30 10:46:20 +08:00
mysqlmanager-pwgen.c Portability fix. 2001-11-07 02:30:34 +02:00
mysqlmanagerc.c changed manager to use my_net_* 2001-10-12 09:37:25 -06:00
mysqlshow.c One should not only have to include my_net.h to work with sockets. 2001-10-09 03:35:29 +03:00
mysqltest.c Make ft_xxx variables ulong to not break mysqld.cc init of variables. 2001-11-05 03:43:00 +02:00
password.c Changed to use my_global.h 2001-09-14 02:54:33 +03:00
readline.cc Changed to use my_global.h 2001-09-14 02:54:33 +03:00
select_test.c Import changeset 2000-07-31 21:29:14 +02:00
showdb_test.c Import changeset 2000-07-31 21:29:14 +02:00
sql_string.cc Changed to use my_global.h 2001-09-14 02:54:33 +03:00
sql_string.h changed to use IO_CACHE instead of FILE 2000-11-15 23:00:06 +02:00
ssl_test.c Import changeset 2000-07-31 21:29:14 +02:00
thimble.cc Changed to use my_global.h 2001-09-14 02:54:33 +03:00
thread_test.c Changed to use my_global.h 2001-09-14 02:54:33 +03:00