mirror of
https://github.com/MariaDB/server.git
synced 2025-07-30 16:24:05 +03:00
merge MySQL-5.6 bugfix "Bug#17862905: MYSQLDUMP CREATES USELESS METADATA LOCKS"
revno: 5716 committer: Praveenkumar Hulakund <praveenkumar.hulakund@oracle.com> branch nick: mysql_5_6 timestamp: Sat 2013-12-28 22:08:40 +0530 message: Bug#17862905: MYSQLDUMP CREATES USELESS METADATA LOCKS
This commit is contained in:
@ -5206,12 +5206,16 @@ INSERT INTO b12809202_db.t2 VALUES (1), (2), (3);
|
||||
-- Connecting to localhost...
|
||||
-- main : logs flushed successfully!
|
||||
-- Starting transaction...
|
||||
-- Setting savepoint...
|
||||
-- Retrieving table structure for table t1...
|
||||
-- Sending SELECT query...
|
||||
-- Retrieving rows...
|
||||
-- Rolling back to savepoint sp...
|
||||
-- Retrieving table structure for table t2...
|
||||
-- Sending SELECT query...
|
||||
-- Retrieving rows...
|
||||
-- Rolling back to savepoint sp...
|
||||
-- Releasing savepoint...
|
||||
-- Disconnecting from localhost...
|
||||
|
||||
#### Dump ends here ####
|
||||
|
Reference in New Issue
Block a user