mariadb/mysql-test/t/3.23
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
..
alt000001.test mysql-test/mysql-test-run 2000-11-22 00:23:31 -07:00
err000001.test err000001.test BitKeeper file /home/sasha/src/bk/mysql/mysql-test/t/3.23/err000001.test 2000-10-18 11:58:06 -06:00
ins000001.test err000001.test BitKeeper file /home/sasha/src/bk/mysql/mysql-test/t/3.23/err000001.test 2000-10-18 11:58:06 -06:00
README README BitKeeper file /home/mwagner/work/bk/mysql/mysql-test/r/3.22/README 2000-10-09 16:36:51 -05:00
rpl000001.test 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
rpl000002.test 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
rpl000003.test 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
rpl000004.test 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
rpl000005.test 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
rpl000006.test 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
rpl000007-slave.opt fixed warning in sql_class.cc 2000-11-20 23:38:08 -07:00
rpl000007.test fixed warning in sql_class.cc 2000-11-20 23:38:08 -07:00
rpl000008-slave.opt fixed warning in sql_class.cc 2000-11-20 23:38:08 -07:00
rpl000008.test fixed warning in sql_class.cc 2000-11-20 23:38:08 -07:00
rpl000009-slave.opt fixed warning in sql_class.cc 2000-11-20 23:38:08 -07:00
rpl000009.test fixed warning in sql_class.cc 2000-11-20 23:38:08 -07:00
rpl000010-slave.opt mysql-test/mysql-test-run 2000-11-22 00:23:31 -07:00
rpl000010.test mysql-test/mysql-test-run 2000-11-22 00:23:31 -07:00
rpl000011.test slave master.info FILE -> IO_CACHE 2000-11-24 19:49:13 -07:00
rpl000012.test Fixed temp tables to work with replication. It will not work if you stop the slave 2000-11-25 23:29:01 -07:00
sel000001.test sel000003.test XLST generated. 2000-10-13 02:50:18 -05:00
sel000002.test sel000003.test XLST generated. 2000-10-13 02:50:18 -05:00
sel000003.test sel000003.test XLST generated. 2000-10-13 02:50:18 -05:00
sel000004.test fixed bugs in elt() and make_set() 2000-11-03 07:04:33 -07:00
sel000005.test fixed bugs in elt() and make_set() 2000-11-03 07:04:33 -07:00
shw000001.test client/mysqltest.c 2000-11-21 16:41:29 -07:00