1. 30 Mar, 2005 6 commits
    • unknown's avatar
      Merge · dddabc7e
      unknown authored
      
      mysql-test/r/metadata.result:
        Auto merged
      sql/item.h:
        Auto merged
      sql/item_func.h:
        Auto merged
      sql/sql_parse.cc:
        Auto merged
      sql/sql_select.cc:
        Auto merged
      sql/sql_union.cc:
        Auto merged
      mysql-test/r/union.result:
        SCCS merged
      mysql-test/t/union.test:
        SCCS merged
      dddabc7e
    • unknown's avatar
      postreview changes · dda97623
      unknown authored
      fixed bug in IN/ALL/ANY subqeries with HAVING clause (BUG#9350)
      
      
      mysql-test/r/subselect.result:
        added new subquery tests to make code covarage better
      mysql-test/t/subselect.test:
        added new subquery tests to make code covarage better
      sql/item_subselect.cc:
        fixed typo in comment
        removed unused code
        fixed bug with HAVING clause detectiuon (BUG#9350)
        postreview changes
      dda97623
    • unknown's avatar
      Merge · dad03459
      unknown authored
      
      BitKeeper/etc/logging_ok:
        auto-union
      Build-tools/Do-compile:
        Merge from 4.0
      dad03459
    • unknown's avatar
      Do-compile: · 73e5f698
      unknown authored
        Added option --with-big-tables
      
      
      Build-tools/Do-compile:
        Added option --with-big-tables
      BitKeeper/etc/logging_ok:
        Logging to logging@openlogging.org accepted
      73e5f698
    • unknown's avatar
      Merge kboortz@bk-internal.mysql.com:/home/bk/mysql-4.1 · 4c248060
      unknown authored
      into mysql.com:/Users/kent/mysql/bk/mysql-4.1-perl
      
      
      4c248060
    • unknown's avatar
      Do-compile: · 655d97ee
      unknown authored
        Added option --with-blackhole
      
      
      Build-tools/Do-compile:
        Added option --with-blackhole
      655d97ee
  2. 29 Mar, 2005 17 commits
  3. 28 Mar, 2005 8 commits
    • unknown's avatar
      Merge pnousiainen@bk-internal.mysql.com:/home/bk/mysql-4.1 · 5fb52827
      unknown authored
      into mysql.com:/space/pekka/ndb/version/my41
      
      
      5fb52827
    • unknown's avatar
      ndb - set up long key page vars in ACC_LOCKREQ (bug#????) · 4a641100
      unknown authored
      
      ndb/src/kernel/blocks/dbacc/Dbacc.hpp:
        set up long key page vars in ACC_LOCKREQ
      ndb/src/kernel/blocks/dbacc/DbaccMain.cpp:
        set up long key page vars in ACC_LOCKREQ
      4a641100
    • unknown's avatar
      Merge serg@bk-internal.mysql.com:/home/bk/mysql-4.1/ · b9c6c482
      unknown authored
      into serg.mylan:/usr/home/serg/Abk/mysql-4.1
      
      
      b9c6c482
    • unknown's avatar
      ndb - make printSchemaFile available (compile manually) · e674f459
      unknown authored
      
      BitKeeper/deleted/.del-Makefile~b03e75f2bff8d72:
        Delete: ndb/src/kernel/blocks/dbdict/printSchemafile/Makefile
      ndb/src/kernel/blocks/dbdict/printSchemaFile.cpp:
        compile manually
      e674f459
    • unknown's avatar
      union.test: · e62a32a3
      unknown authored
        Bug #6519 UNION with collation binary and latin1_swedish_ci fails now
        Prove that this problem was fixed with bug9425 fix too.
      
      
      mysql-test/t/union.test:
        Bug #6519 UNION with collation binary and latin1_swedish_ci fails now
        Prove that this problem was fixed with bug9425 fix too.
      e62a32a3
    • unknown's avatar
      Bug#9425 A user variable doesn't always have implicit coercibility · f80b366f
      unknown authored
      Coercibility fixes for numeric types and not defined values were done.
      
      
      f80b366f
    • unknown's avatar
      Merge serg@bk-internal.mysql.com:/home/bk/mysql-4.1/ · 8fa1f65a
      unknown authored
      into serg.mylan:/usr/home/serg/Abk/mysql-4.1
      
      
      8fa1f65a
    • unknown's avatar
      func_system.test, ctype_utf8.test, func_system.result, ctype_utf8.result: · 949875cb
      unknown authored
        Prove that the queries mentioned in
        Bugs#5980: NULL requires a characterset in a union
        works fine after recent changes related to itroducing
        more coercibility level: IRNORABLE and SYSCONST.
      
      
      mysql-test/r/ctype_utf8.result:
        Prove that the queries mentioned in
        Bugs#5980: NULL requires a characterset in a union
        works fine after recent changes related to itroducing
        more coercibility level: IRNORABLE and SYSCONST.
      mysql-test/r/func_system.result:
        Prove that the queries mentioned in
        Bugs#5980: NULL requires a characterset in a union
        works fine after recent changes related to itroducing
        more coercibility level: IRNORABLE and SYSCONST.
      mysql-test/t/ctype_utf8.test:
        Prove that the queries mentioned in
        Bugs#5980: NULL requires a characterset in a union
        works fine after recent changes related to itroducing
        more coercibility level: IRNORABLE and SYSCONST.
      mysql-test/t/func_system.test:
        Prove that the queries mentioned in
        Bugs#5980: NULL requires a characterset in a union
        works fine after recent changes related to itroducing
        more coercibility level: IRNORABLE and SYSCONST.
      949875cb
  4. 27 Mar, 2005 1 commit
  5. 26 Mar, 2005 4 commits
  6. 25 Mar, 2005 4 commits
    • unknown's avatar
      A fix for Bug#8226 "Cannot connect via shared memory": · 3fd63949
      unknown authored
      provide created shared memory objects with proper
      access rights to make them usable when client and server
      are running under different accounts. 
      Post review fixes.
      
      
      VC++Files/mysys/mysys.dsp:
        Add my_windac.c to mysys.lib
      include/my_sys.h:
        Declarations for SECURITY_ATTRIBUTES create/destroy functions.
      mysys/Makefile.am:
        Add my_windac.c to the list of compiled files.
      sql-common/client.c:
        Lower requested access rights for events as the server won't 
        provide clients with ALL access in order to prevent denial
        of service attack.
      sql/mysqld.cc:
        Set proper security attributes for the kernel objects to make them
        usable when mysqld is running as a Windows service.
      3fd63949
    • unknown's avatar
      Fixing blackhole support in libmysqld · 0310e2a7
      unknown authored
      
      libmysqld/Makefile.am:
        Adding ha_blackhole.cc
      0310e2a7
    • unknown's avatar
      Fix upgrade/downgrade issue. · fdd4cb8f
      unknown authored
      
      mysql-test/r/ps_1general.result:
        Fix test case.
      sql/handler.h:
        Added federated to the list so that any beta users won't end up with a mismatch for table enum
      fdd4cb8f
    • unknown's avatar
      Merge baker@bk-internal.mysql.com:/home/bk/mysql-4.1 · 2506bfe8
      unknown authored
      into zim.(none):/home/brian/mysql/mysql-4.1
      
      
      2506bfe8