summaryrefslogtreecommitdiff
path: root/mysql-test/t/overflow.test
Commit message (Collapse)AuthorAgeFilesLines
* Symlinking of tables should not work.monty@hundin.mysql.fi2001-06-051-1/+1
| | | | | | Fixed error number handling bug in mysqltest. Fixed that error number from insert delayed is reported correctly. merged new vio code with old violite code.
* Fixed bug in send in mysqltestmonty@donna.mysql.fi2001-03-251-1/+1
| | | | | | | | Removed usage of @r/result as this made life hard when testing different table handlers. Allow concurrent inserts if no update/binary log. Don't remove key_cache at flush tables. Fixed bug in SELECT DISTINCT SUM()...
* fixed up lock counting code - Monty's suggestionssasha@mysql.sashanet.com2001-01-271-0/+4
updated manual about table lock counter fixed coredump in DROP DATABASE with long bogus name by non-root user fixed bug in handling STOP immediately after ROTATE added test case for buffer overrun on DROP DATABASE by non-root user added test case for the STOP bug in replication