1. 30 Mar, 2005 9 commits
    • unknown's avatar
      Merge neptunus.(none):/home/msvensson/mysql/bug8807 · ed4022bd
      unknown authored
      into neptunus.(none):/home/msvensson/mysql/mysql-4.1-synced
      
      
      mysql-test/r/ps_2myisam.result:
        Auto merged
      mysql-test/r/ps_3innodb.result:
        Auto merged
      mysql-test/r/ps_4heap.result:
        Auto merged
      mysql-test/r/ps_5merge.result:
        Auto merged
      mysql-test/r/ps_6bdb.result:
        Auto merged
      mysql-test/r/ps_7ndb.result:
        Auto merged
      ed4022bd
    • unknown's avatar
      BUG#8807 Select crash server · af2ab040
      unknown authored
       - Add function Item_param::fix_fields which will update any subselect they are part of and indicate that the subsleect is not const during prepare phase, and thus should not be executed during prepare.
      
      
      mysql-test/include/ps_query.inc:
        Adde new test case
      mysql-test/r/ps_2myisam.result:
        Update test result
      mysql-test/r/ps_3innodb.result:
        Update test result
      mysql-test/r/ps_4heap.result:
        Update test result
      mysql-test/r/ps_5merge.result:
        Update test result
      mysql-test/r/ps_6bdb.result:
        Update test result
      mysql-test/r/ps_7ndb.result:
        Update test result
      sql/item.cc:
        Add function Item_param::fix_fields, which will mark any subselects they are part of as not being a constant expression unless the param value is specified, ie. it will be not be constant during prepare phase.
      sql/item.h:
        Adde Item_param::fix_fields
      sql/item_subselect.h:
        Make Item_param::fix_field friend of Item_subselect
      af2ab040
    • unknown's avatar
      Merge serg@bk-internal.mysql.com:/home/bk/mysql-4.1/ · 03951972
      unknown authored
      into serg.mylan:/usr/home/serg/Abk/mysql-4.1
      
      
      03951972
    • unknown's avatar
      merged · fc7b19d4
      unknown authored
      fc7b19d4
    • unknown's avatar
      don't strcmp db if it's a pattern · fe811dd8
      unknown authored
      fe811dd8
    • 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 22 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