1. 08 Apr, 2006 1 commit
    • unknown's avatar
      BUG#18198: Errors due to too much allowed in partition functions · 6e62a9f2
      unknown authored
      Added functions to enable/disable allowed/disallowed partition functions
      
      
      sql/item.h:
        Added functions to enable/disable allowed/disallowed partition functions
      sql/item_cmpfunc.h:
        Added functions to enable/disable allowed/disallowed partition functions
      sql/item_func.h:
        Added functions to enable/disable allowed/disallowed partition functions
      sql/item_strfunc.h:
        Added functions to enable/disable allowed/disallowed partition functions
      sql/item_timefunc.h:
        Added functions to enable/disable allowed/disallowed partition functions
      sql/item_xmlfunc.h:
        Added functions to enable/disable allowed/disallowed partition functions
      sql/partition_info.cc:
        Added functions to enable/disable allowed/disallowed partition functions
      sql/share/errmsg.txt:
        Added new error message
      6e62a9f2
  2. 05 Apr, 2006 11 commits
    • unknown's avatar
      Merge mikael@orca:/home/mikael/bug18198 · 740be361
      unknown authored
      into  mikael-ronstr-ms-dator.local:/Users/mikron/bug18198
      
      740be361
    • unknown's avatar
      Remove dead code from BUILD/ scripts: $debug_extra_warnings is · 6a5964be
      unknown authored
      never defined.
      It was used at some point to add -Wuninitialized to debug flags, 
      but not any more. If there is still need to add -Wunitialized,
      it can be added directly to $global_warnings.
      
      
      BUILD/compile-amd64-debug-max-no-ndb:
        Remove a no-op.
      BUILD/compile-amd64-debug-max:
        Remove a no-op.
      BUILD/compile-darwin-mwcc:
        Remove a no-op.
      BUILD/compile-pentium-debug-max-no-embedded:
        Remove a no-op.
      BUILD/compile-pentium-debug-max-no-ndb:
        Remove a no-op.
      BUILD/compile-pentium-debug-max:
        Remove a no-op.
      BUILD/compile-pentium-debug-openssl:
        Remove a no-op.
      BUILD/compile-pentium-debug-yassl:
        Remove a no-op.
      BUILD/compile-pentium-debug:
        Remove a no-op.
      BUILD/compile-pentium-mysqlfs-debug:
        Remove a no-op.
      BUILD/compile-pentium-valgrind-max:
        Remove a no-op.
      BUILD/compile-pentium64-debug-max:
        Remove a no-op.
      BUILD/compile-pentium64-debug:
        Remove a no-op.
      BUILD/compile-pentium64-valgrind-max:
        Remove a no-op.
      BUILD/compile-ppc-debug-max-no-ndb:
        Remove a no-op.
      BUILD/compile-ppc-debug-max:
        Remove a no-op.
      BUILD/compile-ppc-debug:
        Remove a no-op.
      6a5964be
    • unknown's avatar
      Merge mysql.com:/home/bkroot/mysql-5.1-new · b2b98c44
      unknown authored
      into  mysql.com:/home/bk/b18436-mysql-5.1-new
      
      b2b98c44
    • unknown's avatar
      Merge mysql.com:/home/bkroot/mysql-5.1-new · 3b0336bb
      unknown authored
      into  mysql.com:/home/bk/b18436-mysql-5.1-new
      
      3b0336bb
    • unknown's avatar
      Remove dead code from BUILD/ scripts. · a5b16e49
      unknown authored
      
      BUILD/SETUP.sh:
        Remove dead options.
      BUILD/compile-amd64-debug-max-no-ndb:
        Remove dead options.
      BUILD/compile-amd64-debug-max:
        Remove dead options.
      BUILD/compile-amd64-max:
        Remove dead options.
      BUILD/compile-darwin-mwcc:
        Remove dead options.
      BUILD/compile-pentium-debug-max-no-embedded:
        Remove dead options.
      BUILD/compile-pentium-debug-max-no-ndb:
        Remove dead options.
      BUILD/compile-pentium-debug-max:
        Remove dead options.
      BUILD/compile-pentium-icc-valgrind-max:
        Remove dead options.
      BUILD/compile-pentium-max:
        Remove dead options.
      BUILD/compile-pentium-valgrind-max:
        Remove dead options. There is no ISAM any more.
      BUILD/compile-pentium64-debug-max:
        Remove dead options.
      BUILD/compile-pentium64-valgrind-max:
        Remove dead options. There is no ISAM any more.
      BUILD/compile-ppc-debug-max-no-ndb:
        Remove dead options.
      BUILD/compile-ppc-debug-max:
        Remove dead options.
      BUILD/compile-ppc-max:
        Remove dead options.
      a5b16e49
    • unknown's avatar
      Makefile.am: · 8c2ef07b
      unknown authored
        After merge correction
      
      
      libmysqld/Makefile.am:
        After merge correction
      8c2ef07b
    • unknown's avatar
      Merge mysql.com:/home/bkroot/mysql-5.1-new · 087a0120
      unknown authored
      into  mysql.com:/home/bk/b18436-mysql-5.1-new
      
      087a0120
    • unknown's avatar
      BUG#18198: Too much expressiveness in partition function allowed · 2d571860
      unknown authored
      Fixed the error check
      
      
      sql/partition_info.cc:
        Fixed the error check
      2d571860
    • unknown's avatar
      BUG#18198: Too much expressiveness in partition functions allowed · 279b8721
      unknown authored
      First step
      
      
      sql/item.h:
        Add function to check for partition function whether allowed or not.
        In this first step allow only a field on its own.
        Further steps will add a lot more possibilities.
      sql/partition_info.cc:
        Add a check whether the partition function is allowed by walking the
        partition function expression.
      sql/share/errmsg.txt:
        Add a new error code for partition function not allowed
      279b8721
    • unknown's avatar
      Merge mysql.com:/Users/kent/mysql/bk/tmp_merge · a25758b5
      unknown authored
      into mysql.com:/Users/kent/mysql/bk/mysql-5.1-new
      
      
      config/ac-macros/yassl.m4:
        Auto merged
      libmysql/Makefile.am:
        Auto merged
      libmysql_r/Makefile.am:
        Auto merged
      netware/BUILD/compile-linux-tools:
        Auto merged
      a25758b5
    • unknown's avatar
      Merge mysql.com:/home/bkroot/mysql-5.1-new · 2b53cc29
      unknown authored
      into  mysql.com:/home/bk/b18436-mysql-5.1-new
      
      2b53cc29
  3. 04 Apr, 2006 14 commits
  4. 03 Apr, 2006 13 commits
    • unknown's avatar
      BUG#18659: In get_part_iter_for_interval_via_walking(), when we need to · 8b348cac
      unknown authored
      obtain partition number, call partition_info->get_part_partition_id() when
      the table has subpartitions, and get_partition_id() otherwise. (The bug
      was that we were always doing the latter)
      
      
      mysql-test/r/partition_pruning.result:
        Testcase for BUG#18659
      mysql-test/t/partition_pruning.test:
        Testcase for BUG#18659
      8b348cac
    • unknown's avatar
      include example storage engines in max build · 730ae99b
      unknown authored
      730ae99b
    • unknown's avatar
      Bug #18596 binlog schema event auto push causes mysqld errors · 00602717
      unknown authored
      - move slock bitmask to separate hash list, object living only during query
      
      
      sql/ha_ndbcluster.h:
        Bug #18596 binlog schema event auto push causes mysqld errors
      00602717
    • unknown's avatar
      .libs is no longer used when compiling netware · 45bad602
      unknown authored
      
      netware/BUILD/compile-linux-tools:
        .libs/sql is no longer used when compiling netware
      45bad602
    • unknown's avatar
      Merge mysql.com:/home/bkroot/mysql-5.1-new · a2a7f768
      unknown authored
      into  mysql.com:/home/bk/b18436-mysql-5.1-new
      
      a2a7f768
    • unknown's avatar
      yassl link problem fixed · aa53b26d
      unknown authored
      
      config/ac-macros/yassl.m4:
        typo
      libmysql/Makefile.am:
        move common code to Makefile.shared
      libmysql/Makefile.shared:
        move common code to Makefile.shared
      libmysql_r/Makefile.am:
        move common code to Makefile.shared
      aa53b26d
    • unknown's avatar
      Merge bk-internal:/home/bk/mysql-5.1-new · 52eabc93
      unknown authored
      into mysql.com:C:/cygwin/home/mysqldev/my/mysql-5.1-new
      
      52eabc93
    • unknown's avatar
      Missing file in last commit. · b7fe8897
      unknown authored
      b7fe8897
    • unknown's avatar
      Add embedded server build to the CMake build files. · 32afa345
      unknown authored
      
      cmakelists.txt:
        Move configure processing to top-level cmakelists.txt so that it can be
        shared by mysqld and libmysqld.
      libmysqld/lib_sql.cc:
        Temporary #ifdef to allow building from both bitkeeper sources and windows source package.
      libmysqld/libmysqld.def:
        Add export missing for test_libmysqld
      sql/cmakelists.txt:
        Move configure processing to top-level cmakelists.txt so that it can be
        shared by mysqld and libmysqld.
      sql/mysqld.cc:
        #ifdef out code that is not used, nor compiles, in embedded server.
      strings/cmakelists.txt:
        Add some missing sources to fix embedded server build.
      32afa345
    • unknown's avatar
      Merge · 291d8745
      unknown authored
      
      scripts/mysql_install_db.sh:
        Auto merged
      291d8745
    • unknown's avatar
      Makefile.am: · 75553aba
      unknown authored
        Distribute mysql-test-run.pl
      
      
      mysql-test/Makefile.am:
        Distribute mysql-test-run.pl
      75553aba
    • unknown's avatar
      Merge mysql.com:/Users/kent/mysql/bk/mysql-4.0 · 86a8a0e9
      unknown authored
      into mysql.com:/Users/kent/mysql/bk/mysql-4.1-new
      
      
      scripts/mysql_install_db.sh:
        Auto merged
      86a8a0e9
    • unknown's avatar
      mysql_install_db.sh, MySQLEULA.txt, mysql_install_db.c: · 6e636278
      unknown authored
        Changed web address order.mysql.com to shop.mysql.com
      
      
      netware/mysql_install_db.c:
        Changed web address order.mysql.com to shop.mysql.com
      Docs/MySQLEULA.txt:
        Changed web address order.mysql.com to shop.mysql.com
      scripts/mysql_install_db.sh:
        Changed web address order.mysql.com to shop.mysql.com
      6e636278
  5. 02 Apr, 2006 1 commit
    • unknown's avatar
      Makefile.am: · c8fb1c17
      unknown authored
        Install Perl mysql-test-run into test directory
      
      
      mysql-test/Makefile.am:
        Install Perl mysql-test-run into test directory
      c8fb1c17