• Sergey Petrunya's avatar
    BUG#882472: subselect4.test fails in current 5.3 · 08e9e6a7
    Sergey Petrunya authored
    - The problem was that the value of READ_RECORD::file was not updated when the underlying table
      was temporary and was converted from heap to myisam. Resolved by eliminating READ_RECORD::file,
      always use READ_RECORD::table->file
    08e9e6a7
sql_show.cc 270 KB