1. 10 Jan, 2008 6 commits
  2. 09 Jan, 2008 7 commits
    • unknown's avatar
      Bug#33748 my_getsystime, my_micro_time and my_micro_time_and_time broken on windows · 11391111
      unknown authored
       - Fix 'my_win_init' code that handles initialization of
         "query_performance_counter" and conversion from registry values to
         environment strings
      
      
      mysys/my_init.c:
        - Change check of return value from 'QueryPerformanceFrequency', it
          returns 0 on error
        - Don't return from 'my_win_init' if the registry 
          key "HKEY_LOCAL_MACHINE\SOFTWARE\MySQL" doesn't exist. This caused
          the initialization of "query_performance_counter" to be bypassed unless there
          was at lest such a key.
        - Cleanup the "registry -> environment variables" from Italian comments,
          remove redundant variables and fix style.
        - Remove function 'setEnvString' and replace it with oneliner 'strxmov'
      11391111
    • unknown's avatar
      af59a3aa
    • unknown's avatar
      Merge pilot.mysql.com:/data/msvensson/mysql/mysql-5.1-mtr-bug32275 · fa012bb9
      unknown authored
      into  pilot.mysql.com:/data/msvensson/mysql/mysql-5.1-mtr
      
      
      fa012bb9
    • unknown's avatar
      Add printouts when servers are restarted · b6ea81a4
      unknown authored
      Disable dynamic option switch
      
      
      b6ea81a4
    • unknown's avatar
      Bug#33763 Mysqld leaves readonly mode for cluster tables too early - part2 · 47926cd0
      unknown authored
       - Open tables readonly while not properly initialized
       - Close cached tables when coming out of readonly mode
       - Apply basically same patch as for 32275
      
      
      mysql-test/include/ndb_not_readonly.inc:
        Fix syntax of "die" call
        Remove the maskin of ER_GET_ERRMSG, should never happen
      sql/ha_ndbcluster.cc:
        - Open tables readonly until binlog tables have been 
          initialized
      sql/ha_ndbcluster_binlog.cc:
        - Reset "ndb_binlog_tables_inited" when something has happened to schema table,
        apply status table or when connection to cluster is lost. 
        - Close cached tabled after setting ndb_binlog_is_ready to cleanout any
        tables opened as readonly.
      47926cd0
    • unknown's avatar
      Fix reorder · 85ba3d96
      unknown authored
      85ba3d96
    • unknown's avatar
      Fix warnings · 039123e1
      unknown authored
      039123e1
  3. 08 Jan, 2008 15 commits
  4. 07 Jan, 2008 1 commit
    • unknown's avatar
      Try to dynamically change option, restart if it fails · 919fed54
      unknown authored
      
      mysql-test/mysql-test-run.pl:
        Try to dynamically change option, restart if it fails.
      mysql-test/lib/mtr_cases.pm:
        Try to dynamically change option, restart if it fails.
      mysql-test/lib/mtr_misc.pl:
        Move functions to My::Optiosn
      mysql-test/lib/mtr_report.pl:
        Add a small dot if test detected restart
      mysql-test/lib/My/Options.pm:
        New BitKeeper file ``mysql-test/lib/My/Options.pm''
      mysql-test/lib/t/Options.t:
        New BitKeeper file ``mysql-test/lib/t/Options.t''
      919fed54
  5. 21 Dec, 2007 1 commit
  6. 20 Dec, 2007 3 commits
  7. 19 Dec, 2007 7 commits
    • unknown's avatar
      Update location of binlog · b981448e
      unknown authored
      b981448e
    • unknown's avatar
      Update name of binlog file for ndb_binlog* tests · 584888ab
      unknown authored
      
      mysql-test/include/default_mysqld.cnf:
        Turn on log-bin by default for all mysqlds
      mysql-test/suite/ndb/r/ndb_binlog_ddl_multi.result:
        Update name of binlog file
      mysql-test/suite/ndb/r/ndb_binlog_discover.result:
        Update name of binlog file
      mysql-test/suite/ndb/r/ndb_binlog_format.result:
        Update name of binlog file
      mysql-test/suite/ndb/r/ndb_binlog_ignore_db.result:
        Update name of binlog file
      mysql-test/suite/ndb/r/ndb_binlog_log_bin.result:
        Update name of binlog file
      mysql-test/suite/ndb/r/ndb_binlog_multi.result:
        Update name of binlog file
      mysql-test/suite/ndb/t/ndb_binlog_discover.test:
        Update name of binlog file
      584888ab
    • unknown's avatar
      Update path to master-bin file · cc0bb31e
      unknown authored
      
      mysql-test/t/mysqlbinlog_base64.test:
        Update path to master-bin file
        Remove non portable "exec rm"
      cc0bb31e
    • unknown's avatar
      Test does not need binlog · 6389cac8
      unknown authored
      6389cac8
    • unknown's avatar
      Merge pilot.mysql.com:/data/msvensson/mysql/mysql-5.1-mtr-win · 2571cc26
      unknown authored
      into  pilot.mysql.com:/data/msvensson/mysql/mysql-5.1-mtr
      
      
      mysql-test/mysql-test-run.pl:
        Auto merged
      2571cc26
    • unknown's avatar
      Properly detect cygwin · d991e1e7
      unknown authored
      d991e1e7
    • unknown's avatar
      Windows fixeds for mtr · 23f0c6d4
      unknown authored
      
      CMakeLists.txt:
        Add CMakeLists.txt in mysql-test/lib/My/SafeProcess/
      mysql-test/lib/My/Find.pm:
        Fix for windows
      mysql-test/lib/My/SafeProcess.pm:
        Fix Tim's review comments
      mysql-test/lib/mtr_misc.pl:
        Rename glob_win32 to is_win32
      mysql-test/mysql-test-run.pl:
        Move set_mtr_build_thread_ports earlier
        Set MTR_BUILD_THREAD if to the used value
      mysql-test/lib/My/SafeProcess/CMakeLists.txt:
        New BitKeeper file ``mysql-test/lib/My/SafeProcess/CMakeLists.txt''
      23f0c6d4