summaryrefslogtreecommitdiff
path: root/mysql-test/r/innodb-lock.result
Commit message (Collapse)AuthorAgeFilesLines
* A lot of fixes for prepared statements (PS):monty@mysql.com2004-10-261-0/+1
| | | | | | | | | | | | | | | | 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
* Fix test case for innodb-lockmonty@mysql.com2004-10-201-11/+19
|
* Code cleanups (done during review of new code)monty@mysql.com2004-10-201-0/+26
| | | | | | 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)
* InnoDB: implement LOCK TABLE (Bug #3299)marko@hundin.mysql.fi2004-04-291-0/+22