An error occurred fetching the project authors.
  1. 03 Aug, 2007 1 commit
  2. 26 Jun, 2007 1 commit
  3. 20 Jun, 2007 1 commit
  4. 13 Jun, 2007 1 commit
  5. 08 Jun, 2007 1 commit
  6. 31 May, 2007 1 commit
    • mhansson@dl145s.mysql.com's avatar
      bug#27741: udf test fails on AIX < 5.3 · 3ee16518
      mhansson@dl145s.mysql.com authored
      problem #1: udf_example.so does not get built on AIX
      
      solution#1: build it yourself using
      cd sql; gcc  -g -I ../include/ -I /usr/include/ -lpthread  \
      -shared -o udf_example.so udf_example.c; mv udf_example.so \
      .libs/ 
      
      problem#2 (the bug): udf_example fails because it does not
      recognize the variable LD_LIBRARY_PATH when doing dl_open(),
      it looks at LIBPATH
      
      solution#2: add the library path to LIBPATH
      
      problem#3: udf_example returns the wrong result length since 
      it relies on strmov to return a pointer to the end of the 
      string that it copies. On AIX builds, where m_string.h is not
      included (m_string defines a macro expanding strmov to stpcpy),
      there is a macro expanding strmov to strcpy, which returns a 
      pointer to the first character.
      
      solution#3: define strmov as stpcpy.
      
      problem#4: #2 applies on hp-ux as well, but this platform
      looks at SHLIB_PATH
      
      solution#4: added the library path to SHLIB_PATH
      3ee16518
  7. 28 May, 2007 1 commit
  8. 23 May, 2007 2 commits
  9. 16 May, 2007 1 commit
  10. 15 May, 2007 2 commits
  11. 10 May, 2007 1 commit
  12. 13 Apr, 2007 2 commits
  13. 04 Apr, 2007 3 commits
  14. 02 Apr, 2007 2 commits
  15. 30 Mar, 2007 2 commits
  16. 29 Mar, 2007 1 commit
  17. 28 Mar, 2007 2 commits
  18. 23 Mar, 2007 1 commit
  19. 21 Mar, 2007 1 commit
  20. 16 Mar, 2007 2 commits
    • joerg@trift2.'s avatar
      Bug#20166 mysql-test-run.pl does not test system privilege tables creation · 66960bd1
      joerg@trift2. authored
       - Build sql files for netware from the mysql_system_tables*.sq files
       - Fix comments about mysql_create_system_tables.sh
       - Use mysql_install_db.sh to create system tables for mysql_test-run-shell
       - Fix mysql-test-run.pl to also look in share/mysql for the msyql_system*.sql files
      
      Changeset coded today by Magnus Svensson, just the application to 5.0.38 is by Joerg Bruehe.
      66960bd1
    • msvensson@pilot.blaudden's avatar
      Bug#20166 mysql-test-run.pl does not test system privilege tables creation · 88b4c86e
      msvensson@pilot.blaudden authored
       - Build sql files for netware from the mysql_system_tables*.sq files
       - Fix comments about mysql_create_system_tables.sh
       - Use mysql_install_db.sh to create system tables for mysql_test-run-shell
       - Fix mysql-test-run.pl to also look in share/mysql for the msyql_system*.sql files
      88b4c86e
  21. 15 Mar, 2007 1 commit
  22. 05 Mar, 2007 1 commit
  23. 01 Mar, 2007 1 commit
  24. 28 Feb, 2007 2 commits
  25. 26 Feb, 2007 2 commits
  26. 24 Feb, 2007 1 commit
  27. 23 Feb, 2007 2 commits
  28. 21 Feb, 2007 1 commit