summaryrefslogtreecommitdiff
path: root/mysql-test
Commit message (Collapse)AuthorAgeFilesLines
* Extended mysqltest with --commands and 'require'unknown2000-12-2782-289/+317
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fixed test results. Added mysqld variable 'have_isam' BitKeeper/deleted/.del-master-slave.inc~556fd038c3a3d54: Delete: mysql-test/t/include/master-slave.inc BitKeeper/deleted/.del-README~f9fd36f3c3711305: Delete: mysql-test/r/3.23/README Docs/manual.texi: Fixed typos client/mysqltest.c: Changed internal commands to accept -- before them. Added command 'require' to make it possible to skip tests if the mysqld server lacks some capabilites. Removed extra \t at end of lines configure.in: Update myisam/myisamlog.c: cleanup mysql-test/mysql-test-run.sh: Added support for 'not supported' tests mysql-test/r/alt000001.result: Removed end tab mysql-test/r/bdb.result: Removed end tab mysql-test/r/crypt.result: Removed end tab mysql-test/r/equal.result: Removed end tab mysql-test/r/ft0000001.a.result: Removed end tab mysql-test/r/ft0000001.b.result: Removed end tab mysql-test/r/ft0000001.c.result: Removed end tab mysql-test/r/ft0000001.d.result: Removed end tab mysql-test/r/ft0000001.e.result: Removed end tab mysql-test/r/ft0000002.a.result: Removed end tab mysql-test/r/ft0000002.b.result: Removed end tab mysql-test/r/ft0000002.c.result: Removed end tab mysql-test/r/ins000001.result: Removed end tab mysql-test/r/mrg000001.dummy.result: Removed end tab mysql-test/r/mrg000001.result: Removed end tab mysql-test/r/mrg000002.result: Removed end tab mysql-test/r/rpl000001.a.result: Removed end tab mysql-test/r/rpl000001.b.result: Removed end tab mysql-test/r/rpl000002.result: Removed end tab mysql-test/r/rpl000003.result: Removed end tab mysql-test/r/rpl000004.a.result: Removed end tab mysql-test/r/rpl000004.b.result: Removed end tab mysql-test/r/rpl000005.result: Removed end tab mysql-test/r/rpl000006.result: Removed end tab mysql-test/r/rpl000007.result: Removed end tab mysql-test/r/rpl000008.result: Removed end tab mysql-test/r/rpl000009.result: Removed end tab mysql-test/r/rpl000010.result: Removed end tab mysql-test/r/rpl000011.result: Removed end tab mysql-test/r/rpl000012.result: Removed end tab mysql-test/r/rpl000012.status.result: Removed end tab mysql-test/r/rpl000013.result: Removed end tab mysql-test/r/rpl000013.status.result: Removed end tab mysql-test/r/rpl000014.result: Removed end tab mysql-test/r/rpl000015.result: Removed end tab mysql-test/r/rpl000016.result: Removed end tab mysql-test/r/sel000001.result: Removed end tab mysql-test/r/sel000002.result: Removed end tab mysql-test/r/sel000003.result: Removed end tab mysql-test/r/sel000004.result: Removed end tab mysql-test/r/sel000005.result: Removed end tab mysql-test/r/sel000006.result: Removed end tab mysql-test/r/sel000007.result: Removed end tab mysql-test/r/sel000008.result: Removed end tab mysql-test/r/sel000009.result: Removed end tab mysql-test/r/sel000010.result: Removed end tab mysql-test/r/sel000011.result: Removed end tab mysql-test/r/sel000012.result: Removed end tab mysql-test/r/sel000013.result: Removed end tab mysql-test/r/sel000014.result: Removed end tab mysql-test/r/sel000015.result: Removed end tab mysql-test/r/sel000016.result: Removed end tab mysql-test/r/sel000017.result: Removed end tab mysql-test/r/sel000018.result: Removed end tab mysql-test/r/sel000019.result: Removed end tab mysql-test/r/sel000020.result: Removed end tab mysql-test/r/sel000021.result: Removed end tab mysql-test/r/sel000022.result: Removed end tab mysql-test/r/sel000023.result: Removed end tab mysql-test/r/sel000024.result: Removed end tab mysql-test/r/sel000025.result: Removed end tab mysql-test/r/sel000026.result: Removed end tab mysql-test/r/sel000027.result: Removed end tab mysql-test/r/sel000028.result: Removed end tab mysql-test/r/sel000029.result: Removed end tab mysql-test/r/sel000030.result: Removed end tab mysql-test/r/sel000031.result: Removed end tab mysql-test/r/sel000032.result: Removed end tab mysql-test/r/sel000033.result: Removed end tab mysql-test/r/sel000100.result: Removed end tab mysql-test/r/shw000001.result: Removed end tab mysql-test/r/slave-running.result: Removed end tab mysql-test/r/slave-stopped.result: Removed end tab mysql-test/t/bdb.test: Check that we have BDB support mysql-test/t/replace.test: Check if we support ISAM tables sql/gen_lex_hash.cc: Fixed bug in last output sql/ha_berkeley.cc: Bug fix sql/ha_berkeley.h: Initialize using_ignore sql/handler.h: Fixed typo sql/mysqld.cc: Fixed typos; Added variable 'have_isam' sql/sql_class.h: Fixed typo BitKeeper/etc/ignore: Added sql-bench/Results-linux/ATIS-mysql_bdb-Linux_2.2.14_my_SMP_i686 to the ignore list
* ha_berkeley.cc - Don't use subtransactions in update_row by defaultunknown2000-12-262-0/+36
| | | | | | | | | | | | | | | | | ha_berkeley.cc - Use the DB_RMW (read, modify, write) flag when removing a key ha_berkeley.h - Don't use subtransactions in update_row by default sql_table.cc - Don't use subtransactions in update_row by default bdb.result BitKeeper file /usr/home/tim/my/work/mysql-test/r/bdb.result bdb.test BitKeeper file /usr/home/tim/my/work/mysql-test/t/bdb.test sql/ha_berkeley.cc: - Don't use subtransactions in update_row by default - Use the DB_RMW (read, modify, write) flag when removing a key sql/ha_berkeley.h: - Don't use subtransactions in update_row by default sql/sql_table.cc: - Don't use subtransactions in update_row by default
* Mergeunknown2000-12-223-2/+8
|\ | | | | | | | | | | | | BitKeeper/etc/gone: auto-merge mysql-test/mysql-test-run.sh: merged
| * mysql-test-run.sh remove *.reject before testingunknown2000-12-223-2/+8
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | mrg000001.test clean merge tables for other tests to work mysqltest.c always compare vs. @result if any mrg000002.result corrected mysql-test/r/mrg000002.result: corrected client/mysqltest.c: always compare vs. @result if any mysql-test/t/mrg000001.test: clean merge tables for other tests to work mysql-test/mysql-test-run.sh: remove *.reject before testing
* | Fatfinger fix: SLAVE_MASTER_INF -> INFO.unknown2000-12-221-1/+1
| | | | | | | | | | mysql-test/mysql-test-run.sh: - fix typo introduced in previous commit
* | Fix replace bug w/ BDB tables by passing key_length to index_read_idx.unknown2000-12-221-0/+1
| | | | | | | | | | | | | | | | mysql-test/t/replace.test: - test replace with an extra row that has a higher key value sql/sql_insert.cc: - pass real key length to index_read_idx, instead of relying on the table handler to convert 0 -> key_length (fixes replace bug in BDB)
* | Fix bug in FINISH.sh that kept CFLAGS from being used.unknown2000-12-221-37/+25
|/ | | | | | | | | | Allow multiple options to be passed to mysql-test-run. BUILD/FINISH.sh: - use CFLAGS properly mysql-test/mysql-test-run.sh: - allow multiple options (e.g., --gcov --force)
* Merge work.mysql.com:/home/bk/mysqlunknown2000-12-214-0/+29
|\ | | | | | | | | | | | | | | | | | | into cane.mysql.fi:/usr/home/tim/my/work acconfig.h: Auto merged configure.in: Auto merged
| * Test replace on all table types.unknown2000-12-214-0/+29
| | | | | | | | | | | | | | Test delete from BDB table using hidden primary key.
* | Merge work.mysql.com:/home/bk/mysqlunknown2000-12-201-5/+6
|\ \ | | | | | | | | | | | | | | | | | | into mysql.sashanet.com:/home/sasha/src/bk/mysql
| * | mysql-test-run.sh expr substr -> echo | cutunknown2000-12-201-5/+6
| |/ | | | | | | | | mysql-test/mysql-test-run.sh: expr substr -> echo | cut
* | fixed up rpl000014unknown2000-12-204-3/+7
|/ | | | | | | | | | | | | undid bug in ENCRYPT() - will push this now added a test case for ENCRYPT() mysql-test/r/rpl000014.result: fixed result mysql-test/t/rpl000014.test: fixed timing ambiguity sql/item_strfunc.cc: undid SEGV bug in ENCRYPT()
* Fixed missing long optionunknown2000-12-161-1/+1
| | | | | | | | | | Portability fix for Linux include/global.h: Portability fix for Linux mysql-test/mysql-test-run.sh: Fixed missing long option
* Configure updatesunknown2000-12-162-7/+13
| | | | | | | | | | | | | | | | | | | | | | | | Fixed my_print_defaults --no-defaults Docs/manual.texi: Updated changelog acinclude.m4: Patches for large file support configure.in: New TCP libwrap extra/my_print_defaults.c: Fixed that --no-defaults include/my_pthread.h: Fixes for Tru64 ltconfig: Fixes for Tru64 ltmain.sh: Fixes for Tru64 mysql-test/README: Fixed types mysql-test/mysql-test-run.sh: Changed to long options
* Fixed <=>unknown2000-12-154-29/+88
| | | | | | | | | | | | | | | | | | | | Added mysqltest for <=> Removed use of TAB in output from mysql-test-run Docs/manual.texi: Changelog client/mysqltest.c: Added missing argument; Changed to use standard defines mysql-test/README: Cleaned up mysql-test/mysql-test-run.sh: Removed use of TAB in output (We are now also depening on sed) sql/item_cmpfunc.cc: Fixed <=> sql/item_cmpfunc.h: Fixed <=>
* Merge narttu:/my/mysql into tik.mysql.com:/home/my/mysqlunknown2000-12-152-0/+102
|\ | | | | | | | | | | | | BitKeeper/etc/logging_ok: auto-union Docs/manual.texi: Auto merged
| * Fixed that LPAD() and RPAD() cuts argumentsunknown2000-12-152-0/+102
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | New test for string functions Docs/manual.texi: Updated changes for 3.23.29 client/mysqldump.c: Cleanup libmysql/libmysql.c: Fixed possible overflow sql/handler.cc: Fixed typo sql/item_strfunc.cc: Fixed that LPAD() and RPAD() cuts arguments sql/mysqld.cc: Better error message on core dump BitKeeper/etc/logging_ok: Logging to logging@openlogging.org accepted
* | mysql-test/r/rpl000016.resultunknown2000-12-141-0/+11
| | | | | | | | | | | | | | | | forgot to check this in mysql-test/r/rpl000016.result: forgot to check this in
* | client/mysqltest.cunknown2000-12-142-2/+17
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | fixed bug that created empty result files in no-record mode mysql-test/t/rpl000007.test testing non-replication of load data infile when the table is excluded from replication mysql-test/t/rpl000016.test test purge master logs sql/slave.cc fix memory leaks found by purge master logs test sql/sql_repl.cc fixed race condition and delete before close bug in reset_slave() Overall comments - coverage testing is a very good thing! client/mysqltest.c: fixed bug that created empty result files in no-record mode mysql-test/t/rpl000007.test: testing non-replication of load data infile when the table is excluded from replication mysql-test/t/rpl000016.test: test purge master logs sql/slave.cc: fix memory leaks found by purge master logs test sql/sql_repl.cc: fixed race condition and delete before close bug in reset_slave()
* | I fixed the bug too and had to merge conflictsunknown2000-12-143-0/+23
|\ \ | | | | | | | | | | | | myisammrg/myrg_open.c: merged
| * | client/mysqltest.cunknown2000-12-143-0/+23
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | added system command myisammrg/myrg_open.c fixed coredump when opening an empty union table sql/sql_repl.cc fixed warnings, remove confusing comment, fixed coredump in change master to when master.info was corrupted added new replication test case client/mysqltest.c: added system command myisammrg/myrg_open.c: fixed coredump when opening an empty union table sql/sql_repl.cc: fixed warnings, remove confusing comment, fixed coredump in change master to when master.info was corrupted
* | | myrg_open.c empty MRG bug fixed again (fix from 1.8 was removed in 1.9)unknown2000-12-151-3/+3
|/ / | | | | | | | | | | | | mysql-test/t/ft0000001.test: comments cleared up myisammrg/myrg_open.c: empty MRG bug fixed again (fix from 1.8 was removed in 1.9)
* | mysql-test/mysql-test-run.shunknown2000-12-141-93/+31
| | | | | | | | | | | | | | | | | | | | | | | | fixes for Bourne shell removed colors optimized echo/expr for bash mysql-test/mysql-test-run.sh: fixes for Bourne shell removed colors optimized echo/expr for bash
* | fixes for parallel make, re-added the lost README files in mysql-testunknown2000-12-132-0/+40
| | | | | | | | | | | | | | | | | | | | | | | | | | BUILD/compile-pentium-debug: fox for parallel make BUILD/compile-pentium-gcov: fix for parallel make BUILD/compile-pentium: fix to enable parallel make when recursing to subdirectories Build-tools/Do-all-build-steps: fix for parallel make, remove the stale comment to make Tim happy Build-tools/Do-rpm: fix for parallel make
* | fixed typounknown2000-12-131-1/+1
| | | | | | | | | | BitKeeper/etc/ignore: Added BitKeeper/tmp/gone to the ignore list
* | mysql-test/Makefile.amunknown2000-12-131-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | fixed typo scripts/make_binary_distribution.sh added .MRG and .frm files mysql-test/Makefile.am: fixed typo scripts/make_binary_distribution.sh: added .MRG and .frm files
* | install_test_db.sh fixes for distributionunknown2000-12-133-2/+68
| | | | | | | | | | | | | | | | | | | | | | | | | | mysql-test-run.sh fixes for distribution Makefile.am Fixes for distribution mysql-test/Makefile.am: Fixes for distribution mysql-test/mysql-test-run.sh: fixes for distribution mysql-test/install_test_db.sh: fixes for distribution
* | Merge work.mysql.com:/home/bk/mysqlunknown2000-12-134-17/+77
|\ \ | | | | | | | | | | | | | | | | | | | | | into mysql.sashanet.com:/home/sasha/src/bk/mysql BitKeeper/etc/logging_ok: Auto converge
| * | fixedunknown2000-12-134-17/+77
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | mysql-test/mysql-test-run: fixed bug that unconditionally restarted both servers before each test added support for slave-master-info.opt to specify master info options and override defaults for an individual test fixed race conditions in slave start/slave stop added a new rpl test case sql/sql_repl.cc: fixed race conditions in slave start/slave stop
* | | Makefile.am Removed READMEunknown2000-12-131-1/+1
|/ / | | | | | | | | mysql-test/Makefile.am: Removed README
* | --result-file in mysqltest works nicely nowunknown2000-12-123-9/+68
| | | | | | | | | | | | | | | | | | | | | | added a new test case that relies on --result-file client/mysqltest.c: allow a mix of --result-file and @ result file specifications mysql-test/mysql-test-run: -record option -R options to mysql-test so taht result files will be compared
* | client/mysqltest.cunknown2000-12-121-0/+24
| | | | | | | | | | | | | | | | | | | | | | | | add --result-file option mysql-test/mysql-test-run do a really good job to kill mysqld if it is stuck client/mysqltest.c: add --result-file option mysql-test/mysql-test-run: do a really good job to kill mysqld if it is stuck
* | test case for a coredump on merge tables. Sergei or Monty, can you fix this?unknown2000-12-125-7/+11
|/ | | | | | mysql-test/mysql-test-run: added support for copying tables into datadir - now only MRG and FRM files are copied - will add others as we come up with samples
* Mergeunknown2000-12-126-2/+48
|\ | | | | | | | | sql/filesort.cc: merged
| * ft0000001.test more tests addedunknown2000-12-126-2/+48
| | | | | | | | | | | | | | | | | | | | | | ft0000002.test several ft-indexes test filesort.cc DBUG_PRINT's added sql/filesort.cc: more DBUG_PRINT's added mysql-test/t/ft0000001.test: more tests added
* | Fixed delete in tables with hidden primary keyunknown2000-12-121-8/+8
|/ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Remove not used BDB logs on shutdown Don't give warnings for repair on slaves Fixed transaction log files Docs/manual.texi: Updated 'known bugs' include/my_sys.h: Added define for checking number of bytes left in the IO_CACHE mysql-test/mysql-test-run: Small bug fixes mysys/mf_iocache2.c: Use new define sql/filesort.cc: Temporary fix for FULLTEXT index sql/ha_berkeley.cc: Fix for delete in tables with hidden primary key Remove not used BDB logs on shutdown sql/ha_myisam.cc: Don't give warnings for repair on slaves sql/hostname.cc: Portability fix sql/log.cc: Fix transaction log files sql/log_event.h: portability fix sql/slave.cc: Don't give warnings for repair on slaves sql/sql_class.h: Cleanup sql/sql_parse.cc: Fixed typo
* sel000032.test backpropagated from mysql-4.0unknown2000-12-1132-36/+36
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | sel000031.test backpropagated from mysql-4.0 sel000014.result backpropagated from mysql-4.0 sel000006.test s|r/3.23/|r/| sel000007.test s|r/3.23/|r/| sel000008.test s|r/3.23/|r/| sel000009.test s|r/3.23/|r/| sel000010.test s|r/3.23/|r/| sel000011.test s|r/3.23/|r/| sel000012.test s|r/3.23/|r/| sel000013.test s|r/3.23/|r/| sel000014.test s|r/3.23/|r/| sel000015.test s|r/3.23/|r/| sel000016.test s|r/3.23/|r/| sel000017.test s|r/3.23/|r/| sel000018.test s|r/3.23/|r/| sel000019.test s|r/3.23/|r/| sel000020.test s|r/3.23/|r/| sel000021.test s|r/3.23/|r/| sel000022.test s|r/3.23/|r/| sel000023.test s|r/3.23/|r/| sel000024.test s|r/3.23/|r/| sel000025.test s|r/3.23/|r/| sel000026.test s|r/3.23/|r/| sel000027.test s|r/3.23/|r/| sel000028.test s|r/3.23/|r/| sel000029.test s|r/3.23/|r/| sel000030.test s|r/3.23/|r/| sel000033.test s|r/3.23/|r/| sel000005.test s|r/3.23/|r/| ft0000001.test s|r/3.23/|r/| sel000004.test s|r/3.23/|r/| mysql-test/t/sel000004.test: s|r/3.23/|r/| mysql-test/t/ft0000001.test: s|r/3.23/|r/| mysql-test/t/sel000005.test: s|r/3.23/|r/| mysql-test/t/sel000006.test: s|r/3.23/|r/| mysql-test/t/sel000007.test: s|r/3.23/|r/| mysql-test/t/sel000008.test: s|r/3.23/|r/| mysql-test/t/sel000009.test: s|r/3.23/|r/| mysql-test/t/sel000010.test: s|r/3.23/|r/| mysql-test/t/sel000011.test: s|r/3.23/|r/| mysql-test/t/sel000012.test: s|r/3.23/|r/| mysql-test/t/sel000013.test: s|r/3.23/|r/| mysql-test/t/sel000014.test: s|r/3.23/|r/| mysql-test/t/sel000015.test: s|r/3.23/|r/| mysql-test/t/sel000016.test: s|r/3.23/|r/| mysql-test/t/sel000017.test: s|r/3.23/|r/| mysql-test/t/sel000018.test: s|r/3.23/|r/| mysql-test/t/sel000019.test: s|r/3.23/|r/| mysql-test/t/sel000020.test: s|r/3.23/|r/| mysql-test/t/sel000021.test: s|r/3.23/|r/| mysql-test/t/sel000022.test: s|r/3.23/|r/| mysql-test/t/sel000023.test: s|r/3.23/|r/| mysql-test/t/sel000024.test: s|r/3.23/|r/| mysql-test/t/sel000025.test: s|r/3.23/|r/| mysql-test/t/sel000026.test: s|r/3.23/|r/| mysql-test/t/sel000027.test: s|r/3.23/|r/| mysql-test/t/sel000028.test: s|r/3.23/|r/| mysql-test/t/sel000029.test: s|r/3.23/|r/| mysql-test/t/sel000030.test: s|r/3.23/|r/| mysql-test/t/sel000033.test: s|r/3.23/|r/| mysql-test/r/sel000014.result: backpropagated from mysql-4.0 mysql-test/t/sel000031.test: backpropagated from mysql-4.0 mysql-test/t/sel000032.test: backpropagated from mysql-4.0
* Tests backpropagated from mysql-4.0 bk treeunknown2000-12-1140-31/+453
| | | | | | | | | | | mysql-test/t/sel000004.test: backpropagated from mysql-4.0 mysql-test/t/sel000005.test: backpropagated from mysql-4.0 mysql-test/r/sel000004.result: backpropagated from mysql-4.0 mysql-test/r/sel000005.result: backpropagated from mysql-4.0
* Merge work.mysql.com:/home/bk/mysqlunknown2000-12-081-30/+10
|\ | | | | | | | | | | | | | | into mysql.sashanet.com:/home/sasha/src/bk/mysql mysql-test/mysql-test-run: Auto merged
| * mysql-test/mysql-test-rununknown2000-12-081-30/+10
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | reversed gcov to work the old way - the worst thing that can happen if slave and master execute the same code at the same time is that we get a lesser count on the code branch execution, but in any case, it will be at least counted once, which is really all we care. Besides, the source tracking is most likely not thread safe, but this is ok for the same reason. mysql-test/mysql-test-run: reversed gcov to work the old way - the worst thing that can happen if slave and master execute the same code at the same time is that we get a lesser count on the code branch execution, but in any case, it will be at least counted once, which is really all we care. Besides, the source tracking is most likely not thread safe, but this is ok for the same reason.
* | Mergeunknown2000-12-091-2/+3
|\ \ | |/ |/|
| * mysql-test-run --core-file changed to --exit-info=256unknown2000-12-081-2/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | | it's yet another mysqld hidden feature --exit-info=256 is like --core-file but prints info at exit. --exit-info itself implies also one-thread (undocumented) mysql-test/mysql-test-run: --core-file changed to --exit-info=256 it's yet another mysqld hidden feature --exit-info=256 is like --core-file but prints info at exit. --exit-info itself implies also one-thread (undocumented)
* | fixed bug in load data infile replicationunknown2000-12-083-1/+7
|/ | | | | | | | | | | | updated test suite to always test if slave obeys stop/start commands mysql-test/include/master-slave.inc: test if the slave actually stops and starts in response to slave start/slave stop sql/log_event.cc: call the right constructor - I am 99% sure this is what cause sporadic failures of rpl000001 sql/share/romanian/errmsg.sys: not changed
* rpl000001 sporadic failure mystery solved - the table was being opened twice :-)unknown2000-12-071-1/+1
| | | | | | | | | BitKeeper/etc/ignore: Added mysql-test/var/slave-data/mysql-bin.001 mysql-test/var/slave-data/mysql-bin.002 mysql-test/var/slave-data/mysql-bin.003 mysql-test/var/slave-data/mysql-bin.004 mysql-test/var/slave-data/mysql-bin.005 mysql-test/var/slave-data/mysql-bin.006 mysql-test/var/slave-data/mysql-bin.007 mysql-test/var/slave-data/mysql-bin.008 mysql-test/var/slave-data/mysql-bin.009 mysql-test/var/slave-data/mysql-bin.010 mysql-test/var/slave-data/mysql-bin.011 mysql-test/var/slave-data/mysql-bin.012 mysql-test/var/slave-data/mysql-bin.013 mysql-test/var/slave-data/mysql-bin.014 mysql-test/var/slave-data/mysql-bin.index to the ignore list mysql-test/mysql-test-run: re-added --log-bin --log-slave updates to slave startup options sql/slave.cc: fixed bug in LOAD DATA INFILE replication
* mysql-test/Makefile.amunknown2000-12-071-3/+2
| | | | | | | | removed extra files, adjusted for renames mysql-test/Makefile.am: removed extra files, adjusted for renames
* ok, here comes the push - prepare to resolve conflicts! And lets hope bk can ↵unknown2000-12-071-2/+2
| | | | | | | | | | | gracefully handle all of my renames BitKeeper/etc/ignore: Added mysql-test/var/lib/test/test3.frm mysql-test/var/lib/test/test3.MRG to the ignore list mysql-test/t/mrg000001.test: fixed paths sql/log.cc: fixed mutex problem
* mrg000001.dummy.result Rename: mysql-test/r/3.23/mrg000001.dummy.result -> ↵unknown2000-12-073-0/+0
| | | | | | | | | | | | | | | mysql-test/r/mrg000001.dummy.result mrg000001.result Rename: mysql-test/r/3.23/mrg000001.result -> mysql-test/r/mrg000001.result mrg000001.test Rename: mysql-test/t/3.23/mrg000001.test -> mysql-test/t/mrg000001.test mysql-test/t/mrg000001.test: Rename: mysql-test/t/3.23/mrg000001.test -> mysql-test/t/mrg000001.test mysql-test/r/mrg000001.dummy.result: Rename: mysql-test/r/3.23/mrg000001.dummy.result -> mysql-test/r/mrg000001.dummy.result mysql-test/r/mrg000001.result: Rename: mysql-test/r/3.23/mrg000001.result -> mysql-test/r/mrg000001.result
* Mergeunknown2000-12-0787-97/+184
|\ | | | | | | | | | | | | | | | | | | | | | | | | BitKeeper/etc/logging_ok: Auto converge configure.in: Auto merged mysql-test/misc/select.res: ***MISSING WEAVE*** BitKeeper/etc/ignore: Added BitKeeper/etc/config BitKeeper/tmp/CONTENTS BitKeeper/tmp/patch BitKeeper/tmp/pid to the ignore list mysql-test/mysql-test-run: merge
| * stop chewing!unknown2000-12-072-0/+0
| | | | | | | | | | | | | | | | | | mysql-test/misc/mysql-test_V1.9.pl: mvdir mysql-test/misc/select.res: ***MISSING WEAVE*** mysql-test/misc/select.tst: mvdir
| * fixed up mysql-test - will not push this yet, as more clean up/testing is to ↵unknown2000-12-0785-96/+183
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | follow BitKeeper/deleted/.del-README~b8e00a1b57b91f69: ***MISSING WEAVE*** BitKeeper/deleted/.del-README~2bddc2706d0834d0: ***MISSING WEAVE*** mysql-test/r/alt000001.result: mvdir mysql-test/r/ins000001.result: mvdir mysql-test/r/rpl000001.a.result: mvdir mysql-test/r/rpl000001.b.result: mvdir mysql-test/r/rpl000002.result: mvdir mysql-test/r/rpl000003.result: mvdir mysql-test/r/rpl000004.a.result: mvdir mysql-test/r/rpl000004.b.result: mvdir mysql-test/r/rpl000005.result: mvdir mysql-test/r/rpl000006.result: mvdir mysql-test/r/rpl000007.result: mvdir mysql-test/r/rpl000008.result: mvdir mysql-test/r/rpl000009.result: mvdir mysql-test/r/rpl000010.result: mvdir mysql-test/r/rpl000011.result: mvdir mysql-test/r/rpl000012.result: mvdir mysql-test/r/rpl000012.status.result: mvdir mysql-test/r/rpl000013.result: mvdir mysql-test/r/rpl000013.status.result: mvdir mysql-test/r/sel000001.result: mvdir mysql-test/r/sel000002.result: mvdir mysql-test/r/sel000003.result: mvdir mysql-test/r/sel000004.result: mvdir mysql-test/r/sel000005.result: mvdir mysql-test/r/sel000006.result: mvdir mysql-test/r/sel000007.result: mvdir mysql-test/r/sel000008.result: mvdir mysql-test/r/sel000009.result: mvdir mysql-test/r/sel000010.result: mvdir mysql-test/r/sel000011.result: mvdir mysql-test/r/sel000012.result: mvdir mysql-test/r/sel000013.result: mvdir mysql-test/r/sel000014.result: mvdir mysql-test/r/sel000015.result: mvdir mysql-test/r/sel000016.result: mvdir mysql-test/r/sel000017.result: mvdir mysql-test/r/sel000018.result: mvdir mysql-test/r/sel000019.result: mvdir mysql-test/r/sel000020.result: mvdir mysql-test/r/sel000021.result: mvdir mysql-test/r/sel000022.result: mvdir mysql-test/r/sel000023.result: mvdir mysql-test/r/sel000024.result: mvdir mysql-test/r/sel000025.result: mvdir mysql-test/r/sel000026.result: mvdir mysql-test/r/sel000027.result: mvdir mysql-test/r/sel000028.result: mvdir mysql-test/r/sel000029.result: mvdir mysql-test/r/sel000030.result: mvdir mysql-test/r/sel000100.result: mvdir mysql-test/r/shw000001.result: mvdir mysql-test/t/README: mvdir mysql-test/t/err000001.test: mvdir mysql-test/t/rpl000007-slave.opt: mvdir mysql-test/t/rpl000008-slave.opt: mvdir mysql-test/t/rpl000009-slave.opt: mvdir mysql-test/t/rpl000010-slave.opt: mvdir mysql-test/t/rpl000013-slave.opt: mvdir BitKeeper/deleted/.del-start-mysqld~9c8f21a7ab97793a: ***MISSING WEAVE*** BitKeeper/deleted/.del-stop-mysqld~89a1194045f05d1c: ***MISSING WEAVE*** BitKeeper/deleted/.del-translate-tests~3869c1fdf0a5ea1a: ***MISSING WEAVE*** BitKeeper/deleted/.del-README~108667adaeabe3f5: ***MISSING WEAVE*** BitKeeper/deleted/.del-README~c5aaceda4c2b1a8: ***MISSING WEAVE*** BitKeeper/deleted/.del-select-key.master~e6b83af25df0ce5: ***MISSING WEAVE*** mysql-test/std_data/words.dat: Rename: mysql-test/std_data/words -> mysql-test/std_data/words.dat BitKeeper/deleted/.del-simple-select.master~6f3eb98812926caf: ***MISSING WEAVE*** Makefile.am: add mysql-test to distribution configure.in: added mysql-test libmysql/Makefile.am: include hash.h libmysql/Makefile.shared: add hash to libmysqlclient mysql-test/Makefile.am: mysql-test is now in source dist also mysql-test/chew_on_this/select.res: ***MISSING WEAVE*** mysql-test/install_test_db: renamed file, moved to different directory, and fixed up to work on binary dist mysql-test/mysql-test-run: clean-up of test suite, make it work on binary dist mysql-test/t/alt000001.test: moved directory mysql-test/t/ins000001.test: moved directory mysql-test/t/rpl000001.test: moved dir mysql-test/t/rpl000002.test: moved dir mysql-test/t/rpl000003.test: moved dir mysql-test/t/rpl000004.test: moved dir mysql-test/t/rpl000005.test: moved dir mysql-test/t/rpl000006.test: moved dir mysql-test/t/rpl000007.test: moved dir mysql-test/t/rpl000008.test: moved dir mysql-test/t/rpl000009.test: moved dir mysql-test/t/rpl000010.test: moved dir mysql-test/t/rpl000011.test: moved dir mysql-test/t/rpl000012.test: moved dir mysql-test/t/rpl000013.test: moved dir mysql-test/t/sel000001.test: moved dir mysql-test/t/sel000002.test: moved dir BitKeeper/etc/ignore: Added libmysql_r/hash.c scripts/mysql-3.23.29-gamma-pc-linux-gnu-i686.tar.gz to the ignore list mysql-test/t/sel000003.test: moved dir mysql-test/t/sel000004.test: moved dir mysql-test/t/sel000005.test: moved dir mysql-test/t/sel000100.test: moved dir mysql-test/t/shw000001.test: moved dir scripts/make_binary_distribution.sh: fixes to include mysql-test added -debug option to exit after building temp dir before tar.gz removed a bunch of SCCS files