1. 06 Jan, 2005 25 commits
  2. 05 Jan, 2005 10 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
    • unknown's avatar
      Protect flags like -Wl,-O2 from being mangled by mysql_config (Bug #6964) · 329a6e9c
      unknown authored
      (Second commit of this patch -- first included wrong changes.)
      
      
      scripts/mysql_config.sh:
        Make sure we are only removing whole options (protects -Wl,-O2, for example)
      329a6e9c
    • unknown's avatar
      Make sure to include ZLIB_LIBS in mysql_config --libs_r (Bug #7021) · f89207c2
      unknown authored
      
      scripts/mysql_config.sh:
        include ZLIB_LIBS in --libs_r
      f89207c2
    • unknown's avatar
      Change mysqld_safe search for mysqld relative to the current working directory · 28478016
      unknown authored
      to only look for the mysqld binary (and english error strings) and assume the
      datadir from that. Then, if that datadir turns out to not exist, startup will
      fail. This avoids the behavior where mysqld_safe would go off and run a totally
      different binary because the data directory had been moved (even when --datadir
      was specified on the command line). (Bug #7249)
      
      
      scripts/mysqld_safe.sh:
        Don't actually verify that datadir exists when
        using relatively-located mysqld -- just assume
        that it does and either let it fail when it
        doesn't, or do the right thing when datadir
        is then set via the command line or my.cnf file.
      28478016
  3. 04 Jan, 2005 5 commits
    • unknown's avatar
      mysql_test_run_new.dsp: · b2dcf8f4
      unknown authored
        Link mysql_test_run_new as console application
      my_manage.c:
        The type intptr_t isn't defined for VC 6.0
        Changed return type for CreateProcess() to bool
      mysql_test_run_new.c:
        The type intptr_t isn't defined for VC 6.0
      mysqltest.dsp:
        Added regex to additional build types for mysqltest
      mysqldump.dsp:
        Added mysys.lib for linking mysqldump
      
      
      VC++Files/client/mysqldump.dsp:
        Added mysys.lib for linking mysqldump
      VC++Files/client/mysqltest.dsp:
        Added regex to additional build types for mysqltest
      mysql-test/mysql_test_run_new.c:
        The type intptr_t isn't defined for VC 6.0
      mysql-test/my_manage.c:
        The type intptr_t isn't defined for VC 6.0
        Changed return type for CreateProcess() to bool
      VC++Files/mysql-test/mysql_test_run_new.dsp:
        Link mysql_test_run_new as console application
      b2dcf8f4
    • unknown's avatar
      Merge mysql.com:/home/mydev/mysql-4.1 · 54cbfead
      unknown authored
      into mysql.com:/home/mydev/mysql-4.1-4100
      
      
      54cbfead
    • unknown's avatar
      Merge mysql.com:/home/jwinstead2/mysql-4.1-5875 · 55ace5fd
      unknown authored
      into mysql.com:/home/jwinstead2/mysql-4.1-clean
      
      
      55ace5fd
    • unknown's avatar
      Merge mysql.com:/home/jwinstead2/mysql-4.1-5878 · e983f204
      unknown authored
      into mysql.com:/home/jwinstead2/mysql-4.1-clean
      
      
      e983f204
    • unknown's avatar
      Merge · 14e2c810
      unknown authored
      
      sql/set_var.cc:
        merge
      14e2c810