• unknown's avatar
    fix for bug #13545: Server crash caused by select query. · 7acbea3f
    unknown authored
    
    sql/sql_base.cc:
      fix for bug #13545: Server crash caused by select query.
      - compare table qualifier only with tables which are not nested joins.
      - perform recursion accordingly.
      - DBUG_ASSERT(table_list->table); added before the find_field_in_table() call.
    7acbea3f
join_nested.test 21.3 KB