• unknown's avatar
    Fixes during review of new pushed code · efcca089
    unknown authored
    Removed duplicate usage of TMP_TABLE_FORCE_MYISAM by making 'options' longlong
    
    
    sql/ha_berkeley.cc:
      Removed not used variable (and options)
    sql/ha_berkeley.h:
      Removed not used argument
    sql/ha_ndbcluster.cc:
      Remove compiler warning
    sql/init.cc:
      Simplify code
    sql/item_sum.cc:
      Removed duplicate usage of TMP_TABLE_FORCE_MYISAM by making 'options' longlong
    sql/mysql_priv.h:
      Removed duplicate usage of TMP_TABLE_FORCE_MYISAM by making 'options' longlong
    sql/mysqld.cc:
      Removed duplicate usage of TMP_TABLE_FORCE_MYISAM by making 'options' longlong
    sql/sql_class.h:
      Removed duplicate usage of TMP_TABLE_FORCE_MYISAM by making 'options' longlong
    sql/sql_delete.cc:
      Removed duplicate usage of TMP_TABLE_FORCE_MYISAM by making 'options' longlong
    sql/sql_derived.cc:
      Removed duplicate usage of TMP_TABLE_FORCE_MYISAM by making 'options' longlong
    sql/sql_lex.h:
      Removed duplicate usage of TMP_TABLE_FORCE_MYISAM by making 'options' longlong
    sql/sql_parse.cc:
      Indentation fixes
    sql/sql_select.cc:
      Removed duplicate usage of TMP_TABLE_FORCE_MYISAM by making 'options' longlong
    sql/sql_select.h:
      Removed duplicate usage of TMP_TABLE_FORCE_MYISAM by making 'options' longlong
    sql/sql_show.cc:
      Removed duplicate usage of TMP_TABLE_FORCE_MYISAM by making 'options' longlong
    sql/sql_union.cc:
      Removed duplicate usage of TMP_TABLE_FORCE_MYISAM by making 'options' longlong
    sql/sql_update.cc:
      Removed duplicate usage of TMP_TABLE_FORCE_MYISAM by making 'options' longlong
    sql/sql_yacc.yy:
      Changed variable name i to more descriptive name
      Removed compiler warning
    efcca089
sql_select.h 18.3 KB