mariadb/client
unknown 4bcb4f4dae use env vars for socket/port in connect in mysqltest
--local-master option in mysql-test-run
do not log CREATE TABLE when doing table dump
fix replication to slave off 3.23 master


client/mysqltest.c:
  fix to be able to use env vars for socket and port in connect
mysql-test/include/master-slave.inc:
  connect to port specified in environment
mysql-test/mysql-test-run.sh:
  added --local-master option - will assume master is on port 3306 on localhost
sql/log_event.cc:
  fixes to slave off 3.23 master
sql/log_event.h:
  fixes to slave off 3.23 master
sql/slave.cc:
  do not log CREATE TABLE when doing table dump
2001-11-17 17:23:46 -07:00
..
.cvsignore
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
errmsg.c
get_password.c
insert_test.c
list_test.c
Makefile.am Fix for make dist 2001-10-02 22:21:14 +03:00
my_readline.h
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 use env vars for socket/port in connect in mysqltest 2001-11-17 17:23:46 -07:00
password.c
readline.cc
select_test.c
showdb_test.c
sql_string.cc
sql_string.h
ssl_test.c
thimble.cc
thread_test.c