1. 04 Jun, 2005 3 commits
    • stewart@mysql.com's avatar
      BUG#10948 NDB Replication: Race condition with ALTER/DROP table · 61ff7d38
      stewart@mysql.com authored
      BUG#9826  Server crash on schema change ("drop table", "alter table") with NDB
      
      See note on 10948 for detailed explanation.
      
      struct a { void* a; long long b[1]; };
      
      on PPC32 (and 32bit pa risc): 16
      on x86: 12
      
      so a malloc(sizeof(void*)+extra_bits) is wrong.
      
      Assuming that the long long is 64 bit aligned as non-aligned 64bit accesses
      are rather expensive on ppc.
      
      Thanks to paulus for doing the PPC port of valgrind.
      Without which I would no doubt still be trying to find this.
      61ff7d38
    • serg@serg.mylan's avatar
      mergemerged · 7a1282b3
      serg@serg.mylan authored
      7a1282b3
    • serg@serg.mylan's avatar
      after mergemerge · dc0df7ee
      serg@serg.mylan authored
      dc0df7ee
  2. 03 Jun, 2005 12 commits
  3. 02 Jun, 2005 11 commits
  4. 01 Jun, 2005 13 commits
  5. 31 May, 2005 1 commit