1. 28 Jul, 2005 1 commit
    • unknown's avatar
      sql_select.cc: · 74e523d2
      unknown authored
        Fixed bug #12144.
        Added an optimization that avoids key access with null keys for the 'ref'
        method when used in outer joins. The regilar optimization with adding
        IS NOT NULL expressions is not applied for outer join on expressions as
        the predicates of these expressions are not pushed down in 4.1.
      null_key.result, null_key.test:
        Added a test case for bug #12144.
      
      
      mysql-test/t/null_key.test:
        Added a test case for bug #12144.
      mysql-test/r/null_key.result:
        Added a test case for bug #12144.
      sql/sql_select.cc:
        Fixed bug #12144.
        Added an optimization that avoids key access with null keys for the 'ref'
        method when used in outer joins. The regilar optimization with adding
        IS NOT NULL expressions is not applied for outer join on expressions as
        the predicates of these expressions are not pushed down in 4.1.
      74e523d2
  2. 25 Jul, 2005 10 commits
    • unknown's avatar
      Merge lgrimmer@bk-internal.mysql.com:/home/bk/mysql-4.1 · bdc0c671
      unknown authored
      into mysql.com:/space/my/mysql-4.1
      
      
      bdc0c671
    • unknown's avatar
      Merge mysql.com:/space/my/mysql-4.1-merge · c4f59f2c
      unknown authored
      into mysql.com:/space/my/mysql-4.1
      
      
      c4f59f2c
    • unknown's avatar
      - merge from 4.0: updated scripts/Makefile.am to properly create but not install · fe862aa9
      unknown authored
        make_binary_distribution, make_sharedlib_distribution and make_win_src_distribution
      - removed make_win_binary_distribution.sh
      
      
      BitKeeper/deleted/.del-make_win_binary_distribution.sh~e0fbb0a75af0dcd3:
        Auto merged
      scripts/Makefile.am:
        - after merge fix: removed the "all" target - these files are now built via
          noinst_SCRIPTS instead.
      fe862aa9
    • unknown's avatar
      - Make sure the scripts make_binary_distribution, make_sharedlib_distribution and · 1f36f6f4
      unknown authored
        make_win_src_distribution are created, but not installed
      - removed make_win_binary_distribution.sh as it's obsolete and outdated
      
      
      BitKeeper/deleted/.del-make_win_binary_distribution.sh~e0fbb0a75af0dcd3:
        Delete: scripts/make_win_binary_distribution.sh
      scripts/Makefile.am:
        - Make sure the scripts make_binary_distribution, make_sharedlib_distribution and
          make_win_src_distribution are created, but not installed. This is the proper fix
          for what I began in the previous ChangeSet
        - removed make_win_binary_distribution.sh from the distribution, as it's obsolete
          and outdated
      1f36f6f4
    • unknown's avatar
      Merge mysql.com:/home/jonas/src/mysql-4.1 · 563f68b9
      unknown authored
      into  mysql.com:/home/jonas/src/mysql-4.1-push
      
      
      563f68b9
    • unknown's avatar
      fix compile error · bc10bd8e
      unknown authored
      bc10bd8e
    • unknown's avatar
      Merge joreland@bk-internal.mysql.com:/home/bk/mysql-4.1 · 0c69ae9c
      unknown authored
      into  mysql.com:/home/jonas/src/mysql-4.1-push
      
      
      0c69ae9c
    • unknown's avatar
      Merge mysql.com:/home/jonas/src/mysql-4.1 · b68c1a71
      unknown authored
      into  mysql.com:/home/jonas/src/mysql-4.1-push
      
      
      ndb/src/mgmapi/mgmapi.cpp:
        Auto merged
      ndb/src/mgmsrv/ConfigInfo.cpp:
        Auto merged
      ndb/src/mgmsrv/ConfigInfo.hpp:
        Auto merged
      b68c1a71
    • unknown's avatar
      ndb - Fix LCP during SR parameters · ea010ef5
      unknown authored
      
      ndb/include/mgmapi/mgmapi_config_parameters.h:
        Fix LCP during SR parameters
      ndb/src/kernel/blocks/dbacc/DbaccMain.cpp:
        Fix LCP during SR parameters
      ndb/src/kernel/blocks/dbtup/DbtupGen.cpp:
        Fix LCP during SR parameters
      ndb/src/mgmsrv/ConfigInfo.cpp:
        Fix LCP during SR parameters
      ea010ef5
    • unknown's avatar
      fix for bug #7924. · b08c3ca4
      unknown authored
      added export symbols mysql_server_init and 
      mysql_server_end to allow client to connect to external and embedded
      server using the same code (required for Connector/OO.org). (Backport from 5.0 - cs. 1.35)
      
      
      b08c3ca4
  3. 24 Jul, 2005 1 commit
  4. 23 Jul, 2005 1 commit
    • unknown's avatar
      Add tool to extract config info from ndb_mgmd · 8dd5bd5e
      unknown authored
      
      ndb/include/mgmapi/mgmapi.h:
        Add feature to redirect error printouts
      ndb/src/mgmapi/mgmapi.cpp:
        Add feature to redirect error printouts
      ndb/src/mgmsrv/ConfigInfo.hpp:
        Make param info public
      ndb/tools/Makefile.am:
        Add ndb_config
      ndb/tools/config.cpp:
        New BitKeeper file ``ndb/tools/config.cpp''
      8dd5bd5e
  5. 22 Jul, 2005 13 commits
  6. 21 Jul, 2005 14 commits