Merge branch 'master' into blr
This commit is contained in:
		| @ -1,10 +0,0 @@ | ||||
| USE test;  | ||||
| SET autocommit = 0;  | ||||
| START TRANSACTION;  | ||||
| CREATE TABLE IF NOT EXISTS myCity (a int, b char(20));  | ||||
| INSERT INTO myCity VALUES (1, 'Milan');  | ||||
| INSERT INTO myCity VALUES (2, 'London');  | ||||
| COMMIT; | ||||
| DELETE FROM myCity; | ||||
| SELECT COUNT(*) FROM myCity; -- read transaction's modifications from slave | ||||
| COMMIT; | ||||
		Reference in New Issue
	
	Block a user
	 Mark Riddoch
					Mark Riddoch