• Konstantin Osipov's avatar
    Backport of: · e0469ddd
    Konstantin Osipov authored
    ------------------------------------------------------------
    revno: 2630.6.1
    committer: Konstantin Osipov <konstantin@mysql.com>
    branch nick: mysql-6.0-3726
    timestamp: Tue 2008-05-27 13:45:34 +0400
    message:
      Remove an unused argument from release_table_share().
      Remove unused members from TABLE_SHARE struct.
      Review comments in scope of WL#3726 "DDL locking for all metadata 
      objects"
    
    sql/mysql_priv.h:
      Update declaration.
    sql/sql_base.cc:
      Upate declaration and the comment (release_share()).
    sql/sql_plist.h:
      A cosmetic change, is_empty() is a const method.
    sql/sql_table.cc:
      Update to use the new declaration of release_table_share().
    sql/sql_view.cc:
      Update to use the new declaration of release_table_share().
    sql/table.cc:
      Update to use the new declaration of release_table_share().
      Remove dead code.
    sql/table.h:
      Remove unused members of TABLE.
    e0469ddd
sql_table.cc 254 KB