1. 04 Aug, 2006 3 commits
  2. 03 Aug, 2006 13 commits
  3. 02 Aug, 2006 8 commits
    • unknown's avatar
      Merge neptunus.(none):/home/msvensson/mysql/mysql-5.1 · 237d867f
      unknown authored
      into  neptunus.(none):/home/msvensson/mysql/mysql-5.1-new-maint
      
      
      mysql-test/mysql-test-run.pl:
        Auto merged
      mysql-test/t/disabled.def:
        SCCS merged
      237d867f
    • unknown's avatar
    • unknown's avatar
      ndb - · 44c29ca3
      unknown authored
        make Dblqh use OM_AUTO_SYNC
      
      
      storage/ndb/include/kernel/signaldata/FsOpenReq.hpp:
        make Dblqh us OM_AUTO_SYNC
      storage/ndb/src/kernel/blocks/dblqh/Dblqh.hpp:
        make Dblqh us OM_AUTO_SYNC
      storage/ndb/src/kernel/blocks/dblqh/DblqhMain.cpp:
        make Dblqh us OM_AUTO_SYNC
      storage/ndb/src/kernel/vm/pc.hpp:
        remove unused #defines
      44c29ca3
    • unknown's avatar
      ndb - Add possibility to limit disk write speed in backup(lcp) · 5ae954b1
      unknown authored
            3 new paramters:
            DiskSyncSize - Outstanding disk writes before sync (default 4M)
            DiskCheckpointSpeed - Write speed of LCP in bytes/sec (default 10M)
            DiskCheckpointSpeedInRestart - As above but during LCP (default 100M)
      
            Depricated old NoOfDiskPagesToDisk*
      
          - Change NoOfFragmentLogFiles default to 16 (1Gb)
      
      
      storage/ndb/include/kernel/signaldata/BackupContinueB.hpp:
        Add possibility to limitat of disk write speed in backup
      storage/ndb/include/mgmapi/mgmapi_config_parameters.h:
        Add possibility to limitat of disk write speed in backup
      storage/ndb/src/kernel/blocks/backup/Backup.cpp:
        Add possibility to limitat of disk write speed in backup
      storage/ndb/src/kernel/blocks/backup/Backup.hpp:
        Add possibility to limitat of disk write speed in backup
      storage/ndb/src/kernel/blocks/backup/BackupInit.cpp:
        Add possibility to limitat of disk write speed in backup
      storage/ndb/src/mgmsrv/ConfigInfo.cpp:
        Add possibility to limitat of disk write speed in backup
        Change NoOfFragmentLogFiles default to 16 (1Gb)
        DiskSyncSize
        DiskCheckpointSpeed
        DiskCheckpointSpeedInRestart
      storage/ndb/src/mgmsrv/InitConfigFileParser.cpp:
        Handle deprication warning also in my.cnf format
      5ae954b1
    • unknown's avatar
      ndb - add OM_AUTO_SYNC ta make sure os-kernel does not buffer too much · f6e3b15d
      unknown authored
            add sync-flag to FsAppendReq
      
      
      storage/ndb/include/kernel/signaldata/FsAppendReq.hpp:
        Add sync flag to FsAppend
      storage/ndb/include/kernel/signaldata/FsOpenReq.hpp:
        Add auto sync flag to FSOPEN
      storage/ndb/src/kernel/blocks/ndbfs/AsyncFile.cpp:
        Add append_synch and auto sync
      storage/ndb/src/kernel/blocks/ndbfs/AsyncFile.hpp:
        Add variables for auto sync
      storage/ndb/src/kernel/blocks/ndbfs/Ndbfs.cpp:
        Add append_sync and auto sync
      f6e3b15d
    • unknown's avatar
      Merge trift2.:/M50/back241-5.0 · 95dcd768
      unknown authored
      into  trift2.:/M51/merge-5.0-to-5.1
      
      
      support-files/mysql.spec.sh:
        Null-merge, as 5.1 uses a different approach to testing.
      95dcd768
    • unknown's avatar
      Bug#20942 ha_federated uses String::append(const char *s), strlen() on every call · ee155777
      unknown authored
       - Remove the defines for strings and uses STRING_WITH_LEN directly when calling 'append'
      
      
      sql/ha_federated.cc:
        Remove the defines for strings and their lengths and use STRING_WITH_LEN directly when calling append().
      sql/ha_federated.h:
        Remove the defines for strings and their lengths and use STRING_WITH_LEN directly when calling append().
      ee155777
    • unknown's avatar
      Merge joreland@bk-internal.mysql.com:/home/bk/mysql-5.1 · 9f820cf2
      unknown authored
      into  perch.ndb.mysql.com:/home/jonas/src/mysql-5.1-new
      
      
      9f820cf2
  4. 01 Aug, 2006 16 commits