1. 02 Feb, 2007 4 commits
  2. 01 Feb, 2007 15 commits
  3. 31 Jan, 2007 15 commits
  4. 30 Jan, 2007 6 commits
    • 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
    • igor@olga.mysql.com's avatar
      Merge olga.mysql.com:/home/igor/dev-opt/mysql-4.1-opt-bug24987 · 3eff8907
      igor@olga.mysql.com authored
      into  olga.mysql.com:/home/igor/dev-opt/mysql-5.0-opt-bug24987
      3eff8907
    • igor@olga.mysql.com's avatar
      Fixed bug #24987. · 60ac1f1b
      igor@olga.mysql.com authored
      Made the function opt_sum_query to return HA_ERR_KEY_NOT_FOUND when
      no matches were found (instead of -1 it returned prior this patch).
      This changes allow us to avoid possible conflicts with return values
      from user-defined handler methods which also may return -1. 
      No particular test cases are provided with this fix.
      60ac1f1b
    • gkodinov/kgeorge@rakia.gmz's avatar
      Merge gkodinov@bk-internal.mysql.com:/home/bk/mysql-5.0-opt · 066b2d81
      gkodinov/kgeorge@rakia.gmz authored
      into  rakia.gmz:/home/kgeorge/mysql/autopush/B25643-5.0-opt
      066b2d81
    • jani/jamppa@production.mysql.com's avatar
      Merge bk://localhost:5559 · 0e9a6468
      jani/jamppa@production.mysql.com authored
      into  production.mysql.com:/usersnfs/jamppa/mysql-4.0
      0e9a6468
    • jani@ua141d10.elisa.omakaista.fi's avatar
      Cleanup of thread-type (linuxthread or NTPL) detection code · b3523e39
      jani@ua141d10.elisa.omakaista.fi authored
      Move get_thread_lib to mysys/my_pthread.c
      Set 'thr_client_alarm' to signal number used by thr_alarm to give alarms
      b3523e39