1. 19 Oct, 2005 1 commit
    • unknown's avatar
      Fix for BUG#4375: Windows specific directories are copied · b59d5656
      unknown authored
       during replication.
       Modified my_dir(). Now this function skips hidden and system
       files which sometimes are created by Windows.
       NOTE. The fix is similar to the previuos one (05 July 2004)
       except for correct setting of the 'attrib' variable value
       (within the previous fix this variable was left uninitialized
       when my_dir() was called with My_flags & MY_WANT_STAT == 0).
      
      
      mysys/my_lib.c:
        Modified my_dir().
         Now this function skips hidden and system files
         which sometimes are created by Windows.
      b59d5656
  2. 06 Oct, 2005 3 commits
  3. 05 Oct, 2005 4 commits
  4. 04 Oct, 2005 1 commit
  5. 03 Oct, 2005 4 commits
  6. 02 Oct, 2005 1 commit
    • unknown's avatar
      os0sync.c: · 8d31718c
      unknown authored
        Add diagnostic code to track an assertion failure of 0 == pthread_mutex_destroy(); this was reported on the MySQL mailing list Sept 23, 2005
      
      
      innobase/os/os0sync.c:
        Add diagnostic code to track an assertion failure of 0 == pthread_mutex_destroy(); this was reported on the MySQL mailing list Sept 23, 2005
      8d31718c
  7. 30 Sep, 2005 10 commits
    • unknown's avatar
      Merge marko@bk-internal.mysql.com:/home/bk/mysql-4.1 · bdb9555d
      unknown authored
      into  hundin.mysql.fi:/home/marko/mysql-4.1
      
      
      bdb9555d
    • unknown's avatar
      InnoDB: After review fix · afed50ae
      unknown authored
      
      sql/ha_innodb.cc:
        Avoid bitwise arithmetics, as it might be difficult to read.  The
        added readability costs one register and two instructions on x86.
      afed50ae
    • unknown's avatar
      Many files: · b446550e
      unknown authored
        New VC7 project files
      des_key_file.cc:
        Visual C++ wants '"' for local include
      mysql.cc:
        Cast my_cgets() argument for VC6 and VC7
      dummy.cpp:
        Added to convince VS .Net generate a lib for mysqlserver
      
      
      VC++Files/mysqlserver/dummy.cpp:
        Added to convince VS .Net generate a lib for mysqlserver
      VC++Files/bdb/bdb.vcproj:
        New VC7 project files
      VC++Files/client/mysql.vcproj:
        New VC7 project files
      VC++Files/client/mysqladmin.vcproj:
        New VC7 project files
      VC++Files/client/mysqlclient.vcproj:
        New VC7 project files
      VC++Files/client/mysqldump.vcproj:
        New VC7 project files
      VC++Files/client/mysqlimport.vcproj:
        New VC7 project files
      VC++Files/client/mysqlshow.vcproj:
        New VC7 project files
      VC++Files/client/mysqltest.vcproj:
        New VC7 project files
      VC++Files/comp_err/comp_err.vcproj:
        New VC7 project files
      VC++Files/dbug/dbug.vcproj:
        New VC7 project files
      VC++Files/heap/heap.vcproj:
        New VC7 project files
      VC++Files/innobase/innobase.vcproj:
        New VC7 project files
      VC++Files/libmysql/libmysql.vcproj:
        New VC7 project files
      VC++Files/libmysqld/examples/test_libmysqld.vcproj:
        New VC7 project files
      VC++Files/libmysqld/libmysqld.vcproj:
        New VC7 project files
      VC++Files/libmysqltest/myTest.vcproj:
        New VC7 project files
      VC++Files/my_print_defaults/my_print_defaults.vcproj:
        New VC7 project files
      VC++Files/myisam/myisam.vcproj:
        New VC7 project files
      VC++Files/myisam_ftdump/myisam_ftdump.vcproj:
        New VC7 project files
      VC++Files/myisamchk/myisamchk.vcproj:
        New VC7 project files
      VC++Files/myisamlog/myisamlog.vcproj:
        New VC7 project files
      VC++Files/myisammrg/myisammrg.vcproj:
        New VC7 project files
      VC++Files/myisampack/myisampack.vcproj:
        New VC7 project files
      VC++Files/mysql-test/mysql_test_run_new.vcproj:
        New VC7 project files
      VC++Files/mysql.sln:
        New VC7 project files
      VC++Files/mysqlbinlog/mysqlbinlog.vcproj:
        New VC7 project files
      VC++Files/mysqlcheck/mysqlcheck.vcproj:
        New VC7 project files
      VC++Files/mysqldemb/mysqldemb.vcproj:
        New VC7 project files
      VC++Files/mysqlserver/mysqlserver.vcproj:
        New VC7 project files
      VC++Files/mysys/mysys.vcproj:
        New VC7 project files
      VC++Files/perror/perror.vcproj:
        New VC7 project files
      VC++Files/regex/regex.vcproj:
        New VC7 project files
      VC++Files/replace/replace.vcproj:
        New VC7 project files
      VC++Files/sql/mysqld.vcproj:
        New VC7 project files
      VC++Files/strings/strings.vcproj:
        New VC7 project files
      VC++Files/test1/test1.vcproj:
        New VC7 project files
      VC++Files/tests/mysql_client_test.vcproj:
        New VC7 project files
      VC++Files/thr_test/thr_test.vcproj:
        New VC7 project files
      VC++Files/vio/vio.vcproj:
        New VC7 project files
      VC++Files/zlib/zlib.vcproj:
        New VC7 project files
      client/mysql.cc:
        Cast my_cgets() argument for VC6 and VC7
      sql/des_key_file.cc:
        Visual C++ wants '"' for local include
      scripts/make_win_src_distribution.sh:
        New VC7 project files
      b446550e
    • unknown's avatar
      InnoDB: On UPDATE, trim UCS2 columns correctly. (Bug #12178) · a14a34be
      unknown authored
      
      sql/ha_innodb.cc:
        innobase_convert_and_store_changed_col(), calc_row_difference():
         Replace parameter "is_unsigned" with "prtype".
        innobase_convert_and_store_changed_col():
         When trimming spaces, note that UCS2 spaces are 0x0020, not 0x20.
      a14a34be
    • unknown's avatar
      Merge joreland@bk-internal.mysql.com:/home/bk/mysql-4.1 · e99221d7
      unknown authored
      into  perch.ndb.mysql.com:/home/jonas/src/mysql-4.1-push
      
      
      e99221d7
    • unknown's avatar
      Merge perch.ndb.mysql.com:/home/jonas/src/mysql-4.1 · 72411c19
      unknown authored
      into  perch.ndb.mysql.com:/home/jonas/src/mysql-4.1-push
      
      
      72411c19
    • unknown's avatar
      ndb_config · 7337ba76
      unknown authored
        Check returnvalue on load/fetch configuration
      
      
      ndb/tools/ndb_config.cpp:
        Check returnvalue on load/fetch configuration
      7337ba76
    • unknown's avatar
      ndb - · 8c570f3f
      unknown authored
       add support for reading config.ini from ndb_config
       (as alternative to contacting ndb_mgmd)
      
      
      mysql-test/r/ndb_config.result:
        Add support for reading config.ini from ndb_config
      mysql-test/t/ndb_config.test:
        Add support for reading config.ini from ndb_config
      ndb/src/mgmsrv/InitConfigFileParser.cpp:
        Handle prinouts better
      ndb/src/mgmsrv/InitConfigFileParser.hpp:
        Handle prinouts better
      ndb/tools/ndb_config.cpp:
        Add support for reading config.ini from ndb_config
      8c570f3f
    • unknown's avatar
      Merge bk-internal.mysql.com:/home/bk/mysql-4.1 · caa441d0
      unknown authored
      into  neptunus.(none):/home/msvensson/mysql/mysql-4.1
      
      
      caa441d0
    • unknown's avatar
      Merge ssmith@bk-internal.mysql.com:/home/bk/mysql-4.1 · b96e4b68
      unknown authored
      into  mysql.com:/home/stewart/Documents/MySQL/4.1/main
      
      
      b96e4b68
  8. 29 Sep, 2005 16 commits
    • unknown's avatar
      mtr_report.pl: · 3dd066e8
      unknown authored
        Text formatting, adjust table header
      mysql-test-run.pl:
        Remove requirement for source tree to run embedded server test
      mysqldump.test:
        Removed ending ';' from --exec line
      
      
      mysql-test/t/mysqldump.test:
        Removed ending ';' from --exec line
      mysql-test/mysql-test-run.pl:
        Remove requirement for source tree to run embedded server test
      mysql-test/lib/mtr_report.pl:
        Text formatting, adjust table header
      3dd066e8
    • unknown's avatar
      Merge mysql.com:/home/mydev/mysql-4.1 · 7b8a6e45
      unknown authored
      into  mysql.com:/home/mydev/mysql-4.1-4100
      
      
      7b8a6e45
    • unknown's avatar
      Merge mysql.com:/home/mydev/mysql-4.0 · f03bc6c5
      unknown authored
      into  mysql.com:/home/mydev/mysql-4.0-4000
      
      
      f03bc6c5
    • unknown's avatar
      Merge mysql.com:/space/my/mysql-4.0 into mysql.com:/space/my/mysql-4.1 · 7af7e616
      unknown authored
      
      support-files/mysql.spec.sh:
        Auto merged
      7af7e616
    • unknown's avatar
      - fixed the removing of the RPM_BUILD_ROOT in the %clean section of the RPM · a44907e7
      unknown authored
         spec file (the $RBR variable did not get expanded, thus leaving old build
         roots behind)
      
      
      support-files/mysql.spec.sh:
         - fixed the removing of the RPM_BUILD_ROOT in the %clean section (the
           $RBR variable did not get expanded, thus leaving old build roots behind)
      a44907e7
    • unknown's avatar
      Merge mysql.com:/home/mydev/mysql-4.0-4000 · 48838170
      unknown authored
      into  mysql.com:/home/mydev/mysql-4.1-4100
      
      
      mysql-test/t/merge.test:
        Auto merged
      mysql-test/r/merge.result:
        SCCS merged
      48838170
    • unknown's avatar
      Bug#9112 - Merge table with composite index producing invalid results with some queries · a671075d
      unknown authored
      Second platform fix for floating point rounding.
      
      
      a671075d
    • unknown's avatar
      Fix for bug #7977 in sql_mode=ANSI, show create table ignores auto_increment · f3ad7320
      unknown authored
        "CHARACTER SET", "COLLATE", and "DEFAULT" are always
        printed(excepting MODE_MYSQL323 and MODE_MYSQL40)
        "AUTO_INCREMENT", "ON UPDATE CURRENT_TIMESTAMP" are printed only 
        if NO_FIELD_OPTIONS is not set.
      
      
      mysql-test/r/sql_mode.result:
        Fix for bug #7977 in sql_mode=ANSI, show create table ignores auto_increment
          test case
      mysql-test/t/sql_mode.test:
        Fix for bug #7977 in sql_mode=ANSI, show create table ignores auto_increment
          test case
      f3ad7320
    • unknown's avatar
      Merge abarkov@bk-internal.mysql.com:/home/bk/mysql-4.1 · 84454656
      unknown authored
      into  mysql.com:/usr/home/bar/mysql-4.1.b13046
      
      
      sql/item_cmpfunc.cc:
        Auto merged
      84454656
    • unknown's avatar
      Add -ansi flag when building with gcc · 9a8482f6
      unknown authored
      
      BUILD/SETUP.sh:
        Add -ansi flag, make gcc not allow "C++ comments in C"
      9a8482f6
    • unknown's avatar
      Merge mysql.com:/home/mydev/mysql-4.1 · 25a4a395
      unknown authored
      into  mysql.com:/home/mydev/mysql-4.1-4100
      
      
      25a4a395
    • unknown's avatar
      Merge mysql.com:/home/stewart/Documents/MySQL/4.1/mgmd · 80b98425
      unknown authored
      into  mysql.com:/home/stewart/Documents/MySQL/4.1/main
      
      
      80b98425
    • unknown's avatar
      Merge mysql.com:/home/stewart/Documents/MySQL/4.1/wl2779 · cf7d6534
      unknown authored
      into  mysql.com:/home/stewart/Documents/MySQL/4.1/main
      
      
      cf7d6534
    • unknown's avatar
      Merge mysql.com:/home/stewart/Documents/MySQL/4.1/main · e77095bc
      unknown authored
      into  mysql.com:/home/stewart/Documents/MySQL/4.1/mgmd
      
      
      e77095bc
    • unknown's avatar
      Merge ssmith@bk-internal.mysql.com:/home/bk/mysql-4.1 · 66aef256
      unknown authored
      into  mysql.com:/home/stewart/Documents/MySQL/4.1/main
      
      
      66aef256
    • unknown's avatar
      Many files: · 72340d67
      unknown authored
        Prefix regex functions/types with "my_" as our
        library is not compatible with normal regex lib.
      my_regex.h:
        Rename: regex/regex.h -> regex/my_regex.h
      
      
      client/mysqltest.c:
        Prefix regex functions/types with "my_" as our
        library is not compatible with normal regex lib.
      os2/MySQL-Source.icc:
        Prefix regex functions/types with "my_" as our
        library is not compatible with normal regex lib.
      regex/Makefile.am:
        Prefix regex functions/types with "my_" as our
        library is not compatible with normal regex lib.
      regex/debug.c:
        Prefix regex functions/types with "my_" as our
        library is not compatible with normal regex lib.
      regex/debug.ih:
        Prefix regex functions/types with "my_" as our
        library is not compatible with normal regex lib.
      regex/engine.c:
        Prefix regex functions/types with "my_" as our
        library is not compatible with normal regex lib.
      regex/engine.ih:
        Prefix regex functions/types with "my_" as our
        library is not compatible with normal regex lib.
      regex/main.c:
        Prefix regex functions/types with "my_" as our
        library is not compatible with normal regex lib.
      regex/main.ih:
        Prefix regex functions/types with "my_" as our
        library is not compatible with normal regex lib.
      regex/regcomp.c:
        Prefix regex functions/types with "my_" as our
        library is not compatible with normal regex lib.
      regex/regerror.c:
        Prefix regex functions/types with "my_" as our
        library is not compatible with normal regex lib.
      regex/regerror.ih:
        Prefix regex functions/types with "my_" as our
        library is not compatible with normal regex lib.
      regex/my_regex.h:
        Prefix regex functions/types with "my_" as our
        library is not compatible with normal regex lib.
      regex/regexec.c:
        Prefix regex functions/types with "my_" as our
        library is not compatible with normal regex lib.
      regex/regfree.c:
        Prefix regex functions/types with "my_" as our
        library is not compatible with normal regex lib.
      regex/reginit.c:
        Prefix regex functions/types with "my_" as our
        library is not compatible with normal regex lib.
      sql/item_cmpfunc.cc:
        Prefix regex functions/types with "my_" as our
        library is not compatible with normal regex lib.
      sql/item_cmpfunc.h:
        Prefix regex functions/types with "my_" as our
        library is not compatible with normal regex lib.
      sql/mysqld.cc:
        Prefix regex functions/types with "my_" as our
        library is not compatible with normal regex lib.
      72340d67