1. 07 Jan, 2005 8 commits
  2. 06 Jan, 2005 25 commits
  3. 05 Jan, 2005 7 commits
    • unknown's avatar
      Fix "mysqladmin password" to use correct password scrambling function when · 190f7a6f
      unknown authored
      talking to pre-4.1 servers or 4.1 and later servers where the old_passwords
      option is enabled. "mysqladmin old-password" is unchanged. (Bug #7451)
      
      
      client/mysqladmin.cc:
        Check old_passwords from server, and use that to determine
        which scramble function to use (except in the case of the
        old-password command, which always use the old scramble function).
      190f7a6f
    • unknown's avatar
      Merge · d9adebfa
      unknown authored
      
      include/my_pthread.h:
        fix merge conflict
      d9adebfa
    • unknown's avatar
      Allow DEFAULT_THREAD_STACK to be set via -DDEFAULT_THREAD_STACK=... so our · 3edb7774
      unknown authored
      official binary builds for Linux that are built against a static glibc with
      a 128k thread stack size limit can be compiled with a default that doesn't
      result in a harmless (but oft-misunderstood) warning message. (Bug #6226)
      
      
      include/my_pthread.h:
        Allow DEFAULT_THREAD_STACK to be set via -DDEFAULT_THREAD_STACK=...
      3edb7774
    • unknown's avatar
      my_sleep.c: · 6f2f0d5c
      unknown authored
        On Windows my_sleep() always gave a zero microsecond sleep
      
      
      mysys/my_sleep.c:
        On Windows my_sleep() always gave a zero microsecond sleep
      6f2f0d5c
    • unknown's avatar
      replace position names and testes · c99b4964
      unknown authored
      fixed bug
      
      
      c99b4964
    • unknown's avatar
      Merge · d889e399
      unknown authored
      
      mysql-test/mysql_test_run_new.c:
        SCCS merged
      d889e399
    • unknown's avatar
      WL#964 · 8a1e77e2
      unknown authored
      _stricmp was replaved on sting_compare_func
      added breakes for windows
      
      
      mysql-test/mysql_test_run_new.c:
        _stricmp was replaved on sting_compare_func
        added breakes for windows
      8a1e77e2