• unknown's avatar
    return table list of fake_select in empty state to prevent using TABLE_LIST... · bcbaefcf
    unknown authored
    return table list of fake_select in empty state to prevent using TABLE_LIST allocated on stack in next execution of PS (Bug #3577)
    
    
    sql/sql_union.cc:
      return table list of fake_select in empty state to prevent using TABLE_LIST allocated on stack in next execution of PS
    tests/client_test.c:
      test of UNIONS with PS
    bcbaefcf
sql_union.cc 13 KB