1. 24 Jan, 2006 1 commit
    • unknown's avatar
      bug #14354 - data directory and index directory not working for partitions · f3754552
      unknown authored
      
      mysql-test/r/partition_mgm_err.result:
        only the single drop table since we have disabled query logging for the create table
      mysql-test/t/partition_mgm_err.test:
        test for bug #14354
        first make sure /tmp/bug14354 is not there, then make the dir
        create a partitioned table with the partition using
        /tmp/bug14354 as it's data dir
        we are disabling query logging since we are using $MYSQL_TEST_DIR
        and we are not certain where the tmp files will be created.
      sql/ha_partition.cc:
        pass partition filename with pathname into 
        set_up_table_before_create.
        
        remove the path from the passed in value and then append the filename
        to the data_file_name or index_file_name if those values were
        specified.
      sql/ha_partition.h:
        added partition_name_with_path to set_up_table_before_create
      sql/mysql_priv.h:
        move append_file_to_dir to mysql_priv.h
      sql/sql_parse.cc:
        moving append_file_to_dir to mysql_priv.h
      sql/sql_partition.cc:
        add_keyword_string was not writing keyword value with quotes
      f3754552
  2. 16 Jan, 2006 9 commits
  3. 15 Jan, 2006 5 commits
    • unknown's avatar
      ndb - fix ndb_restore on solaris · 0a5a8a51
      unknown authored
        Fix alignment changes in tup page header
      
      
      storage/ndb/src/kernel/blocks/dbtup/Undo_buffer.cpp:
        Fix alignment changes in tup page header
      storage/ndb/src/kernel/blocks/suma/Suma.hpp:
        Fix alignment changes in tup page header
      0a5a8a51
    • unknown's avatar
      Merge perch.ndb.mysql.com:/home/jonas/src/51-ndb · ec67a6a3
      unknown authored
      into  perch.ndb.mysql.com:/home/jonas/src/51-new
      
      
      ec67a6a3
    • unknown's avatar
      ndb dd - · ebf57797
      unknown authored
        Change default page buffer cache size
      
      
      mysql-test/ndb/ndb_config_1_node.ini:
        Add configuration of page buffer
      mysql-test/ndb/ndb_config_2_node.ini:
        Add configuration of page buffer
      mysql-test/ndb/ndb_config_4_node.ini:
        Add configuration of page buffer
      mysql-test/ndb/ndbcluster.sh:
        Add configuration of page buffer
      storage/ndb/include/kernel/ndb_limits.h:
        Hard code some limits (for now)...
      storage/ndb/include/mgmapi/mgmapi_config_parameters.h:
        Add configuration of page buffer
      storage/ndb/src/kernel/blocks/cmvmi/Cmvmi.cpp:
        Add configuration of page buffer
      storage/ndb/src/kernel/blocks/pgman.cpp:
        Add configuration of page buffer
      storage/ndb/src/kernel/blocks/restore.cpp:
        Add configuration of page buffer
      storage/ndb/src/mgmsrv/ConfigInfo.cpp:
        Change default page buffer caches from 1M (only used for testing) to realistic 64M
      ebf57797
    • unknown's avatar
      Merge aivanov@bk-internal.mysql.com:/home/bk/mysql-5.1-new · 1d5a5ae0
      unknown authored
      into  mysql.com:/home/alexi/dev/mysql-5.1-studio
      
      
      sql/log_event.cc:
        Auto merged
      sql/sql_class.cc:
        Auto merged
      1d5a5ae0
    • unknown's avatar
      Changes to avoid compilation errors in MS Visual Studio 7.1 · 8e9cabb1
      unknown authored
       (reviewed by Mats)
      
      
      sql/log_event.cc:
        Changes to avoid compilation errors in MS Visual Studio 7.1
      sql/sql_class.cc:
        Changes to avoid compilation errors in MS Visual Studio 7.1
      8e9cabb1
  4. 14 Jan, 2006 1 commit
    • unknown's avatar
      Solaris compile fixes. · eade034f
      unknown authored
      
      sql/handler.cc:
        Fix missing return value, caused Solaris compile failure.
      eade034f
  5. 13 Jan, 2006 24 commits