An error occurred fetching the project authors.
  1. 28 Mar, 2007 1 commit
  2. 27 Mar, 2007 1 commit
  3. 16 Mar, 2007 1 commit
  4. 15 Mar, 2007 1 commit
  5. 01 Feb, 2007 1 commit
  6. 24 Jan, 2007 1 commit
    • malff/marcsql@weblab.(none)'s avatar
      Bug#21029 (Dependencies between sql_yacc.cc and dependent headers not detected) · 3ae384d0
      malff/marcsql@weblab.(none) authored
      The build scripts in general, using automake, autoconf, etc, contain several
      special commands and work around all related to the way the bison code in the
      parser is built, for sql/sql_yacc.yy. These work arounds, accumulated over
      time during development, ultimately cause the build scripts to be unstable
      and cause build defects by not enforcing dependencies.
      
      This fix simplifies the build process and aligns it with the automake tooling,
      which provides native support for bison and *.yy files.
      
      In particular, the following problem have been fixed:
      - dependencies with sql_yacc.cc were not honored (Bug 21029), leading to
        corrupted builds,
      - the work around introduced by Bug 24557, to cleanup the generated files
        sql_yacc.h and sql_yacc.cc, has been removed,
      - the generated makefile, in a source distribution, used to destroy the files
        sql_yacc.h and sql_yacc.cc on a 'make clean' target. This has been fixed:
        these files are now removed by make maintainer-clean.
      - The root cause of the problem found with gcc 4.1 (see Bug 24619) has been
        clearly documented, and the "sed" hack has been replaced by a cleaner
        work around, when building the code with bison 1.875.
      - Removed the file sql/sql_yacc.yy.bak, added by WL 3031 by accident.
      - Removed the unnecessary AM_YFLAG= --debug introduced by WL 3432, since
        the compiling option DBUG_OFF takes precedence when setting YYDEBUG.
      3ae384d0
  7. 23 Jan, 2007 1 commit
  8. 22 Jan, 2007 1 commit
  9. 18 Jan, 2007 1 commit
  10. 31 Dec, 2006 1 commit
    • kent@mysql.com/kent-amd64.(none)'s avatar
      my_strtoll10-x86.s: · 6523aca7
      kent@mysql.com/kent-amd64.(none) authored
        Corrected spelling in copyright text
      Makefile.am:
        Don't update the files from BitKeeper
      Many files:
        Removed "MySQL Finland AB & TCX DataKonsult AB" from copyright header
        Adjusted year(s) in copyright header 
      Many files:
        Added GPL copyright text
      Removed files:
        Docs/Support/colspec-fix.pl
        Docs/Support/docbook-fixup.pl
        Docs/Support/docbook-prefix.pl
        Docs/Support/docbook-split
        Docs/Support/make-docbook
        Docs/Support/make-makefile
        Docs/Support/test-make-manual
        Docs/Support/test-make-manual-de
        Docs/Support/xwf
      6523aca7
  11. 23 Dec, 2006 1 commit
  12. 08 Dec, 2006 1 commit
    • tsmith/tim@siva.hindu.god's avatar
      Makefile.am · a58d0851
      tsmith/tim@siva.hindu.god authored
          - test* targets are identical (as much as possible) to 5.0 & 5.1 versions
          - use @PERL@ ./mysql-test-run.pl, instead of depending on /usr/bin/perl location
          - PHONY: target includes all test targets
      a58d0851
  13. 02 Dec, 2006 1 commit
    • kent@mysql.com/kent-amd64.(none)'s avatar
      mysql_install_db.sh: · d72b71ef
      kent@mysql.com/kent-amd64.(none) authored
        If --srcdir and --windows is given, check if error message file
        is in source or build tree (bug#24557)
      Makefile.am:
        Cleaned up "ali_check" target, to satisfy "distcleancheck" (bug#24557)
      mysql_install_db.sh:
        Added --srcdir=DIR option, used from top Makefile.am in dist-hook
        target, to find "fill_help_tables.sql" in VPATH build (bug#24557)
      Makefile.am:
        Work around problem with "distcleancheck", "sql_yacc.cc" might be in both
        the source and build tree.
        Call "mysql_install_db" with new option --srcdir, to enable the script
        to find all that is needed, if source and build directory is not the same
        (bug#24557)
      d72b71ef
  14. 29 Nov, 2006 4 commits
  15. 20 Nov, 2006 1 commit
  16. 16 Nov, 2006 1 commit
  17. 13 Nov, 2006 1 commit
  18. 08 Nov, 2006 1 commit
  19. 05 Oct, 2006 1 commit
  20. 03 Oct, 2006 1 commit
  21. 15 Sep, 2006 1 commit
    • guilhem@gbichot3.local's avatar
      WL#3504 "plugin actions for engines' and plugins' unit tests" · 09c5a834
      guilhem@gbichot3.local authored
      for push in 5.1 (I will inform Trudy).
      Storage engines and plugins can now have unit tests to test their components; such
      test must be an executable C/C++ program which name ends with '-t' and which is
      obeys the mytap protocol, it must be stored in the storage engine's or plugin's
      source directory (storage/<engine> or plugin/<plugin>) or any subdirectories of
      this.
      The top-level Makefile target "test-unit" will run all unit tests: it will scan
      the engines' and plugins' directories, recursively, and execute all executable
      files which name ends with '-t'."
      09c5a834
  22. 01 Sep, 2006 1 commit
  23. 30 Aug, 2006 1 commit
  24. 21 Aug, 2006 1 commit
  25. 14 Jun, 2006 1 commit
  26. 12 May, 2006 1 commit
  27. 30 Apr, 2006 1 commit
  28. 13 Apr, 2006 2 commits
  29. 12 Apr, 2006 2 commits
  30. 11 Apr, 2006 1 commit
  31. 10 Apr, 2006 1 commit
  32. 06 Apr, 2006 1 commit
  33. 05 Apr, 2006 1 commit
  34. 04 Apr, 2006 1 commit
  35. 30 Mar, 2006 1 commit