1. 14 Mar, 2005 2 commits
    • unknown's avatar
      Bug #6660 mysqldump creates bad pathnames on Windows · 19538177
      unknown authored
      This really should not happen on Windows and part of the problem not fixed here is why show create table includes data directory when being run on Windows.  However, this patch fixes the bug in mysqldump.c
      
      mysqldump.c:
        Added fixPaths function to convert \ to / in data directory and index directory entries only on Windows
      
      
      client/mysqldump.c:
        Added fixPaths function to convert \ to / in data directory and index directory entries only on Windows
      BitKeeper/etc/logging_ok:
        Logging to logging@openlogging.org accepted
      19538177
    • unknown's avatar
      BUG#6554 Problem Building MySql on Fedora Core 3 · eb6c1f12
      unknown authored
       - Moved static variables defined inside of function to file scope to avoid this linking problem on FC3
      
      
      sql/ha_berkeley.cc:
        Moved list of bdb extension to file scope
      sql/ha_ndbcluster.cc:
        Moved list of ndb extesions to file scope
      BitKeeper/etc/logging_ok:
        Logging to logging@openlogging.org accepted
      eb6c1f12
  2. 13 Mar, 2005 2 commits
    • unknown's avatar
      correct not_null_tables() for XOR and AND · 416f0686
      unknown authored
      correct top_level_item for XOR
      
      
      mysql-test/r/join_outer.result:
        one more test
      mysql-test/t/join_outer.test:
        one more test
      416f0686
    • unknown's avatar
      join_outer.result, join_outer.test: · 017f7897
      unknown authored
        Added a test case for bug #9017.
      item_cmpfunc.h:
        A wrong not_null_tables method for Item_cond_xor
        caused a conversion of a left join into an inner join
        that was not valid.
      
      
      sql/item_cmpfunc.h:
        A wrong not_null_tables method for Item_cond_xor
        caused a conversion of a left join into an inner join
        that was not valid.
      mysql-test/t/join_outer.test:
        Added a test case for bug #9017.
      mysql-test/r/join_outer.result:
        Added a test case for bug #9017.
      017f7897
  3. 11 Mar, 2005 6 commits
  4. 10 Mar, 2005 9 commits
    • unknown's avatar
      Merge · 9e57dd00
      unknown authored
      
      sql/item_cmpfunc.h:
        Auto merged
      mysql-test/r/join_outer.result:
        SCCS merged
      mysql-test/t/join_outer.test:
        SCCS merged
      9e57dd00
    • unknown's avatar
      Fix for BUG#8711: "<=>" may have true value for NULL arguments, so make · b2dae8bd
      unknown authored
      Item_func_equal::not_null_tables() always return 0.
      
      
      mysql-test/r/join_outer.result:
        Testcase for BUG#8711
      mysql-test/t/join_outer.test:
        Testcase for BUG#8711
      sql/item_cmpfunc.h:
        Fix for BUG#8711: "<=>" may have true value for NULL arguments, i.e. it can accept NULL-complemented 
        table rows. This differs from assumptions made in Item_func::not_null_tables(), so add 
        Item_func_equal::not_null_tables().
        Item_func_equal::not_null_tables_cache value doesn't make sense now, but we still let it be
        calculated (and ignore it)
      b2dae8bd
    • unknown's avatar
      Correct "make_win_src_distribution" to not introduce additional directory layers, · 68b82f08
      unknown authored
      adapt the Windows build files accordingly.
      
      
      VC++Files/tests/mysql_client_test.dsp:
        As the directory structure on Windows now resembles that on Unix (no more
        "tests/tests", by the correction in "make_win_src_distribution.sh"), the location
        of "mysql_client_test.*" has changed. Adapt the build tools accordingly.
      VC++Files/tests/mysql_client_test_ia64.dsp:
        As the directory structure on Windows now resembles that on Unix (no more
        "tests/tests", by the correction in "make_win_src_distribution.sh"), the location
        of "mysql_client_test.*" has changed. Adapt the build tools accordingly.
      scripts/make_win_src_distribution.sh:
        1) The semantics of "cp -R src targ" depend on the (non)existence of "targ".
        By simply doing "$CP -R $i $BASE/$i", the directory hierarchy below $BASE differed
        from the source for each "$i" that already existed as a target directory.
        This is now prevented by checking the existence and adapting the command.
        
        2) Comment where "$BASE" (the target directory) comes into existence.
        
        3) Introduce an "abort" function as a start point for more sanity checks, use it.
      68b82f08
    • unknown's avatar
      Merge mysql.com:/M41/mysql-4.1 into mysql.com:/M41/push-4.1 · 3bd5de1e
      unknown authored
      
      Build-tools/Do-compile:
        Auto merged
      mysql-test/mysql-test-run.sh:
        Auto merged
      3bd5de1e
    • unknown's avatar
      Merge mysql.com:/home/timka/mysql/src/4.1-bug-7425 · 17e5d856
      unknown authored
      into mysql.com:/home/timka/mysql/src/4.1-dbg
      
      17e5d856
    • unknown's avatar
      Merge heikki@bk-internal.mysql.com:/home/bk/mysql-4.1 · fe6c8afe
      unknown authored
      into hundin.mysql.fi:/home/heikki/mysql-4.1
      
      fe6c8afe
    • unknown's avatar
      Merge mysql.com:/home/jonas/src/fix · e84ad1c3
      unknown authored
      into mysql.com:/home/jonas/src/mysql-4.1
      
      
      ndb/src/kernel/blocks/trix/Trix.cpp:
        Auto merged
      ndb/src/mgmsrv/ConfigInfo.cpp:
        Auto merged
      e84ad1c3
    • unknown's avatar
      Merge joreland@bk-internal.mysql.com:/home/bk/mysql-4.1 · 164c3b5b
      unknown authored
      into mysql.com:/home/jonas/src/mysql-4.1
      
      164c3b5b
    • unknown's avatar
      bug#9089 · eb5afb70
      unknown authored
      ndb - Reenable MAX_OPEN_FILES to enable LCP in some situations
      
      
      ndb/include/mgmapi/mgmapi_config_parameters.h:
        Reenable MAX_OPEN_FILES to enable LCP in some situations
      ndb/src/kernel/blocks/ndbfs/Ndbfs.cpp:
        Reenable MAX_OPEN_FILES to enable LCP in some situations
      ndb/src/mgmsrv/ConfigInfo.cpp:
        Reenable MAX_OPEN_FILES to enable LCP in some situations
      eb5afb70
  5. 09 Mar, 2005 15 commits
    • unknown's avatar
      Merge rurik.mysql.com:/home/igor/mysql-4.1 · 76937502
      unknown authored
      into rurik.mysql.com:/home/igor/dev/mysql-4.1-0
      
      76937502
    • unknown's avatar
      func_str.result: · 099fccd2
      unknown authored
        Correction after manual merge.
      
      
      mysql-test/r/func_str.result:
        Correction after manual merge.
      099fccd2
    • unknown's avatar
      Manual merge · 0c69be1f
      unknown authored
      
      sql/item_strfunc.cc:
        Auto merged
      0c69be1f
    • unknown's avatar
      log0recv.c: · cc1f91d0
      unknown authored
        Better ibbackup message
        Add a message explaining why we do a 'crash recovery' after an ibbackup restore; suggested by Tim Smith
      
      
      innobase/log/log0recv.c:
        Better ibbackup message
      cc1f91d0
    • unknown's avatar
    • unknown's avatar
      Fix to make mysql-test-run.pl work with new system tables definitions · e142d090
      unknown authored
      
      mysql-test/lib/init_db.sql:
        Fixed mysql-test-run.pl's system tables to correspond to the real ones.
      e142d090
    • unknown's avatar
      Fix for BUG#7425. · 21bb5623
      unknown authored
      The reported problems were due to two completely unrelated omissions.
      1) The file sort procedure didn't correctly create the sort key in
         make_sortkey when the sortkey was an unsigned integer.
      2) The name resolution procedure for column references inside a HAVING
         clause did not propagate the unsigned_flag of the resolved references.
      This patch corrects both problems.
      
      
      mysql-test/r/select.result:
        Added test result for BUG#7425.
      mysql-test/t/select.test:
        Added test for BUG#7425.
      sql/filesort.cc:
        Take into account whether 'item' represents a signed or an unsigned integer.
      sql/item.cc:
        Once an Item_ref is resolved, propagate the unsigned_flag to the resolved item.
      21bb5623
    • unknown's avatar
      mysqldumpslow.sh: · a595bded
      unknown authored
        bug#4914 added --help and usage information
      
      
      scripts/mysqldumpslow.sh:
        bug#4914 added --help and usage information
      a595bded
    • unknown's avatar
      sql/mysqld.cc · e4766ec1
      unknown authored
          preserve backward compatibility
      
      
      sql/mysqld.cc:
        preserve backward compatibility
      e4766ec1
    • unknown's avatar
      Merge serg@bk-internal.mysql.com:/home/bk/mysql-4.1/ · 29b304eb
      unknown authored
      into serg.mylan:/usr/home/serg/Abk/mysql-4.1
      
      29b304eb
    • unknown's avatar
      myisam/myisam_ftdump.c · 04ddbc4b
      unknown authored
          recalculate stats/gws for the last word in the index too
          remove unused code
      
      
      myisam/myisam_ftdump.c:
        recalculate stats/gws for the last word in the index too
        remove unused code
      04ddbc4b
    • unknown's avatar
      func_str.result, func_str.test: · 991ed18c
      unknown authored
        Added a test case for bug #8669.
      item_strfunc.cc:
        Fixed bug #8669.
        Function AES_DECRYPT can return NULL value.
      
      
      sql/item_strfunc.cc:
        Fixed bug #8669.
        Function AES_DECRYPT can return NULL value.
      mysql-test/t/func_str.test:
        Added a test case for bug #8669.
      mysql-test/r/func_str.result:
        Added a test case for bug #8669.
      991ed18c
    • unknown's avatar
      bug#9052 - ndb - Use correct length during unique index build · 8a4955f8
      unknown authored
      (recommit as 4.1->5.0 merge is not possible)
      
      
      ndb/src/kernel/blocks/trix/Trix.cpp:
        Use correct length during unique index build
      8a4955f8
    • unknown's avatar
      configure.in: · 87a32ea7
      unknown authored
        bug#5102, bug#6862 define HAVE_VIS_H to libedit only if header and strvis() exists
      
      
      configure.in:
        bug#5102, bug#6862 define HAVE_VIS_H to libedit only if header and strvis() exists
      87a32ea7
    • unknown's avatar
      mysql-test-run.pl: · 93e4cc51
      unknown authored
        Removed -c from /bin/sh call
      make_win_src_distribution.sh:
        Copy all content in mysql-test
      make_win_binary_distribution.sh, make_binary_distribution.sh:
        Add Perl version of mysql-test-run to package
      s_win32_dsp, s_win32, s_vxworks, s_test, s_readme, s_java, s_javah:
        Bug #6209 changes for building Berkeley DB from BitKeeper on Solaris
      
      
      bdb/dist/s_javah:
        Bug #6209 changes for building Berkeley DB from BitKeeper on Solaris
      bdb/dist/s_java:
        Bug #6209 changes for building Berkeley DB from BitKeeper on Solaris
      bdb/dist/s_readme:
        Bug #6209 changes for building Berkeley DB from BitKeeper on Solaris
      bdb/dist/s_test:
        Bug #6209 changes for building Berkeley DB from BitKeeper on Solaris
      bdb/dist/s_vxworks:
        Bug #6209 changes for building Berkeley DB from BitKeeper on Solaris
      bdb/dist/s_win32:
        Bug #6209 changes for building Berkeley DB from BitKeeper on Solaris
      bdb/dist/s_win32_dsp:
        Bug #6209 changes for building Berkeley DB from BitKeeper on Solaris
      scripts/make_binary_distribution.sh:
        Add Perl version of mysql-test-run to package
      scripts/make_win_binary_distribution.sh:
        Add Perl version of mysql-test-run to package
      scripts/make_win_src_distribution.sh:
        Copy all content in mysql-test
      mysql-test/mysql-test-run.pl:
        Removed -c from /bin/sh call
      93e4cc51
  6. 08 Mar, 2005 6 commits