1. 14 Sep, 2006 1 commit
  2. 12 Sep, 2006 1 commit
  3. 07 Sep, 2006 2 commits
  4. 06 Sep, 2006 1 commit
  5. 01 Sep, 2006 1 commit
  6. 24 Aug, 2006 1 commit
  7. 23 Aug, 2006 1 commit
  8. 19 Aug, 2006 1 commit
    • unknown's avatar
      WL#3432 (Compile the Parser with a --debug --verbose option) · a91d8ffd
      unknown authored
      Corrected build issues : the build can not be conditional.
      to keep a unique source .tar.gz distribution.
      
      
      configure.in:
        Rolling back previous change
      sql/Makefile.am:
        Partially rolling back previous change.
        The build has to be unconditional, for the source .tar.gz distribution
      sql/mysql_priv.h:
        WL#3432 (Compile the Parser with a --debug --verbose option)
      sql/sql_parse.cc:
        WL#3432 (Compile the Parser with a --debug --verbose option)
        
        Moved turn_parser_debug_on to sql_yacc.yy
      sql/sql_yacc.yy:
        WL#3432 (Compile the Parser with a --debug --verbose option)
        
        Moved turn_parser_debug_on to sql_yacc.yy
      a91d8ffd
  9. 17 Aug, 2006 1 commit
    • unknown's avatar
      WL#3432 (Compile the Parser with a --debug --verbose option) · beecf734
      unknown authored
      Changed the automake build process :
      - ./configure.in
      - ./sql/Makefile.am
      to compile an instrumented parser for debug=yes or debug=full builds
      
      Changed the (primary) runtime invocation of the parser :
      - sql/sql_parse.cc
      to generate bison traces in stderr when the DBUG "parser_debug" flag is set.
      
      
      configure.in:
        WL#3432 (Compile the Parser with a --debug --verbose option)
        
        New Automake condition : MYSQL_CONF_DEBUG
      sql/Makefile.am:
        WL#3432 (Compile the Parser with a --debug --verbose option)
        
        In Debug mode, compile sql_yacc.yy with --debug --verbose
      sql/sql_parse.cc:
        WL#3432 (Compile the Parser with a --debug --verbose option)
        
        Conditionally turn the bison parser debug on at runtime.
      beecf734
  10. 29 Jul, 2006 1 commit
    • unknown's avatar
      configure.in: · 7991d78a
      unknown authored
        Corrected typo
      
      
      configure.in:
        Corrected typo
      7991d78a
  11. 28 Jul, 2006 1 commit
    • unknown's avatar
      Makefile.am, configure.in: · 4f0c394c
      unknown authored
        Man page for mysqld command move to section 8 (bug#21220)
      
      
      configure.in:
        Man page for mysqld command move to section 8 (bug#21220)
      man/Makefile.am:
        Man page for mysqld command move to section 8 (bug#21220)
      4f0c394c
  12. 26 Jul, 2006 1 commit
    • unknown's avatar
      Bug#16576 Patch to compile on GNU/Hurd (ps check in configure) · 619ae11b
      unknown authored
       - Thanks to Christian Hammers for the patch
      
      
      configure.in:
        The configure check on how to run ps to get mysqld's $PID does not
        work on the Hurd, as the PPID is prepended with a - for login shells,
        thus making grep look for -bash, which it complains as an invalid
        argument.  Filtering out '-' from the ps output makes this work fine.
      619ae11b
  13. 14 Jul, 2006 1 commit
  14. 12 Jul, 2006 1 commit
    • unknown's avatar
      Bug#18470: Compile Failure: strings.s fails make with unknown pseudo-ops · 0daad2ff
      unknown authored
      The bug is thqt we use some nonstandard assembly codes in our strings
      source, and some assemblers don't know what to do with them:  Specifically,
      Sun's Solaris assembler and Apple's Darwin assembler balk at them.
      
      This patch, rather than trying to test for properties of the assembler, 
      which Autoconf doesn't have any decent facilites for, instead tries to
      compile the code in question and disables assembly if it fails.
      
      There's still the problem of unportable assembly, but I'll leave that 
      to someone who feels like rewriting and debugging it.
      
      
      configure.in:
        Actually try to compile the code in question, since a test for the CPU
        type is insufficient to determine whether our code will compile.
      0daad2ff
  15. 11 Jul, 2006 1 commit
  16. 10 Jul, 2006 1 commit
  17. 07 Jul, 2006 1 commit
  18. 29 Jun, 2006 1 commit
  19. 27 Jun, 2006 1 commit
  20. 16 Jun, 2006 1 commit
    • unknown's avatar
      configure.in, net_serv.cc, compile-netware-END: · a695c3c3
      unknown authored
        Changes for Netware
      
      
      sql/net_serv.cc:
        Netware needs <sys/select.h>
      configure.in:
        Call of "comp_err" has moved, changed code for Netware that
        edits make files to reflect this
      netware/BUILD/compile-netware-END:
        After correcting "configure.in" to edit make files correctly,
        removed obsolete "sed" of "extra/Makefile.am" for Netware
      a695c3c3
  21. 12 Jun, 2006 1 commit
  22. 31 May, 2006 1 commit
    • unknown's avatar
      Bug#12096 · 79712e00
      unknown authored
        "Add line for non-executable stack in .s files"
        Fix so that configure will use "--noexecstack" for assembler if gcc supports
        option and compiled C doesn't need executable stack.
      
      
      config/ac-macros/compiler_flag.m4:
        Bug#12096
          Add macro to check if "--noexecstack" should be used when compiling assembler
      configure.in:
        Bug#12096
          Add macro to check if "--noexecstack" should be used when compiling assembler
      strings/Makefile.am:
        Bug#12096
          Automake knows how to handle assembler
      79712e00
  23. 24 May, 2006 4 commits
    • unknown's avatar
      configure.in: · 48b5e8f0
      unknown authored
        Update NDB version as well
      
      
      configure.in:
        Update NDB version as well
      48b5e8f0
    • unknown's avatar
      configure.in: · d67ce4d6
      unknown authored
        Stepped up to 5.0.23
      
      
      configure.in:
        Stepped up to 5.0.23
      d67ce4d6
    • unknown's avatar
      configure.in: · 5cf61c49
      unknown authored
        Stepped up to 4.1.22
      
      
      configure.in:
        Stepped up to 4.1.22
      5cf61c49
    • unknown's avatar
      configure.in: · ee48b23c
      unknown authored
        Changed version to 5.0.22
      
      
      configure.in:
        Changed version to 5.0.22
      ee48b23c
  24. 23 May, 2006 2 commits
    • unknown's avatar
      configure.in: · 751ce7f3
      unknown authored
        Updated release number 4.1.16a
      
      
      configure.in:
        Updated release number 4.1.16a
      751ce7f3
    • unknown's avatar
      configure.in: · 76f714ab
      unknown authored
        Changed version to 5.0.17c
      
      
      configure.in:
        Changed version to 5.0.17c
      76f714ab
  25. 11 May, 2006 1 commit
    • unknown's avatar
      configure.in: · d0d6f1a0
      unknown authored
        Stepped up to 4.0.28
      
      
      configure.in:
        Stepped up to 4.0.28
      d0d6f1a0
  26. 08 May, 2006 1 commit
  27. 02 May, 2006 1 commit
    • unknown's avatar
      sql_parse.cc: · deaedeaf
      unknown authored
        buffer overflow and information exposure bugs fixed
        (reported by Stefano Di Paola)
      configure.in:
        Changed version to 5.0.17b
      
      
      configure.in:
        Changed version to 5.0.17b
      sql/sql_parse.cc:
        buffer overflow and information exposure bugs fixed
        (reported by Stefano Di Paola)
      deaedeaf
  28. 29 Apr, 2006 1 commit
    • unknown's avatar
      configure.in: · 53d9cdf6
      unknown authored
        Changed version to 4.1.20
      
      
      configure.in:
        Changed version to 4.1.20
      53d9cdf6
  29. 26 Apr, 2006 3 commits
  30. 22 Apr, 2006 1 commit
    • unknown's avatar
      Fix for building shared libraries on AIX with 64-bit mode · 6e8f6d98
      unknown authored
      Set building of shared libraries on QNX to defatul OFF
      
      
      configure.in:
        -Libtool forgets to pass the -q64 and -X64 flags to "nm" and "xlc_r" when building
        for 64-bit on AIX. Add some hacks before we create libtool that fixes this.
        This test should be integrated into autoconf/libtool
        
        -Set default to not build shared librarues on QNX. When building libmysqlclient and libmysqlclient_r
        so many objects are passed to libtool that sh propably runs out of stack  and segfaults.
      6e8f6d98
  31. 18 Apr, 2006 1 commit
    • unknown's avatar
      configure.in: · 9fcc2dc9
      unknown authored
        Stepped up version to 5.0.20a
      
      
      configure.in:
        Stepped up version to 5.0.20a
      9fcc2dc9
  32. 13 Apr, 2006 1 commit
  33. 10 Apr, 2006 1 commit