• unknown's avatar
    Fix mutex handling in SHOW_VARIABLES (key_buffer_size was not properly protected) · 0eaf4d8d
    unknown authored
    Changed some non fatal myisamchk error messages to warnings
    
    
    myisam/myisamchk.c:
      Change error -> warning
    sql/handler.cc:
      Add mutex around keybuff_size usage
    sql/mysql_priv.h:
      Indentation update
    sql/set_var.cc:
      Add mutex around longlong variable usage
    sql/sql_parse.cc:
      Fix mutex handling in SHOW_VARIABLES
    sql/sql_show.cc:
      Fix mutex handling in SHOW_VARIABLES
    0eaf4d8d
myisamchk.c 56.5 KB