• Konstantin Osipov's avatar
    Backport of: · 1480dafe
    Konstantin Osipov authored
    ------------------------------------------------------------
    revno: 2630.8.3
    committer: Dmitry Lenev <dlenev@mysql.com>
    branch nick: mysql-6.0-3726-w4
    timestamp: Thu 2008-06-05 10:48:36 +0400
    message:
      WL#3726 "DDL locking for all metadata objects".
    
      After-review fixes in progress.
    
      Adjust some comments that were using old terminology
      (name locks instead of exclusive metadata locks), brought
      some of them up-to-date with current situation in code.
    
    
    sql/sql_base.cc:
      Adjusted comments to use proper terminology.
    sql/sql_delete.cc:
      Adjusted comments to use proper terminology.
    sql/sql_handler.cc:
      Adjusted comments to use proper terminology.
    sql/sql_partition.cc:
      Adjusted comments to use proper terminology also fixed
      one comment to correspond to what really happens in code.
    sql/sql_show.cc:
      Adjusted comments to use proper terminology.
    sql/sql_table.cc:
      Adjusted comments to use proper terminology, brought
       one of them up-to-date with current situation.
    sql/sql_trigger.cc:
      Adjusted comments to use proper terminology.
    sql/table.h:
      Removed two unused members of TABLE_SHARE struct.
    1480dafe
sql_delete.cc 35.9 KB