• unknown's avatar
    return table list of fake_select in empty state to prevent using TABLE_LIST... · a97452e1
    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
    a97452e1
client_test.c 248 KB