1. 03 May, 2004 7 commits
    • unknown's avatar
      trying to remove Windows compiler warnings (Miguel, could you please check if it's better now?) · 29d9bf35
      unknown authored
      
      innobase/eval/eval0eval.c:
        explicit cast
      sql/ha_innodb.cc:
        removed unused variable
      29d9bf35
    • unknown's avatar
      Merge bk-internal:/home/bk/mysql-4.1/ · 7a241510
      unknown authored
      into serg.mylan:/usr/home/serg/Abk/mysql-4.1
      
      7a241510
    • unknown's avatar
      per special request from Ingo :) · eee91004
      unknown authored
      eee91004
    • unknown's avatar
      Merge mysql.com:/home/mydev/mysql-4.1 · f016e30e
      unknown authored
      into mysql.com:/home/mydev/mysql-4.1-wl1700-diff
      
      
      sql/mysqld.cc:
        Auto merged
      f016e30e
    • unknown's avatar
      WL#1700 - Properly count key_blocks_used and key_blocks_current. · 14bdccb2
      unknown authored
      Introduced a new free blocks list. Free blocks are now re-used before
      new blocks are allocated from the pool. There is a new status variable 
      which can be queried by "show status like key_blocks_unused".
      
      
      include/keycache.h:
        WL#1700 - Properly count key_blocks_used and key_blocks_current.
        free_block_list is the new free blocks list. It is implemented like a stack (LIFO).
        blocks_unused holds the number of never used blocks plus the number of blocks in the free list.
        Removed the variable global_blocks_used, as it was always the same as blocks_used.
      mysql-test/r/key_cache.result:
        WL#1700 - Properly count key_blocks_used and key_blocks_current.
        Inserted some commands which show how key_blocks_used and key_blocks_unused work.
      mysql-test/t/key_cache.test:
        WL#1700 - Properly count key_blocks_used and key_blocks_current.
        Inserted some commands which show how key_blocks_used and key_blocks_unused work.
      mysys/mf_keycache.c:
        WL#1700 - Properly count key_blocks_used and key_blocks_current.
        Introduced a new free blocks list. The introductory comment says it all (I hope).
        Removed the variable global_blocks_used, as it was always the same as blocks_used.
      sql/mysqld.cc:
        WL#1700 - Properly count key_blocks_used and key_blocks_current.
        The blocks_unused count can be queried by "show status like key_blocks_unused".
        Removed the variable global_blocks_used, as it was always the same as blocks_used.
        Introduced SHOW_KEY_CACHE_CONST_LONG for status variables that
        must not be modified (i.e. flushed to zero).
      sql/sql_show.cc:
        WL#1700 - Properly count key_blocks_used and key_blocks_current.
        Introduced SHOW_KEY_CACHE_CONST_LONG for status variables that
        must not be modified (i.e. flushed to zero).
      sql/sql_test.cc:
        WL#1700 - Properly count key_blocks_used and key_blocks_current.
        Removed the variable global_blocks_used, as it was always the same as blocks_used.
      sql/structs.h:
        WL#1700 - Properly count key_blocks_used and key_blocks_current.
        Introduced SHOW_KEY_CACHE_CONST_LONG for status variables that
        must not be modified (i.e. flushed to zero).
      14bdccb2
    • unknown's avatar
      - enabled compiling with NDB cluster in compile-pentium-debug-max · 0fcb508b
      unknown authored
      
      BUILD/compile-pentium-debug-max:
         - enable compiling with NDB cluster
      0fcb508b
    • unknown's avatar
      mysql-test-run: -start-from added, cleanup · 19bf8a7e
      unknown authored
      
      mysql-test/mysql-test-run.sh:
        -start-from added
        cleanup
      19bf8a7e
  2. 01 May, 2004 3 commits
  3. 30 Apr, 2004 12 commits
  4. 29 Apr, 2004 12 commits
    • unknown's avatar
      Merge bk-internal.mysql.com:/home/bk/mysql-4.1 · 9cba14c1
      unknown authored
      into mysql.com:/home/kostja/mysql/mysql-4.1-u2
      
      
      include/mysql.h:
        Auto merged
      libmysql/libmysql.c:
        Auto merged
      sql/sql_prepare.cc:
        Auto merged
      tests/client_test.c:
        Auto merged
      9cba14c1
    • unknown's avatar
      Fix for Bug#3035 "Prepared statement integer inserts": now unsigned · b8585472
      unknown authored
      flag is sent to server with placeholder types.
      There were no need to extend the protocol as one additional byte
      was reserved for placeholder code, when placeholder code is in range 0-255.
      So this byte is now used for flags. Post-review fixes added.
      
      
      include/config-win.h:
        added floaststore implementation
      include/my_global.h:
        added floatstore implementation
      include/mysql.h:
        Bug#3035:
        added 'is_unsigned' member
        binary_data wasn't used, removed
        null_field wasn't necessary, removed
      include/mysql_com.h:
        Unused defines were removed.
      libmysql/libmysql.c:
        Function store_param_type was removed - too much for a function, especially
        with bug in it.
        New implementation is inline and takes into account signedness of 
        placeholder.
        Fixed store functions to not perform double network-host order conversion
        on high-byte-first systems (should also fix Bug#3578 "Prepared statement 
        integer conversions work wrong in 64-bit Power Mac G5 CPUs").
        null_field removed.
      sql/sql_prepare.cc:
        Placeholder sign is taken into account when reading data from network.
      tests/client_test.c:
        Test for BUG#3035 added: insert and retrieve minimum and maximum of all
        integer types.
      b8585472
    • unknown's avatar
      Merge bk-internal.mysql.com:/home/bk/mysql-4.1 · 1d36e9ff
      unknown authored
      into mysql.com:/home/kostja/mysql/mysql-4.1-root
      
      1d36e9ff
    • unknown's avatar
      Implementation of mysql_stmt_attr_get and mysql_stmt_attr_set · 858856d5
      unknown authored
      requested by Monty for Bug#1647 (No way to determine what size 
      blob/clob is being returned into bound buffer)
      
      
      include/mysql.h:
        Implementation of mysql_stmt_attr_get and mysql_stmt_attr_set 
        requested by Monty for Bug#1647.
      libmysql/libmysql.c:
        Implementation of mysql_stmt_attr_get and mysql_stmt_attr_set 
        requested by Monty for Bug#1647.
      libmysql/libmysql.def:
        Windows .defs added for new API calls
      858856d5
    • unknown's avatar
      Merge tulin@bk-internal.mysql.com:/home/bk/mysql-4.1 · 082383f1
      unknown authored
      into mc05.(none):/space/tomas/mysql-4.1-make
      
      082383f1
    • unknown's avatar
      Merge spetrunia@bk-internal.mysql.com:/home/bk/mysql-4.1 · 429f996a
      unknown authored
      into mysql.com:/dbdata/psergey/mysql-4.1-my-ps-bugs
      
      
      tests/client_test.c:
        Auto merged
      429f996a
    • unknown's avatar
      SrcDist.sh, Epilogue.mk: · 834aa383
      unknown authored
        improved distdir
      
      
      ndb/Epilogue.mk:
        improved distdir
      ndb/SrcDist.sh:
        improved distdir
      834aa383
    • unknown's avatar
      configure.in: · be96b613
      unknown authored
        added configure options PACKAGE and VERSION for ndb
      GuessConfig.sh:
        added options for PACKAGE and VERSION
      Epilogue.mk:
        Added target distdir
      
      
      ndb/Epilogue.mk:
        Added target distdir
      ndb/config/GuessConfig.sh:
        added options for PACKAGE and VERSION
      configure.in:
        added configure options PACKAGE and VERSION for ndb
      be96b613
    • unknown's avatar
      SrcDist.sh: · 8a8acc6b
      unknown authored
        new file
      
      8a8acc6b
    • unknown's avatar
      - added option for building/packaging the NDB cluster to Do-compile · 09b44a9e
      unknown authored
      
      Build-tools/Do-compile:
         - added option for building/packaging the NDB cluster
      09b44a9e
    • unknown's avatar
      Merge bk-internal:/home/bk/mysql-4.1/ · ef19df96
      unknown authored
      into serg.mylan:/usr/home/serg/Abk/mysql-4.1
      
      ef19df96
    • unknown's avatar
      postreview fixes · cca7fc87
      unknown authored
      cca7fc87
  5. 28 Apr, 2004 2 commits
    • unknown's avatar
      Allow one to send empty strings with mysql_stmt_send_long_data() · 752f4e7b
      unknown authored
      mysql_stmt_reset() now resets param->long_data_used
      Abort if --defaults-file=path-name uses a non-existing file (Bug #3413)
      Fixed problem with symlink test (bug in 4.1.2)
      
      
      libmysql/libmysql.c:
        Allow one to send empty strings with mysql_stmt_send_long_data()
        mysql_stmt_reset() now resets param->long_data_used
      mysys/default.c:
        Abort if --defaults-file=path-name uses a non-existing file (Bug #3413)
      sql/unireg.cc:
        Fixed problem with symlink test:  .frm table was not properly deleted if handler create failed
      752f4e7b
    • unknown's avatar
      removed ndb odbc from compile and release · 9c2b3277
      unknown authored
      9c2b3277
  6. 27 Apr, 2004 4 commits