An error occurred fetching the project authors.
  1. 04 Apr, 2008 1 commit
  2. 02 Apr, 2008 1 commit
  3. 31 Mar, 2008 1 commit
    • mleich@five.local.lan's avatar
      Fix for · 89ddc0aa
      mleich@five.local.lan authored
         Bug#35335 funcs_1: Some tests fail within load_file during
                            pushbuild runs
         Solution: 1. Move files with input data used in load_file, 
                      load data etc. 
                      from suite/funcs_1/<whatever>
                      to std_data
                   2. Use for testsuite funcs_1 the server option
                      --secure-file-priv=<MYSQLTEST_VARDIR>
                   3. Outfiles have to be stored under MYSQLTEST_VARDIR 
      + changes according to WL#4304 Cleanup in funcs_1 tests
        - backport of fixes/improvements made in 5.1 to 5.0
          The differences between scripts in 5.0 and 5.1 cause
          much additional and annoying work during any upmerge.
        - replace error numbers with names
        - improved comments
        - improved formatting
        - Unify storage engine names so that result files for
          storage engine variants do not differ (some tests)
        - remove a script no more used (tests are done in other scripts)
      89ddc0aa
  4. 13 Sep, 2007 1 commit
    • tnurnberg@mysql.com/sin.intern.azundris.com's avatar
      Bug #15327: configure: --with-tcp-port option being partially ignored · 3c6ca8d6
      make sure that if builder configured with a non-standard (!= 3306)
      default TCP port that value actually gets used throughout. if they
      didn't configure a value, assume "use a sensible default", which
      will be read from /etc/services or, failing that, from the factory
      default. That makes the order of preference
      - command-line option
      - my.cnf, where applicable
      - $MYSQL_TCP_PORT environment variable
      - /etc/services (unless configured --with-tcp-port)
      - default port (--with-tcp-port=... or factory default)
      3c6ca8d6
  5. 20 Aug, 2007 1 commit
  6. 27 Jul, 2007 1 commit
  7. 17 Jul, 2007 1 commit
  8. 08 Jun, 2007 1 commit
  9. 20 Apr, 2007 2 commits
  10. 28 Feb, 2007 2 commits
  11. 26 Feb, 2007 1 commit
  12. 02 Feb, 2007 1 commit
  13. 30 Jan, 2007 1 commit
    • kent@mysql.com/kent-amd64.(none)'s avatar
      gen_lex_hash.cc: · e580bd6c
      kent@mysql.com/kent-amd64.(none) authored
        If inserting a GPL header, include a complete one
      Makefile.am, mysql.dsw, mysql.sln:
        Removed C version of mysql-test-run
      mysql.spec.sh:
        Specify GPL license only in GPL sources
      .del-my_manage.h:
        Delete: mysql-test/my_manage.h
      mysql.spec.sh:
        Added GPL header
      .del-mysql_test_run_new.c:
        Delete: mysql-test/mysql_test_run_new.c
      .del-mysql_test_run_new.dsp:
        Delete: VC++Files/mysql-test/mysql_test_run_new.dsp
      .del-my_create_tables.c:
        Delete: mysql-test/my_create_tables.c
      .del-mysql_test_run_new_ia64.dsp:
        Delete: VC++Files/mysql-test/mysql_test_run_new_ia64.dsp
      msql2mysql.sh:
        Use up-to-date GPL header
      .del-mysql_test_run_new.vcproj:
        Delete: VC++Files/mysql-test/mysql_test_run_new.vcproj
      .del-my_manage.c:
        Delete: mysql-test/my_manage.c
      e580bd6c
  14. 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
  15. 23 Dec, 2006 1 commit
  16. 12 Dec, 2006 1 commit
  17. 11 Dec, 2006 1 commit
  18. 08 Dec, 2006 1 commit
  19. 30 Nov, 2006 1 commit
  20. 14 Nov, 2006 2 commits
  21. 13 Nov, 2006 1 commit
  22. 01 Sep, 2006 1 commit
  23. 24 Jul, 2006 1 commit
  24. 10 Jul, 2006 1 commit
  25. 04 Jul, 2006 1 commit
    • konstantin@mysql.com's avatar
      A fix and a test case for Bug#17843 "Certain stored procedures fail to · b99e11c8
      konstantin@mysql.com authored
      run at startup"
      
      The server returned an error when trying to execute init-file with a 
      stored procedure that could return multiple result sets to the client. 
      A stored procedure can return multiple result sets if it contains 
      PREPARE, SELECT, SHOW and similar statements.
         
      The fix is to set client_capabilites|=CLIENT_MULTI_RESULTS in
      sql_parse.cc:handle_bootstrap(). There is no "client" really, so 
      nothing is ever sent. This makes init-file feature behave consistently: 
      the prepared statements that can be called directly in the init-file 
      can be used in a stored procedure too.
      
      Re-committed the patch originally submitted by Per-Erik after review.
      b99e11c8
  26. 03 May, 2006 1 commit
  27. 03 Apr, 2006 1 commit
  28. 02 Apr, 2006 1 commit
  29. 01 Apr, 2006 1 commit
    • kent@mysql.com's avatar
      Makefile.am: · 02c661db
      kent@mysql.com authored
        Let "make install" install mysql-test-run.pl
      mysql.spec.sh:
        Set $LDFLAGS from $MYSQL_BUILD_LDFLAGS (bug#16662)
      02c661db
  30. 16 Oct, 2005 1 commit
    • kent@mysql.com's avatar
      thread_registry.h, thread_registry.cc: · 85ab5335
      kent@mysql.com authored
        Add explicit Thread_info::Thread_info() and move both
        initializers out of class definition, to solve link
        problem on QNX
      Makefile.am:
        Preserve executable mode on scripts
      make_binary_distribution.sh:
        Copy *.imtest files
      85ab5335
  31. 12 Oct, 2005 1 commit
  32. 09 Oct, 2005 1 commit
  33. 24 Sep, 2005 1 commit
  34. 31 Aug, 2005 1 commit
    • kent@mysql.com's avatar
      Makefile.am: · 85ed1e8d
      kent@mysql.com authored
        Make dist copy of .imtest files not fail the make target, as there are no files yet
      85ed1e8d
  35. 29 Aug, 2005 1 commit
  36. 08 Jul, 2005 2 commits