mariadb/mysql-test
unknown c3cc5856a5 Fixed temp tables to work with replication. It will not work if you stop the slave
while slave thread has temp tables - not hard to fix though, but it is time to go to bed

added a new test case for temp table replication and Slave_open_temp_tables
status variable.

Misc fixes


client/mysqltest.c:
  added disconnect command
mysql-test/create-test-result:
  fixed bugs so it actually works
mysql-test/t/include/master-slave.inc:
  establish alternate connections to master and slave
sql/mysql_priv.h:
  Slave_open_temp_tables
sql/mysqlbinlog.cc:
  fixed a bug in reading local binlogs
sql/mysqld.cc:
  added Slave_open_temp_tables status variable
sql/slave.cc:
  fixed freed memory reference in the error message
sql/sql_class.cc:
  slave_proxy_id
sql/sql_class.h:
  slave_proxy_id
sql/sql_parse.cc:
  small optimization - reorder eval in &&
BitKeeper/etc/ignore:
  Added mysql-test/r/3.23/rpl000001.b.result.reject mysql-test/r/3.23/rpl000012.result.reject to the ignore list
sql/sql_table.cc:
  added THD arg to rename_temporary_table
sql/unireg.h:
  the table_cache_key is now 4 bytes longer
2000-11-25 23:29:01 -07:00
..
chew_on_this sel000029.xml Escaped &,< chars. 2000-10-18 08:03:55 -05:00
mybin fixed bugs in delayed insert replication and when slave loses connection after Int_var but before Query 2000-11-17 23:35:40 -07:00
r/3.23 Fixed temp tables to work with replication. It will not work if you stop the slave 2000-11-25 23:29:01 -07:00
std_data slave master.info FILE -> IO_CACHE 2000-11-24 19:49:13 -07:00
t Fixed temp tables to work with replication. It will not work if you stop the slave 2000-11-25 23:29:01 -07:00
xml sel000029.xml Escaped &,< chars. 2000-10-18 08:03:55 -05:00
create-test-result Fixed temp tables to work with replication. It will not work if you stop the slave 2000-11-25 23:29:01 -07:00
mysql-test-run mysql-test/mysql-test-run 2000-11-22 00:23:31 -07:00