1. 07 Feb, 2005 16 commits
  2. 06 Feb, 2005 7 commits
    • unknown's avatar
      Merge sanja.is.com.ua:/home/bell/mysql/bk/mysql-4.1 · 45d3686d
      unknown authored
      into sanja.is.com.ua:/home/bell/mysql/bk/work-4.1
      
      45d3686d
    • unknown's avatar
      Merge sanja.is.com.ua:/home/bell/mysql/bk/work-4.1 · 0fa58981
      unknown authored
      into sanja.is.com.ua:/home/bell/mysql/bk/work-5.0
      
      
      mysql-test/r/subselect.result:
        Auto merged
      mysql-test/t/subselect.test:
        Auto merged
      0fa58981
    • unknown's avatar
      fixed test 'subselect' in case when innodb is not compiled in (thanks HF who niticed it) · 9a8c0762
      unknown authored
      
      mysql-test/r/subselect.result:
        test depends on innodb moved from 'subselect' to 'subselect_innodb'
      mysql-test/r/subselect_innodb.result:
        test depends on innodb moved from 'subselect' to 'subselect_innodb'
      mysql-test/t/subselect.test:
        test depends on innodb moved from 'subselect' to 'subselect_innodb'
      mysql-test/t/subselect_innodb.test:
        test depends on innodb moved from 'subselect' to 'subselect_innodb'
      9a8c0762
    • unknown's avatar
      Merge · 9b65f27a
      unknown authored
      
      configure.in:
        Auto merged
      ndb/src/kernel/blocks/dblqh/DblqhMain.cpp:
        Auto merged
      ndb/src/kernel/blocks/dbtc/DbtcMain.cpp:
        Auto merged
      ndb/test/ndbapi/testScan.cpp:
        Auto merged
      ndb/test/src/NDBT_Test.cpp:
        Auto merged
      ndb/test/run-test/daily-basic-tests.txt:
        SCCS merged
      9b65f27a
    • unknown's avatar
      Merge joreland@bk-internal.mysql.com:/home/bk/mysql-5.0 · 817ea908
      unknown authored
      into mysql.com:/home/jonas/src/mysql-5.0
      
      
      configure.in:
        Auto merged
      817ea908
    • unknown's avatar
      Merge joreland@bk-internal.mysql.com:/home/bk/mysql-4.1 · dc88f847
      unknown authored
      into mysql.com:/home/jonas/src/mysql-4.1
      
      dc88f847
    • unknown's avatar
      bug8262 - ndb · da00a33c
      unknown authored
        crash if scan is poped from queue before all attrinfo has arrived
      
      
      ndb/src/kernel/blocks/dblqh/DblqhMain.cpp:
        only restart scan if all attrinfo has arrived
        otherwise just set remove from queue and set state
      ndb/src/kernel/blocks/dbtc/DbtcMain.cpp:
        new error insert - force send attrinfo
      ndb/test/ndbapi/testScan.cpp:
        new test bug8262 many threads - scanning small tables
      ndb/test/run-test/daily-basic-tests.txt:
        run new test case in autotest
      da00a33c
  3. 05 Feb, 2005 13 commits
    • unknown's avatar
      result update after 4.1->5.0 merge · 976a77a6
      unknown authored
      
      mysql-test/r/drop_temp_table.result:
        result update
      976a77a6
    • unknown's avatar
      Merge · 8bd9d2db
      unknown authored
      
      BitKeeper/deleted/.del-acinclude.m4~f4ab416bac5003:
        Auto merged
      configure.in:
        Auto merged
      include/mysql.h:
        Auto merged
      scripts/Makefile.am:
        Auto merged
      mysql-test/r/drop_temp_table.result:
        SCCS merged
      sql/sql_base.cc:
        SCCS merged
      8bd9d2db
    • unknown's avatar
      Update test result · cff69743
      unknown authored
      
      mysql-test/r/type_date.result:
        Update results
      cff69743
    • unknown's avatar
      Merge bk-internal:/home/bk/mysql-5.0 · fefcedba
      unknown authored
      into mysql.com:/home/jimw/my/mysql-5.0-clean
      
      
      sql/item_func.cc:
        Auto merged
      fefcedba
    • unknown's avatar
      Merge spetrunia@bk-internal.mysql.com:/home/bk/mysql-5.0 · cfe815f7
      unknown authored
      into mysql.com:/home/psergey/mysql-5.0-outer-joins-cleanup
      
      
      sql/mysql_priv.h:
        Auto merged
      sql/table.h:
        Auto merged
      cfe815f7
    • unknown's avatar
      Outer joins cleanup: Remove TABLE::outer_join and use TABLE::maybe_null only... · e2c82051
      unknown authored
      Outer joins cleanup: Remove TABLE::outer_join and use TABLE::maybe_null only (2nd patch after Monty's comments).
      
      
      sql/mysql_priv.h:
        Outer joins cleanup: Remove TABLE::outer_join and use TABLE::maybe_null only.
      sql/opt_range.cc:
        Outer joins cleanup: Remove TABLE::outer_join and use TABLE::maybe_null only.
      sql/sql_base.cc:
        Outer joins cleanup: Remove TABLE::outer_join and use TABLE::maybe_null only.
      sql/sql_select.cc:
        Outer joins cleanup: Remove TABLE::outer_join and use TABLE::maybe_null only.
      sql/table.h:
        Outer joins cleanup: 
         * Remove TABLE::outer_join and use TABLE::maybe_null only.
         * Added comments.
      e2c82051
    • unknown's avatar
      Merge mskold@bk-internal.mysql.com:/home/bk/mysql-5.0 · d496d5c8
      unknown authored
      into mysql.com:/usr/local/home/marty/MySQL/mysql-5.0
      
      d496d5c8
    • unknown's avatar
    • unknown's avatar
      Merge gbichot@bk-internal.mysql.com:/home/bk/mysql-4.1 · 270fc99c
      unknown authored
      into mysql.com:/home/mysql_src/mysql-4.1-clean
      
      270fc99c
    • unknown's avatar
      Merge bk-internal.mysql.com:/home/bk/mysql-5.0 · 8d7c6cf4
      unknown authored
      into mysql.com:/home/my/mysql-5.0
      
      8d7c6cf4
    • unknown's avatar
      Fixed bug detected by sp-tests · f2b88748
      unknown authored
      Cleanup during reviews of new pushed code
      
      
      BUILD/compile-pentium-debug-max:
        Use --debug=full as default
      BUILD/compile-pentium-debug:
        Use --debug=full as default
      mysys/my_alloc.c:
        More debugging
      sql/item_func.cc:
        Cleanup new code
        Don't call insert_id() for last_insert_id(value) to avoid side effects
      sql/item_subselect.cc:
        Fixed DBUG output
      sql/sp_head.cc:
        Simple cleanup
      sql/sql_lex.cc:
        Moved usage of arguments first in lex_start to make their usage clearer
        Remove sl->expr_list.deleete_elements() becasue:
        - It didn't do anything (delete_elements on a list of list is a no-op operation)
        - The deleted for loop used SELECT_LEX elements that was allocated in mysql_new_select() in sp-head, but freed
        when sphead->mem_root was freed. (delete sphead doesn't remove used SELECT_LEX elements from the global all_selects_list)
      sql/sql_parse.cc:
        More DBUG entries
      f2b88748
    • unknown's avatar
      Merge joreland@bk-internal.mysql.com:/home/bk/mysql-5.0 · 0790c9fc
      unknown authored
      into mysql.com:/home/jonas/src/mysql-5.0
      
      
      mysql-test/mysql-test-run.sh:
        Auto merged
      0790c9fc
    • unknown's avatar
      Merge joreland@bk-internal.mysql.com:/home/bk/mysql-4.1 · 9167a8da
      unknown authored
      into mysql.com:/home/jonas/src/mysql-4.1
      
      
      configure.in:
        Auto merged
      9167a8da
  4. 04 Feb, 2005 4 commits
    • unknown's avatar
      Merge spetrunia@bk-internal.mysql.com:/home/bk/mysql-4.1 · b63fda51
      unknown authored
      into mysql.com:/home/psergey/mysql-4.1-bug7816
      
      b63fda51
    • unknown's avatar
      Merge mysql.com:/home/psergey/mysql-4.1-bug7816 · 4efe166c
      unknown authored
      into mysql.com:/home/psergey/mysql-5.0-bug7716
      
      
      sql/item_cmpfunc.cc:
        Auto merged
      sql/sql_string.h:
        Auto merged
      4efe166c
    • unknown's avatar
      A fix for Bug#6273 "building fails on link": we should not use · c03926d5
      unknown authored
      CLIENT_LIBS in mysql_config as CLIENT_LIBS point to builddir when
      we use the bundled zlib.
      
      
      acinclude.m4:
        Extend MYSQL_CHECK_ZLIB_WITH_COMPRESS m4 macro to substitute ZLIB_DEPS -
        this is a special version of ZLIB_LIBS to use in mysql_config
      configure.in:
        Remove NON_THREADED_CLIENT_LIBS which weren't really 
        NON_THREADED_CLIENT_LIBS and use NON_THREADED_LIBS instead.
        AC_SUBST NON_THREADED_LIBS and STATIC_NSS_FLAGS as they're now
        needed inside mysql_config.sh
      scripts/Makefile.am:
        Add STATIC_NSS_FLAGS, NON_THREADED_LIBS and ZLIB_DEPS to sed 
        substitution list.
      scripts/mysql_config.sh:
        We can't use CLIENT_LIBS as in case when we use the bundled zlib
        it has a reference to $(top_builddir)/zlib.
        libs and libs_r now need to be specified explicitly.
      zlib/Makefile.am:
        Install libz.la in case it's used by MySQL: this way we guarantee
        that paths printed by mysql_config are valid in all cases.
      c03926d5
    • unknown's avatar
      Backport of ChangeSet 1.1845 05/02/04 13:53:16 guilhem@mysql.com +1 -0 from 5.0. · 0c22eaa9
      unknown authored
      Proposal to fix this problem: when using libmysqlclient, you must call mysql_server_end() to nicely free memory at the end
      of your program; it however sounds weird to call a function named *SERVER_end* when you're the CLIENT (you're not ending the server, you're ending
      your ability to talk to servers). So here I add two defines which should be more generic names. Our manual
      mentions these functions only for libmysqld API so needs some fixing, and then we can close BUG#8099 and BUG#6149.
      
      
      include/mysql.h:
        Creating synonyms (defines): mysql_library_init for mysql_server_init, mysql_library_end for mysql_server_end;
        these new names are more generic, so suitable when using libmysqlclient as well as libmysqld.
      0c22eaa9