1. 18 Apr, 2002 1 commit
    • unknown's avatar
      SHOW VARIABLES LIKE ... are now case insensitive · a0ca35c1
      unknown authored
      Fixed stack overflow checking with crash-me with gcc 3.0.4
      Using @@unknown_variable doesn't hang client anymore
      Added @@VERSION variable
      
      
      Docs/manual.texi:
        Changelog
      libmysql/libmysql.c:
        Fixed typo
      myisam/myisampack.c:
        Removed not used argument
      mysql-test/r/show_check.result:
        Added test of case insensitive SHOW VARIABLES LIKE
      mysql-test/r/variables.result:
        test of system variables
      mysql-test/t/show_check.test:
        Added test of case insensitive SHOW VARIABLES LIKE
      mysql-test/t/variables.test:
        test of system variables
      sql/item_func.cc:
        Fixed stack overflow checking with crash-me with gcc 3.0.4
        Using @@unknown_variable doesn't hang client anymore
        Added @@VERSION variable
      sql/mysql_priv.h:
        Fixed stack overflow checking with crash-me with gcc 3.0.4
      sql/share/czech/errmsg.txt:
        Fixed wrong error message
      sql/share/danish/errmsg.txt:
        Fixed wrong error message
      sql/share/dutch/errmsg.txt:
        Fixed wrong error message
      sql/share/english/errmsg.txt:
        Fixed wrong error message
      sql/share/estonian/errmsg.txt:
        Fixed wrong error message
      sql/share/french/errmsg.txt:
        Fixed wrong error message
      sql/share/german/errmsg.txt:
        Fixed wrong error message
      sql/share/greek/errmsg.txt:
        Fixed wrong error message
      sql/share/hungarian/errmsg.txt:
        Fixed wrong error message
      sql/share/italian/errmsg.txt:
        Fixed wrong error message
      sql/share/japanese/errmsg.txt:
        Fixed wrong error message
      sql/share/korean/errmsg.txt:
        Fixed wrong error message
      sql/share/norwegian-ny/errmsg.txt:
        Fixed wrong error message
      sql/share/norwegian/errmsg.txt:
        Fixed wrong error message
      sql/share/polish/errmsg.txt:
        Fixed wrong error message
      sql/share/portuguese/errmsg.txt:
        Fixed wrong error message
      sql/share/romanian/errmsg.txt:
        Fixed wrong error message
      sql/share/russian/errmsg.txt:
        Fixed wrong error message
      sql/share/slovak/errmsg.txt:
        Fixed wrong error message
      BitKeeper/deleted/.del-identity.result~e41453a364242503:
        not used file
      BitKeeper/deleted/.del-identity.test~326f469b59105404:
        not used file
      sql/share/spanish/errmsg.txt:
        Fixed wrong error message
      sql/share/swedish/errmsg.txt:
        Fixed wrong error message
      sql/share/ukrainian/errmsg.txt:
        Fixed wrong error message
      sql/sql_show.cc:
        SHOW VARIABLES LIKE ... are now case insensitive
      a0ca35c1
  2. 17 Apr, 2002 4 commits
  3. 16 Apr, 2002 2 commits
    • unknown's avatar
      Small fix for HP-UX 10.20 with DCE threads · b83e6fe1
      unknown authored
      Also --with-libwrap is tested on Linux just fine.
      
      
      configure.in:
        Small fix for HP-UX 10.20 with DCE threads
      include/my_pthread.h:
        Small fix for HP-UX 10.20 with DCE threads
      mysys/my_pthread.c:
        Small fix for HP-UX 10.20 with DCE threads
      b83e6fe1
    • unknown's avatar
      Fixed pthread_cond_timedwait() for HPUX and DCE threads · 667da139
      unknown authored
      Cleanup of LIBWRAP handling
      
      
      Docs/manual.texi:
        Changelog
      include/my_pthread.h:
        Fixed pthread_cond_timedwait() for HPUX and DCE threads
      mysys/my_pthread.c:
        Fixed pthread_cond_timedwait() for HPUX and DCE threads
      sql/item_func.cc:
        Fixed the GET_LOCK() works with HPUX and DCE threads
      sql/mysqld.cc:
        Cleanup of LIBWRAP handling
      sql/sql_parse.cc:
        Safety fix
      667da139
  4. 14 Apr, 2002 2 commits
  5. 13 Apr, 2002 2 commits
  6. 11 Apr, 2002 3 commits
  7. 02 Apr, 2002 4 commits
  8. 28 Mar, 2002 1 commit
    • unknown's avatar
      Two bug fixes · b344dbc2
      unknown authored
      
      Docs/manual.texi:
        Added text fof bug fixes
      readline/Makefile.am:
        Bug fix for coredump of mysql program with some Ctrl+keys
      sql/convert.cc:
        A bug fix for using SET CHAR... SET on columns > 64K
      BitKeeper/etc/logging_ok:
        Logging to logging@openlogging.org accepted
      b344dbc2
  9. 26 Mar, 2002 8 commits
  10. 25 Mar, 2002 10 commits
  11. 22 Mar, 2002 3 commits