• Alexander Barkov's avatar
    Removing direct access to thd, using functions: · f2e14736
    Alexander Barkov authored
    - thd_query_string() insted of thd->query_string
    - thd_sql_command() instead ot thd->lex->sql_command
    - table_share->s.db.str instead of thd->db
    
    modified:
      storage/connect/connect.cc
      storage/connect/ha_connect.cc
    f2e14736
ha_connect.cc 121 KB