• unknown's avatar
    Cleanups during review of new code · 8fd5120d
    unknown authored
    
    mysql-test/t/sp.test:
      Use --disable_parsing instead of comments
    sql/lock.cc:
      Remove compiler warning
    sql/mysqld.cc:
      Always send valid flag argument to reload_acl_and_cache()
    sql/sp_cache.cc:
      Simple optimization
      Don't use mutex to read 'long' variable
      Indentation fixes
    sql/sp_head.cc:
      Fix comments to use /* */
      Set proc_info to 0 after close_thread_tables()
    sql/sql_base.cc:
      remove not needed test
    sql/sql_parse.cc:
      Always send valid flag argument to reload_acl_and_cache()
      Fixed indentation
      Ensure we get an error if reset_master() fails.
    8fd5120d
lock.cc 28.9 KB