1. 31 Jan, 2007 1 commit
    • joerg@trift2.'s avatar
      Fix bug#23293 "readline detection broken on NetBSD": · e56eb228
      joerg@trift2. authored
      Its root cause is a difference between the "readline" and "libedit" (header files)
      definitions of "rl_completion_entry_function", where the "libedit" one is wrong anyway:
      This variable is used as a pointer to a function returning "char *",
      but "libedit" declares it as returning "int" and then adds casts on usage.
      
      Change it to "CPFunction *" and get rid of the casts.
      e56eb228
  2. 30 Jan, 2007 2 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
    • df@kahlann.erinye.com's avatar
      Merge kahlann.erinye.com:/home/df/mysql/build/mysql-5.0-build-work · 95275e28
      df@kahlann.erinye.com authored
      into  kahlann.erinye.com:/home/df/mysql/build/mysql-5.0-build-work-25530
      95275e28
  3. 26 Jan, 2007 1 commit
  4. 25 Jan, 2007 2 commits
  5. 24 Jan, 2007 22 commits
  6. 23 Jan, 2007 12 commits