summaryrefslogtreecommitdiff
path: root/mysql-test/create-test-result
Commit message (Collapse)AuthorAgeFilesLines
* new EXPLAINbell@sanja.is.com.ua2002-09-261-2/+1
| | | | | fixed bug in mysql-test/create-test-result fixed bug in union-subselect engine
* EXISTS type of subselectbell@sanja.is.com.ua2002-06-191-1/+1
| | | | more correct parameters in result creation script
* Removed not used functions from sql_cachemonty@hundin.mysql.fi2001-12-141-2/+2
| | | | Added new tests to testsuite.
* Fixed temp tables to work with replication. It will not work if you stop the ↵sasha@mysql.sashanet.com2000-11-251-4/+4
| | | | | | | | | | | 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
* slave master.info FILE -> IO_CACHEsasha@mysql.sashanet.com2000-11-241-0/+66
send_file() is more stack-friendly - changed large static buffer to alloc_root() fixed my_b_seek() to work with WRITE_CACHE test case to make sure the slave starts correctly after being stopped truncated words file so the replication tests will take less time