1. 07 Mar, 2006 1 commit
    • unknown's avatar
      Bug #17139: Partitions: unprivileged user can effectively drop table · 6668cb79
      unknown authored
      Now the DROP privilege is also required on a table in order to be able
      to drop a partition from the table using ALTER TABLE.
      
      
      sql/sql_parse.cc:
        Require DROP privilege in addition to ALTER for dropping a partition
      mysql-test/r/partition_grant.result:
        New BitKeeper file ``mysql-test/r/partition_grant.result''
      mysql-test/t/partition_grant.test:
        New BitKeeper file ``mysql-test/t/partition_grant.test''
      6668cb79
  2. 06 Mar, 2006 29 commits
  3. 05 Mar, 2006 1 commit
    • unknown's avatar
      ndb - bug#17761 blob tables patch 3a [requires next patch 3b] · da076694
      unknown authored
      
      storage/ndb/include/kernel/signaldata/DictTabInfo.hpp:
        parse blob table name (temp hack)
      storage/ndb/src/common/debugger/signaldata/DictTabInfo.cpp:
        parse blob table name (temp hack)
      storage/ndb/src/ndbapi/DictCache.cpp:
        do not put blob tables in ndb api dict cache
        main table is cached and blob tables are owned by its blob columns
      storage/ndb/src/ndbapi/Ndb.cpp:
        do not put blob tables in ndb api dict cache
        main table is cached and blob tables are owned by its blob columns
      storage/ndb/src/ndbapi/NdbDictionaryImpl.cpp:
        do not put blob tables in ndb api dict cache
        main table is cached and blob tables are owned by its blob columns
      storage/ndb/src/ndbapi/NdbDictionaryImpl.hpp:
        do not put blob tables in ndb api dict cache
        main table is cached and blob tables are owned by its blob columns
      da076694
  4. 04 Mar, 2006 4 commits
    • unknown's avatar
      Merge pchardin@bk-internal.mysql.com:/home/bk/mysql-5.1-new · 02a0b477
      unknown authored
      into  mysql.com:/home/cps/mysql/devel/5.1-cleanup
      
      
      sql/mysql_priv.h:
        Auto merged
      sql/set_var.cc:
        Auto merged
      02a0b477
    • unknown's avatar
      Remove unused thd->options's flag -- OPTION_UPDATE_LOG · d7ff7cb2
      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.
      d7ff7cb2
    • unknown's avatar
      Merge rburnett@bk-internal.mysql.com:/home/bk/mysql-5.1-new · db6c093e
      unknown authored
      into  big_geek.:C:/Work/mysql/mysql-5.1
      
      db6c093e
    • unknown's avatar
      Some cmake script fixes · 1063b0be
      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
      1063b0be
  5. 03 Mar, 2006 5 commits