1. 06 Jan, 2005 9 commits
  2. 05 Jan, 2005 7 commits
    • unknown's avatar
      Merge · 3f96a089
      unknown authored
      
      include/my_pthread.h:
        fix merge conflict
      3f96a089
    • unknown's avatar
      Allow DEFAULT_THREAD_STACK to be set via -DDEFAULT_THREAD_STACK=... so our · 717f3cac
      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=...
      717f3cac
    • unknown's avatar
      my_sleep.c: · 206762b9
      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
      206762b9
    • unknown's avatar
      replace position names and testes · a2d253d6
      unknown authored
      fixed bug
      
      a2d253d6
    • unknown's avatar
      Merge · 1504f89a
      unknown authored
      
      mysql-test/mysql_test_run_new.c:
        SCCS merged
      1504f89a
    • unknown's avatar
      WL#964 · 10075d27
      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
      10075d27
    • unknown's avatar
      Change mysqld_safe search for mysqld relative to the current working directory · c1d30d4b
      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.
      c1d30d4b
  3. 04 Jan, 2005 9 commits
    • unknown's avatar
      mysql_test_run_new.dsp: · 5ece36ee
      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
      5ece36ee
    • unknown's avatar
      Merge mysql.com:/home/mydev/mysql-4.1 · c967af85
      unknown authored
      into mysql.com:/home/mydev/mysql-4.1-4100
      
      c967af85
    • unknown's avatar
      Merge mysql.com:/home/jwinstead2/mysql-4.1-5875 · 38b68d08
      unknown authored
      into mysql.com:/home/jwinstead2/mysql-4.1-clean
      
      38b68d08
    • unknown's avatar
      Merge mysql.com:/home/jwinstead2/mysql-4.1-5878 · 963b15bb
      unknown authored
      into mysql.com:/home/jwinstead2/mysql-4.1-clean
      
      963b15bb
    • unknown's avatar
      Merge · 0b68614f
      unknown authored
      
      sql/set_var.cc:
        merge
      0b68614f
    • unknown's avatar
      client.c: · 4586fd88
      unknown authored
        Make multi-statements the preferred option name (to coincide
        with the renaming of the CLIENT_MULTI_RESULTS symbol to
        CLIENT_MULTI_STATEMENTS). Continue to allow multi-queries
        for backward compatibility.
      
      
      sql-common/client.c:
        Make multi-statements the preferred option name (to coincide
        with the renaming of the CLIENT_MULTI_RESULTS symbol to
        CLIENT_MULTI_STATEMENTS). Continue to allow multi-queries
        for backward compatibility.
      4586fd88
    • unknown's avatar
      Merge mysql.com:/home/mydev/mysql-4.1 · 7ba1fd92
      unknown authored
      into mysql.com:/home/mydev/mysql-4.1-4100
      
      7ba1fd92
    • unknown's avatar
      Make query_cache_wlock_invalidate visible in SHOW VARIABLES (Bug #7594) · 62a93417
      unknown authored
      
      sql/set_var.cc:
        Make query_cache_wlock_invalidate visible in SHOW VARIABLES
      62a93417
    • unknown's avatar
      Use 'ps xaww' in mysqld_safe (on Linux) so whole command-line is searched · ee3d2017
      unknown authored
      for port and/or pid-file parameters. (Bug #5878)
      
      
      scripts/mysqld_safe.sh:
        Change 'ps xa' to 'ps xaww' so whole command-line is examined
      ee3d2017
  4. 03 Jan, 2005 15 commits
    • unknown's avatar
      Fix typo in crash-me 'MATCHES' test (Bug # 5875) · 1b093ffe
      unknown authored
      
      sql-bench/crash-me.sh:
        Fix typo
      1b093ffe
    • unknown's avatar
      Merge mysql.com:/space/my/mysql-4.0 · 4255f185
      unknown authored
      into mysql.com:/space/my/mysql-4.1-build
      
      
      Build-tools/Bootstrap:
        Auto merged
      4255f185
    • unknown's avatar
      - Updated Bootstrap to include merge ChangeSets in the source distribution's · e9de8c01
      unknown authored
        ChangeLog, too (to be more exact when tagging a release that's based on a
        merge ChangeSet)
      
      
      Build-tools/Bootstrap:
        - include merge ChangeSets into the ChangeLog, too (to be more exact when
          tagging a release that's based on a merge ChangeSet)
      e9de8c01
    • unknown's avatar
      Fixed a typo. · b9351e9a
      unknown authored
      b9351e9a
    • unknown's avatar
      Merge mysql.com:/home/jonas/src/mysql-4.1-fix · bd231995
      unknown authored
      into mysql.com:/home/jonas/src/mysql-4.1
      
      
      ndb/include/ndb_global.h.in:
        Auto merged
      bd231995
    • unknown's avatar
      bug#7626 - post review version · dc1b538f
      unknown authored
      
      ndb/include/ndb_global.h.in:
        move types into ndb_global.h.in
        Check sizeof of Uint8, Uint32 & Uint64
      ndb/include/ndb_types.h:
        move types into ndb_global.h.in
      dc1b538f
    • unknown's avatar
      Merge mysql.com:/home/jonas/src/mysql-4.1-fix · 6d38792d
      unknown authored
      into mysql.com:/home/jonas/src/mysql-4.1
      
      6d38792d
    • unknown's avatar
      bug#7626 - ndb UintPtr handling · 530389e6
      unknown authored
      
      ndb/include/ndb_types.h:
        redo UintPtr handling
      530389e6
    • unknown's avatar
      mtr_process.pl: · 4dd79c71
      unknown authored
        Added missing stop_reap_all() if returns early from function
      mysql-test-run.pl:
        Improved output from --script-debug
        Initial Cygwin support
        Improved mysqld process termination
      
      
      mysql-test/mysql-test-run.pl:
        Improved output from --script-debug
        Initial Cygwin support
        Improved mysqld process termination
      mysql-test/lib/mtr_process.pl:
        Added missing stop_reap_all() if returns early from function
      4dd79c71
    • unknown's avatar
      Merge kboortz@bk-internal.mysql.com:/home/bk/mysql-4.1 · 2175b1c0
      unknown authored
      into mysql.com:/Users/kent/mysql/bk/mysql-4.1-perl
      
      2175b1c0
    • unknown's avatar
      Merge mysql.com:/home/wax/mysql/mysql-4.1 · 62e1413f
      unknown authored
      into mysql.com:/home/wax/mysql/mysql-4.1test2
      
      62e1413f
    • unknown's avatar
      WL#964 · 32d47600
      unknown authored
      added sort of file names for all OS
      
      
      BitKeeper/etc/ignore:
        Added mysql-test/mysql-test-run.log mysql-test/r/alter_table.err mysql-test/r/archive.err mysql-test/r/bdb-alter-table-1.err mysql-test/r/bdb-alter-table-2.err mysql-test/r/bdb-crash.err mysql-test/r/bdb-deadlock.err mysql-test/r/bdb.err mysql-test/r/bdb_cache.err mysql-test/r/client_test.err mysql-test/r/csv.err mysql-test/r/ctype_ucs.err mysql-test/r/derived.err mysql-test/r/exampledb.err mysql-test/r/func_encrypt.err mysql-test/r/isam.err mysql-test/r/lowercase_table2.err mysql-test/r/multi_update.err mysql-test/r/mysql_protocols.err mysql-test/r/mysqlbinlog.err mysql-test/r/mysqlbinlog2.err mysql-test/r/mysqldump.err mysql-test/r/mysqltest.err mysql-test/r/ndb_alter_table.err mysql-test/r/ndb_autodiscover.err mysql-test/r/ndb_autodiscover2.err mysql-test/r/ndb_basic.err mysql-test/r/ndb_blob.err mysql-test/r/ndb_cache.err mysql-test/r/ndb_charset.err mysql-test/r/ndb_index.err mysql-test/r/ndb_index_ordered.err mysql-test/r/ndb_index_unique.err mysql-test/r/ndb_insert.err mysql-test/r/ndb_limit.err m
      mysql-test/mysql_test_run_new.c:
        added sort of file names for all OS
      32d47600
    • unknown's avatar
      Merge bk-internal.mysql.com:/home/bk/mysql-4.1 · e49723db
      unknown authored
      into sergbook.mysql.com:/usr/home/serg/Abk/mysql-4.1
      
      e49723db
    • unknown's avatar
      Merge sergbook.mysql.com:/usr/home/serg/Abk/mysql-4.0 · ef574adb
      unknown authored
      into sergbook.mysql.com:/usr/home/serg/Abk/mysql-4.1
      
      ef574adb
    • unknown's avatar
      Merge mysql.com:/home/wax/mysql/mysql-4.1 · f00511c6
      unknown authored
      into mysql.com:/home/wax/mysql/mysql-4.1test2
      
      f00511c6