1. 06 Mar, 2006 2 commits
  2. 04 Mar, 2006 4 commits
    • unknown's avatar
      Merge pchardin@bk-internal.mysql.com:/home/bk/mysql-5.1-new · baa7cf94
      unknown authored
      into  mysql.com:/home/cps/mysql/devel/5.1-cleanup
      
      
      sql/mysql_priv.h:
        Auto merged
      sql/set_var.cc:
        Auto merged
      baa7cf94
    • unknown's avatar
      Remove unused thd->options's flag -- OPTION_UPDATE_LOG · 422d11c2
      unknown authored
      The update log itself was removed back in 5.0. Recommit
      with post-review fixes.
      
      
      sql/log.cc:
        OPTION_UPDATE_LOG was set in all threads but replication ones.
        So, it seems that the check filtered out slow log records from
        replication threads. Now we do it with explicit check.
      sql/mysql_priv.h:
        remove unused define
      sql/mysqld.cc:
        Do not set OPTION_UPDATE_LOG. It is not used anymore.
      sql/set_var.cc:
        We never check for OPTION_UPDATE_LOG. So, we should not bother setting it.
      422d11c2
    • unknown's avatar
      Merge rburnett@bk-internal.mysql.com:/home/bk/mysql-5.1-new · f2de9e82
      unknown authored
      into  big_geek.:C:/Work/mysql/mysql-5.1
      
      
      f2de9e82
    • unknown's avatar
      Some cmake script fixes · 8f84c9f9
      unknown authored
      
      win/cmakefiles/client:
        fix dependencies
      win/cmakefiles/libmysql:
        fix dependencies
      win/cmakefiles/regex:
        removed definitions defined here.  They are defined globally
      win/cmakefiles/strings:
        removed definitions defined here.  They are defined globally
      win/cmakefiles/tests:
        fixed dependencies
      win/cmakefiles/vio:
        removed definitions defined here.  They are defined globally
      win/cmakefiles/zlib:
        removed definitions defined here.  They are defined globally
      8f84c9f9
  3. 03 Mar, 2006 13 commits
    • unknown's avatar
      Merge snake-hub.snake.net:/src/extern/MySQL/bk/mysql-5.0-clone · 40b55ac6
      unknown authored
      into  snake-hub.snake.net:/src/extern/MySQL/bk/mysql-5.1-clone
      
      
      client/mysqltest.c:
        Auto merged
      40b55ac6
    • unknown's avatar
      Merge snake-hub.snake.net:/src/extern/MySQL/bk/mysql-4.1-clone · 91b3447c
      unknown authored
      into  snake-hub.snake.net:/src/extern/MySQL/bk/mysql-5.0-clone
      
      
      client/mysqltest.c:
        Auto merged
      91b3447c
    • unknown's avatar
      mysqltest.c: · d8af174a
      unknown authored
        Typos.
      
      
      client/mysqltest.c:
        Typos.
      d8af174a
    • unknown's avatar
      mysqltest.c: · 3d997647
      unknown authored
        Better fix for do_sleep().
      
      
      client/mysqltest.c:
        Better fix for do_sleep().
      3d997647
    • unknown's avatar
      mysql-stress-test.pl, README.stress: · f31783cc
      unknown authored
        Revise stress-test README
      
      
      mysql-test/README.stress:
        Revise stress-test README
      mysql-test/mysql-stress-test.pl:
        Revise stress-test README
      f31783cc
    • unknown's avatar
      Merge mysql.com:/home/mydev/mysql-5.1 · 405177f1
      unknown authored
      into  mysql.com:/home/mydev/mysql-5.1-bug11527
      
      
      405177f1
    • unknown's avatar
      Merge mysql.com:/extern/mysql/bk/mysql-5.1-new · 6ef92d62
      unknown authored
      into  mysql.com:/extern/mysql/5.1/generic/mysql-5.1-new
      
      
      6ef92d62
    • unknown's avatar
      Merge abarkov@bk-internal.mysql.com:/home/bk/mysql-5.1-new · 73e4c474
      unknown authored
      into  mysql.com:/usr/home/bar/mysql-5.1-new.b16316
      
      
      73e4c474
    • unknown's avatar
      Merge mysql.com:/extern/mysql/bk/mysql-5.1-new · d9773c13
      unknown authored
      into  mysql.com:/extern/mysql/5.1/generic/mysql-5.1-new
      
      
      d9773c13
    • unknown's avatar
      Merge mysql.com:/extern/mysql/5.0/bug17476/mysql-5.0 · 5a78cd7a
      unknown authored
      into  mysql.com:/extern/mysql/5.1/generic/mysql-5.1-new
      
      
      mysql-test/mysql-test-run.pl:
        Auto merged
      mysql-test/mysql-test-run.sh:
        Auto merged
      mysql-test/r/grant2.result:
        Auto merged
      mysql-test/r/sp.result:
        Auto merged
      mysql-test/t/grant2.test:
        Auto merged
      mysql-test/t/skip_grants.test:
        Auto merged
      mysql-test/t/sp.test:
        Auto merged
      scripts/make_binary_distribution.sh:
        Auto merged
      sql/field_conv.cc:
        Auto merged
      sql/item.h:
        Auto merged
      sql/item_timefunc.cc:
        Auto merged
      sql/sql_udf.cc:
        Auto merged
      VC++Files/mysql.sln:
        Manual merge (use local).
      configure.in:
        Manual merge.
      sql/table.cc:
        Manual merge.
      5a78cd7a
    • unknown's avatar
      ndb - blob tables vs dict cache : patch 2 - bug#17761 (maybe) · 7464c9f3
      unknown authored
      
      storage/ndb/src/ndbapi/NdbDictionaryImpl.cpp:
        by-pass dict cache when creating blob event op
        does get event using table stored under main event op
        in preparation to remove blob tables from dict cache
      storage/ndb/src/ndbapi/NdbDictionaryImpl.hpp:
        by-pass dict cache when creating blob event op
        does get event using table stored under main event op
        in preparation to remove blob tables from dict cache
      storage/ndb/src/ndbapi/NdbEventOperationImpl.cpp:
        by-pass dict cache when creating blob event op
        does get event using table stored under main event op
        in preparation to remove blob tables from dict cache
      storage/ndb/src/ndbapi/NdbEventOperationImpl.hpp:
        by-pass dict cache when creating blob event op
        does get event using table stored under main event op
        in preparation to remove blob tables from dict cache
      7464c9f3
    • unknown's avatar
      Merge mysql.com:/home/mydev/mysql-5.1 · 026fd270
      unknown authored
      into  mysql.com:/home/mydev/mysql-5.1-bug11527
      
      
      026fd270
    • unknown's avatar
      Expanding a binary field should result in 0x00-filled positions, not 0x20 · e2ba74b8
      unknown authored
      (ASCII space).  For Bug#16857.
      
      
      sql/field_conv.cc:
        Bug#16857:  Do not expand BINARY fields as if they are strings (which 
        presumably /should/ be filled with spaces).  Instead, fill BINARY fields
        with 0x00 bytes.
      e2ba74b8
  4. 02 Mar, 2006 21 commits