summaryrefslogtreecommitdiff
path: root/mysql-test/t/innodb-lock.test
Commit message (Collapse)AuthorAgeFilesLines
* WL#3475 (Threads for the embedded server in mysqltest)holyfoot/hf@mysql.com/deer.(none)2006-10-231-2/+0
| | | | | Necessary code added to mysqltest.c. Disabled tests are available now.
* Merge neptunus.(none):/home/msvensson/mysql/mysql-4.1msvensson@neptunus.(none)2005-09-011-1/+1
|\ | | | | | | into neptunus.(none):/home/msvensson/mysql/bug11316/my41-bug11316
| * BUG#11316 mysqltest, problems when assigning value with '#' to $variablemsvensson@neptunus.(none)2005-07-151-1/+1
| | | | | | | | | | - Fixed problem, only detect comment if the # is on start of line AND starting line of the current command. - Wrote tests for most of the mysqltest commands, added stricter checking of correct syntax.
* | Added end marker for tests to make future merges easiermonty@mysql.com2005-07-281-0/+2
|/
* Clean up InnoDB testing with embedded server.jimw@mysql.com2005-03-291-0/+2
|
* A lot of fixes for prepared statements (PS):monty@mysql.com2004-10-261-0/+2
| | | | | | | | | | | | | | | | New mysqltest that can run mysqltest with PS Added support for ZEROFILL in PS Fixed crash when one called mysql_stmt_store_result() without a preceding mysql_stmt_bind_result() Updated test cases to support --ps-protocol (Some tests are still run using old protocol) Fixed crash in PS when using SELECT * FROM t1 NATURAL JOIN t2... Fixed crash in PS when using sub queries Create table didn't signal when table was created. This could cause a "DROP TABLE created_table" in another thread to wait "forever" Fixed wrong permissions check in PS and multi-table updates (one could get permission denied for legal quries) Fix for PS and SELECT ... PROCEDURE Reset all warnings when executing a new PS query group_concat(...ORDER BY) didn't work with PS Fixed problem with test suite when not using innodb
* Merge with 4.0monty@mysql.com2004-10-201-1/+56
|\
| * Fix test case for innodb-lockmonty@mysql.com2004-10-201-18/+29
| |
| * Code cleanups (done during review of new code)monty@mysql.com2004-10-201-1/+45
| | | | | | | | | | | | Rename innodb_table_locks_old_behavior -> innodb_table_locks Set innodb_table_locks to off by default to get same behaviour as in MySQL 4.0.20 (This means that Innodb ignore table locks by default, which makes it easier to combine MyISAM and InnoDB to simulate a transaction)
* | after merge fixesmonty@mysql.com2004-05-051-0/+3
|/
* InnoDB: implement LOCK TABLE (Bug #3299)marko@hundin.mysql.fi2004-04-291-0/+40