An error occurred fetching the project authors.
  1. 11 Nov, 2006 1 commit
    • unknown's avatar
      This patch fixes the example engine, the example parser, and the example... · 81d3eb54
      unknown authored
      This patch fixes the example engine, the example parser, and the example daemon to compile. AKA You can now test that the interface is actually working :)
      
      
      configure.in:
        Removed unneeded call to old plugin syntax.
      include/mysql/plugin.h:
        Updates for daemon type (and fixed warning on declare end).
      plugin/fulltext/Makefile.am:
        Updated names so that we can install and test it.
      plugin/fulltext/plugin_example.c:
        Fixed wrong call.
      sql/mysqld.cc:
        Removed old have_example (we don't need it any longer).
      sql/set_var.cc:
        Removed old have_example
      sql/sql_plugin.cc:
        Added support for DAEMON type (just an internal raw plugin)
      storage/example/plug.in:
        Removed example static build so that we can test dynamic engines
      plugin/daemon_example/AUTHORS:
        New BitKeeper file ``plugin/daemon_example/AUTHORS''
      plugin/daemon_example/ChangeLog:
        New BitKeeper file ``plugin/daemon_example/ChangeLog''
      plugin/daemon_example/Makefile.am:
        New BitKeeper file ``plugin/daemon_example/Makefile.am''
      plugin/daemon_example/NEWS:
        New BitKeeper file ``plugin/daemon_example/NEWS''
      plugin/daemon_example/README:
        New BitKeeper file ``plugin/daemon_example/README''
      plugin/daemon_example/configure.in:
        New BitKeeper file ``plugin/daemon_example/configure.in''
      plugin/daemon_example/daemon_example.c:
        New BitKeeper file ``plugin/daemon_example/daemon_example.c''
      plugin/daemon_example/plug.in:
        New BitKeeper file ``plugin/daemon_example/plug.in''
      plugin/fulltext/plug.in:
        Added plug.in file so that we compile fulltext example!
      81d3eb54
  2. 02 Nov, 2006 1 commit
    • unknown's avatar
      configure.in: · 24232ff0
      unknown authored
        Raise version number to 4.1.23
      
      
      configure.in:
        Raise version number to 4.1.23
      24232ff0
  3. 24 Oct, 2006 3 commits
    • unknown's avatar
      WL#3462 Add testing of MySQL client ABI to prevent unintentional ABI breaks · 9c9bf0af
      unknown authored
      BUG#23427 incompatible ABI change in 5.0.26?
         - Use the icheck tool if avaliable and compare the current mysql.h to a version
      controlled reference file 
      
      
      BitKeeper/etc/ignore:
        Added include/check_abi include/mysql_h.ic to the ignore list
      configure.in:
        Look for icheck in configure
      include/Makefile.am:
        Add rule to build mysql_h.ic if icheck is avaliable
        Add rule to compare mysql_h.ic to the version
        controlled reference file mysql_h_abi.ic
      include/mysql.h:
        Add comment about taking care when editing mysql.h
        Add example how to add reserved fiels in the structs to
        allow for features to be added without breaking ABI
      include/mysql_h_abi.ic:
        Add new file describing the libmysqlclient ABI used as a reference to detect ABI breakage
      9c9bf0af
    • unknown's avatar
      Replace all refernces to .la libraries with direct references · b0626431
      unknown authored
      to their .libs/*.a library
      Add comment describing why mwldnlm is called with "x" flag
      
      
      configure.in:
        Replace references to yassl .la libraries with direct reference to
        the .a libraries
      netware/BUILD/mwldnlm:
        Add comment about why mwldnlm is called with the "x" flag and how
        to avoid it
      b0626431
    • unknown's avatar
  4. 20 Oct, 2006 2 commits
    • unknown's avatar
      configure.in: · 71fee03e
      unknown authored
        Raised version number to 5.0.28
      
      
      configure.in:
        Raised version number to 5.0.28
      71fee03e
    • unknown's avatar
      make_win_bin_dist: · 644dcbf2
      unknown authored
        Copy udf examples and raid.h
        Create target "include" directory before copying files to it
      CMakeLists.txt:
        Only compile in bdb if configured
      configure.in:
        Raised version number to 5.0.27
      
      
      scripts/make_win_bin_dist:
        Copy udf examples and raid.h
        Create target "include" directory before copying files to it
      CMakeLists.txt:
        Only compile in bdb if configured
      configure.in:
        Raised version number to 5.0.27
      644dcbf2
  5. 16 Oct, 2006 1 commit
    • unknown's avatar
      make_binary_distribution.sh: · 7ef680fe
      unknown authored
        Split copy of result files to avoid shell limit.
        Added copy of mysql-test/std_data/ndb_backup5{0,1}.
      configure.in:
        Look for dlopen() even if --with-mysqld-ldflags constains "-static",
        as this is not the same as the flag to "ld", it just informs
        "libtool" to link static with libraries created part of the build,
        even if there exists shared versions.
      
      
      configure.in:
        Look for dlopen() even if --with-mysqld-ldflags constains "-static",
        as this is not the same as the flag to "ld", it just informs
        "libtool" to link static with libraries created part of the build,
        even if there exists shared versions.
      scripts/make_binary_distribution.sh:
        Split copy of result files to avoid shell limit.
        Added copy of mysql-test/std_data/ndb_backup5{0,1}.
      7ef680fe
  6. 11 Oct, 2006 1 commit
  7. 02 Oct, 2006 1 commit
  8. 14 Sep, 2006 1 commit
  9. 12 Sep, 2006 1 commit
  10. 07 Sep, 2006 2 commits
  11. 06 Sep, 2006 1 commit
  12. 01 Sep, 2006 1 commit
  13. 24 Aug, 2006 1 commit
  14. 23 Aug, 2006 1 commit
  15. 19 Aug, 2006 2 commits
    • unknown's avatar
      Major changes are plug.in files created for almost all storage engines. A few... · b470b3ab
      unknown authored
      Major changes are plug.in files created for almost all storage engines. A few stray BDB references removed. 
      
      
      storage/blackhole/plug.in:
        BitKeeper file /home/brian/mysql/arch-5.1/storage/blackhole/plug.in
      storage/heap/plug.in:
        BitKeeper file /home/brian/mysql/arch-5.1/storage/heap/plug.in
      storage/myisam/plug.in:
        BitKeeper file /home/brian/mysql/arch-5.1/storage/myisam/plug.in
      storage/myisammrg/plug.in:
        BitKeeper file /home/brian/mysql/arch-5.1/storage/myisammrg/plug.in
      storage/federated/ha_federated.h:
        Rename: sql/ha_federated.h -> storage/federated/ha_federated.h
      BUILD/FINISH.sh:
        Stray BDB reference
      BUILD/autorun.sh:
        Stray bdb reference
      BUILD/compile-alpha-cxx:
        Stray bdb reference
      BUILD/compile-alpha-debug:
        Stray bdb reference
      BUILD/compile-dist:
        Stray BDB Reference
      BUILD/compile-ia64-debug-max:
        Stray BDB reference
      configure.in:
        All plugin code is now in plug.in files. Few tricky exceptions left.
      sql/CMakeLists.txt:
        Removed federated references
      sql/Makefile.am:
        Removed federated references
      sql/mysql_priv.h:
        stray bdb reference
      storage/example/ha_example.cc:
        Enabled all of mysql include
      storage/federated/ha_federated.cc:
        Added plugin defs
      storage/csv/plug.in:
        New BitKeeper file ``storage/csv/plug.in''
      storage/federated/Makefile.am:
        New BitKeeper file ``storage/federated/Makefile.am''
      storage/federated/plug.in:
        New BitKeeper file ``storage/federated/plug.in''
      storage/innobase/plug.in:
        New BitKeeper file ``storage/innobase/plug.in''
      storage/ndb/plug.in:
        New BitKeeper file ``storage/ndb/plug.in''
      b470b3ab
    • unknown's avatar
      WL#3432 (Compile the Parser with a --debug --verbose option) · cd2c9eec
      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
      cd2c9eec
  16. 17 Aug, 2006 1 commit
    • unknown's avatar
      WL#3432 (Compile the Parser with a --debug --verbose option) · dec9116f
      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.
      dec9116f
  17. 10 Aug, 2006 1 commit
    • unknown's avatar
      First stage removeal of BDB. · 21bb4f94
      unknown authored
      BitKeeper/deleted/.del-CMakeLists.txt:
        Delete: storage/bdb/CMakeLists.txt
      BitKeeper/deleted/.del-LICENSE:
        Delete: storage/bdb/LICENSE
      BitKeeper/deleted/.del-Makefile.in:
        Delete: storage/bdb/Makefile.in
      BitKeeper/deleted/.del-compile-pentium-debug-no-bdb:
        Delete: BUILD/compile-pentium-debug-no-bdb
      BUILD/Makefile.am:
        Remove dropped file
      configure.in:
        Remove berkely from configure.
      BUILD/compile-dist:
        Remove option to build bdb
      BUILD/compile-solaris-sparc-purify:
        Remove option for bdb build
      libmysqld/Makefile.am:
        Remove option for bdb build
      sql/Makefile.am:
        Remove bdb build
      21bb4f94
  18. 01 Aug, 2006 1 commit
  19. 29 Jul, 2006 1 commit
    • unknown's avatar
      configure.in: · 189a6879
      unknown authored
        Corrected typo
      
      
      configure.in:
        Corrected typo
      189a6879
  20. 28 Jul, 2006 1 commit
    • unknown's avatar
      Makefile.am, configure.in: · d1fde0f7
      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)
      d1fde0f7
  21. 26 Jul, 2006 1 commit
    • unknown's avatar
      Bug#16576 Patch to compile on GNU/Hurd (ps check in configure) · 17e310ab
      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.
      17e310ab
  22. 14 Jul, 2006 1 commit
  23. 12 Jul, 2006 1 commit
    • unknown's avatar
      Bug#18470: Compile Failure: strings.s fails make with unknown pseudo-ops · 4bfb28e2
      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.
      4bfb28e2
  24. 11 Jul, 2006 1 commit
  25. 10 Jul, 2006 1 commit
  26. 07 Jul, 2006 1 commit
  27. 29 Jun, 2006 1 commit
  28. 27 Jun, 2006 1 commit
  29. 16 Jun, 2006 1 commit
    • unknown's avatar
      configure.in, net_serv.cc, compile-netware-END: · 91fb8310
      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
      91fb8310
  30. 15 Jun, 2006 2 commits
  31. 12 Jun, 2006 1 commit
  32. 01 Jun, 2006 1 commit
    • unknown's avatar
      unittest: · 740077bd
      unknown authored
        rename *.t* to *-t* to be automake-friendly
        simplify Makefiles
      test_atomic.c:
        move to unittest, add GPL comment, fix warnings, convert to tap framework.
      configure:
        remove custom tests for available types, use AC_CHECK_TYPE instead
      x86-gcc.h:
        fix gcc -ansi errors while maintaining readability
      ignore:
        added *-t
      
      
      unittest/mysys/base64-t.c:
        Rename: unittest/mysys/base64.t.c -> unittest/mysys/base64-t.c
      unittest/mysys/bitmap-t.c:
        Rename: unittest/mysys/bitmap.t.c -> unittest/mysys/bitmap-t.c
      unittest/mytap/t/basic-t.c:
        Rename: unittest/mytap/t/basic.t.c -> unittest/mytap/t/basic-t.c
      unittest/examples/no_plan-t.c:
        Rename: unittest/examples/no_plan.t.c -> unittest/examples/no_plan-t.c
      unittest/examples/simple-t.c:
        Rename: unittest/examples/simple.t.c -> unittest/examples/simple-t.c
      unittest/examples/skip-t.c:
        Rename: unittest/examples/skip.t.c -> unittest/examples/skip-t.c
      unittest/examples/skip_all-t.c:
        Rename: unittest/examples/skip_all.t.c -> unittest/examples/skip_all-t.c
      unittest/examples/todo-t.c:
        Rename: unittest/examples/todo.t.c -> unittest/examples/todo-t.c
      BitKeeper/etc/ignore:
        added *-t
      config/ac-macros/misc.m4:
        remove custom AC_TRY_RUN tests for available types, use AC_CHECK_TYPE instead
      configure.in:
        remove custom tests for available types, use AC_CHECK_TYPE instead
      include/atomic/x86-gcc.h:
        fix gcc -ansi errors while maintaining readability
      include/my_global.h:
        remove custom tests for available types, use AC_CHECK_TYPE instead
      include/my_sys.h:
        add missing declaration
      mysys/Makefile.am:
        move test_atomic to unittest
      unittest/Makefile.am:
        simplifications, correct permissions in chmod
      unittest/README.txt:
        rename *.t* to *-t* to be automake-friendly
      unittest/examples/Makefile.am:
        rename *.t* to *-t* to be automake-friendly
        simplify Makefile
      unittest/mysys/Makefile.am:
        rename *.t* to *-t* to be automake-friendly
        simplify Makefile
      unittest/mysys/my_atomic-t.c:
        move mysys/test_atomic.c to unittest, add GPL comment, fix warnings,
        convert to tap framework.
      unittest/mytap/t/Makefile.am:
        rename *.t* to *-t* to be automake-friendly
        simplify Makefile
      unittest/unit.pl:
        rename *.t* to *-t* to be automake-friendly
      740077bd
  33. 31 May, 2006 2 commits
    • unknown's avatar
      WL#2595 - atomic operations · 8b458177
      unknown authored
      BitKeeper/etc/ignore:
        Added mysys/test_atomic to the ignore list
      8b458177
    • unknown's avatar
      Bug#12096 · 32a7fafe
      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
      32a7fafe