• unknown's avatar
    Changed table_list->name -> table_list->alias to find places where we where... · f631f93e
    unknown authored
    Changed table_list->name -> table_list->alias to find places where we where using alias instead of table_name.
    This should fix some issues where --lower-case-table-names doesn't work properly under windows.
    
    
    client/mysql.cc:
      Added missing sslopt-case.h
    sql/lock.cc:
      Changed table_list->name -> table_list->alias to find places where we where using alias instead of table_name.
    sql/log_event.cc:
      Changed table_list->name -> table_list->alias to find places where we where using alias instead of table_name.
    sql/mysqld.cc:
      Fixed that --ssl and --skip-ssl works
    sql/slave.cc:
      Changed table_list->name -> table_list->alias to find places where we where using alias instead of table_name.
    sql/sql_acl.cc:
      Changed table_list->name -> table_list->alias to find places where we where using alias instead of table_name.
    sql/sql_base.cc:
      Changed table_list->name -> table_list->alias to find places where we where using alias instead of table_name.
    sql/sql_cache.cc:
      Changed table_list->name -> table_list->alias to find places where we where using alias instead of table_name.
    sql/sql_handler.cc:
      Changed table_list->name -> table_list->alias to find places where we where using alias instead of table_name.
    sql/sql_insert.cc:
      Changed table_list->name -> table_list->alias to find places where we where using alias instead of table_name.
    sql/sql_parse.cc:
      Changed table_list->name -> table_list->alias to find places where we where using alias instead of table_name.
    sql/sql_show.cc:
      Changed table_list->name -> table_list->alias to find places where we where using alias instead of table_name.
    sql/sql_table.cc:
      Changed table_list->name -> table_list->alias to find places where we where using alias instead of table_name.
    sql/sql_udf.cc:
      Changed table_list->name -> table_list->alias to find places where we where using alias instead of table_name.
    sql/sql_union.cc:
      Changed table_list->name -> table_list->alias to find places where we where using alias instead of table_name.
    sql/sql_yacc.yy:
      Changed table_list->name -> table_list->alias to find places where we where using alias instead of table_name.
    sql/table.h:
      Changed table_list->name -> table_list->alias to find places where we where using alias instead of table_name.
    f631f93e
sql_yacc.yy 92.8 KB