• unknown's avatar
    Fix for bug #799 FLUSH TABLES WITH READ LOCK does not block CREATE TABLE · eef558dd
    unknown authored
    This commit is related to my previos one(ChangeSet 1.1583 03/08/27 18:03:39).
    Note about COMMIT&ROLLBACK:
      Only 'COMMIT' statement updates the binary log. 
      'ROLLBACK' statement doesn't update the binlog.
    
    
    mysql-test/r/drop.result:
      Fix for bug #799 FLUSH TABLES WITH READ LOCK does not block CREATE TABLE
    mysql-test/r/innodb.result:
      Fix for bug #799 FLUSH TABLES WITH READ LOCK does not block CREATE TABLE
    mysql-test/t/drop.test:
      Fix for bug #799 FLUSH TABLES WITH READ LOCK does not block CREATE TABLE
    mysql-test/t/innodb.test:
      Fix for bug #799 FLUSH TABLES WITH READ LOCK does not block CREATE TABLE
    sql/handler.cc:
      Fix for bug #799 FLUSH TABLES WITH READ LOCK does not block CREATE TABLE
    sql/sql_table.cc:
      Fix for bug #799 FLUSH TABLES WITH READ LOCK does not block CREATE TABLE
    eef558dd
innodb.result 36.9 KB