1. 26 May, 2004 3 commits
  2. 24 May, 2004 1 commit
  3. 21 May, 2004 4 commits
  4. 20 May, 2004 6 commits
  5. 19 May, 2004 16 commits
    • unknown's avatar
      InnoDB cleanup: Remove unused functions ut_sprintf() and ut_fprintf() · a61ddac6
      unknown authored
      
      innobase/include/ut0ut.h:
        Remove unused functions ut_sprintf() and ut_fprintf()
      innobase/ut/ut0ut.c:
        Remove unused functions ut_sprintf() and ut_fprintf()
      a61ddac6
    • unknown's avatar
      after merge fix · a63184a6
      unknown authored
      
      sql/sql_union.cc:
        describe should go until the end
      a63184a6
    • unknown's avatar
      Merge sanja.is.com.ua:/home/bell/mysql/bk/mysql-4.1 · efcb7706
      unknown authored
      into sanja.is.com.ua:/home/bell/mysql/bk/work-explain-4.1
      
      
      mysql-test/r/func_encrypt.result:
        Auto merged
      sql/sql_class.h:
        Auto merged
      sql/sql_select.cc:
        Auto merged
      sql/sql_union.cc:
        Auto merged
      efcb7706
    • unknown's avatar
      after review changes · 9fb55cef
      unknown authored
      
      mysql-test/r/derived.result:
        explain of hidden subselect changed according to review
      mysql-test/r/subselect.result:
        explain of hidden subselect changed according to review
      mysql-test/r/union.result:
        explain of hidden subselect changed according to review
      sql/sql_class.h:
        we bo not need sign for now
      sql/sql_lex.h:
        we do not need sign for now
      9fb55cef
    • unknown's avatar
      Fixed BUG#3709: SELECT INTO 1 FROM DUAL not parsed as expected · de2c3523
      unknown authored
      Made the combination of INTO and FROM DUAL work, e.g.
      SELECT 1 INTO @x FROM DUAL.
      As a consequence, DUAL is made a reserved word. It would work to not have
      it reserved, but it was deemed to be confusing as a user defined table by
      the same name then must be qualified with a db (schema).
      
      
      sql/sql_yacc.yy:
        Made the combination of INTO and FROM DUAL work, e.g.
        SELECT 1 INTO @x FROM DUAL.
        As a consequence, DUAL is made a reserved word. It would work to not have
        it reserved, but it was deemed to be confusing as a user defined table by
        the same name then must be qualified with a db (schema).
      de2c3523
    • unknown's avatar
      Merge tulin@bk-internal.mysql.com:/home/bk/mysql-4.1-ndb · 9c3e68c7
      unknown authored
      into mc05.(none):/space/tomas/mysql-4.1-ndb
      
      
      9c3e68c7
    • unknown's avatar
      Merge mysql.com:/home/bk/mysql-4.1-ndb · d1946959
      unknown authored
      into mysql.com:/home/mysqldev/tulin/mysql-4.1-ndb
      
      
      BitKeeper/etc/logging_ok:
        auto-union
      ndb/src/kernel/blocks/dbdict/Dbdict.cpp:
        Auto merged
      d1946959
    • unknown's avatar
      Forte compile fixes · e492e902
      unknown authored
      
      BitKeeper/etc/logging_ok:
        Logging to logging@openlogging.org accepted
      e492e902
    • unknown's avatar
      fix to make scan filter ndb testprogram work · a0753202
      unknown authored
      a0753202
    • unknown's avatar
      Merge abotchkov@bk-internal.mysql.com:/home/bk/mysql-4.1 · c907e6fd
      unknown authored
      into deer.(none):/home/hf/work/mysql-4.1.ps
      
      
      sql/sql_parse.cc:
        Auto merged
      tests/client_test.c:
        Auto merged
      c907e6fd
    • unknown's avatar
      Merge tulin@bk-internal.mysql.com:/home/bk/mysql-4.1-ndb · 2369c9b2
      unknown authored
      into mc05.(none):/space/tomas/mysql-4.1-ndb
      
      
      2369c9b2
    • unknown's avatar
      Merge tulin@bk-internal.mysql.com:/home/bk/mysql-4.1 · a74f86e5
      unknown authored
      into mc05.(none):/space/tomas/mysql-4.1-ndb
      
      
      a74f86e5
    • unknown's avatar
      Merge tulin@bk-internal.mysql.com:/home/bk/mysql-4.1-ndb · ad49bb78
      unknown authored
      into mc05.(none):/space2/tomas/mysql-4.1
      
      
      ad49bb78
    • unknown's avatar
      ndb tablehandler, ndb make and endien define, see each file · 5fe274b0
      unknown authored
      
      configure.in:
        configure to check if HAVE_COMPRESS for ndbcluster table handler
      ndb/Makefile:
        fix for problems with parallell make
      ndb/src/kernel/blocks/dbdict/Dbdict.cpp:
        changed ifdef _BIG_ENDIAN => WORDS_BIGENDIAN
      ndb/src/ndbapi/Ndb.cpp:
        changed ifdef _BIG_ENDIAN => WORDS_BIGENDIAN
      5fe274b0
    • unknown's avatar
      Merge bk-internal.mysql.com:/home/bk/mysql-4.1 · 64c5d311
      unknown authored
      into mysql.com:/home/my/mysql-4.1
      
      
      client/mysql.cc:
        Auto merged
      64c5d311
    • unknown's avatar
      Portability fixes · a41883fa
      unknown authored
      Fixed wrong number of warnings/duplicates for machines with high-byte-first
      
      
      client/mysql.cc:
        Remove not used variables
      client/mysqltest.c:
        Remove double ;
      myisam/ft_nlq_search.c:
        Fix valgrind error (not fatal)
      myisam/rt_test.c:
        Portability fix
      mysql-test/r/rpl_trunc_binlog.result:
        Portability fix
      mysql-test/t/rpl_trunc_binlog.test:
        Portability fix
        (Column 23 was different on openbsd)
      sql/sql_insert.cc:
        Fixed wrong number of warnings/duplicates for machines with high-byte-first
      strings/ctype-big5.c:
        Portability fix
      strings/ctype-gbk.c:
        Portability fix
      strings/ctype-mb.c:
        Portability fix
      strings/ctype-uca.c:
        Portability fix
      tests/client_test.c:
        Portability fixes
      a41883fa
  6. 18 May, 2004 10 commits