1. 01 Sep, 2006 2 commits
  2. 30 Aug, 2006 4 commits
  3. 29 Aug, 2006 1 commit
  4. 28 Aug, 2006 2 commits
  5. 26 Aug, 2006 1 commit
  6. 25 Aug, 2006 3 commits
    • unknown's avatar
      Merge zippy.cornsilk.net:/home/cmiller/work/mysql/release/mysql-5.0-release_mergable · 3f53d3d5
      unknown authored
      into  zippy.cornsilk.net:/home/cmiller/work/mysql/release/mysql-5.0-maint
      
      
      include/mysql.h:
        Auto merged
      include/mysql_com.h:
        Auto merged
      sql-common/client.c:
        Auto merged
      3f53d3d5
    • unknown's avatar
      Bug#21543: 5.0.24 breaks ABI compatibility for python bindings: \ · 0c1ccbf0
      unknown authored
      	InterfaceError on connect
      
      Removed the bool flag from the st_mysql_options struct, since it adds 
      another word in size to the memory size and shifts member memory locations
      down, both of which break binary-interface compatibility.
      
      Instead, use a flag, 2**30, in the client_options bit-field to represent
      that the client should check the SSL certificate of the server.
      
      
      include/mysql.h:
        Do not change the struct size.
      include/mysql_com.h:
        Add a new bit-flag for client verifying server SSL certificate.
        
        Emphasize that we're not stepping on anyone else's bit/toes.
      sql-common/client.c:
        Set and read the bit-field for client-side SSL-cert checking of the server.
      0c1ccbf0
    • unknown's avatar
      Added stacktrace dumps for x86_64 (bug #21250) · ed6b3e6b
      unknown authored
      Fixed stacktrace dumps for i386/NPTL
      
      
      ed6b3e6b
  7. 24 Aug, 2006 10 commits
  8. 23 Aug, 2006 10 commits
  9. 22 Aug, 2006 7 commits