1. 21 Dec, 2006 8 commits
  2. 20 Dec, 2006 23 commits
    • unknown's avatar
      Merge siva.hindu.god:/usr/home/tim/m/bk/50-build · cb3effb7
      unknown authored
      into  siva.hindu.god:/usr/home/tim/m/bk/51-build
      
      
      cmd-line-utils/readline/histfile.c:
        Auto merged
      sql/item_strfunc.cc:
        Auto merged
      sql/set_var.cc:
        Auto merged
      sql/udf_example.c:
        Auto merged
      storage/innobase/include/row0mysql.h:
        Auto merged
      strings/decimal.c:
        Auto merged
      mysql-test/include/mix1.inc:
        Manual merge
      mysql-test/r/func_str.result:
        Manual merge
      mysql-test/r/innodb_mysql.result:
        Manual merge
      mysql-test/t/disabled.def:
        Manual merge
      mysql-test/t/func_str.test:
        Manual merge
      sql/mysqld.cc:
        Manual merge
      storage/innobase/handler/ha_innodb.cc:
        Manual merge
      storage/innobase/handler/ha_innodb.h:
        Manual merge
      storage/innobase/row/row0mysql.c:
        Manual merge
      cb3effb7
    • unknown's avatar
      Merge siva.hindu.god:/usr/home/tim/m/bk/50-build · d7e58ecb
      unknown authored
      into  siva.hindu.god:/usr/home/tim/m/bk/51-build
      
      
      storage/innobase/dict/dict0dict.c:
        Null merge
      storage/innobase/handler/ha_innodb.cc:
        Null merge
      storage/innobase/include/sync0rw.h:
        Null merge
      storage/innobase/include/sync0sync.h:
        Null merge
      storage/innobase/include/sync0sync.ic:
        Null merge
      storage/innobase/log/log0recv.c:
        Null merge
      storage/innobase/srv/srv0start.c:
        Null merge
      storage/innobase/sync/sync0rw.c:
        Null merge
      storage/innobase/sync/sync0sync.c:
        Null merge
      storage/innobase/trx/trx0roll.c:
        Null merge
      storage/innobase/trx/trx0trx.c:
        Null merge
      d7e58ecb
    • unknown's avatar
      Improve ndb thread shutdown handling · f54e2a14
      unknown authored
      
      sql/ha_ndbcluster.cc:
        Make 'ndbcluster_end' wait for thread created by 'ndbluster_init'
      sql/ha_ndbcluster_binlog.cc:
        Make 'ndbcluster_binlog_end' wait for thread created by 'ndbcluster_binlog_start'
      f54e2a14
    • unknown's avatar
      Merge bk-internal.mysql.com:/data0/bk/mysql-5.0 · db8dd056
      unknown authored
      into  bk-internal.mysql.com:/data0/bk/mysql-5.0-build
      
      db8dd056
    • unknown's avatar
      Merge bk-internal:/home/bk/mysql-5.1-ndb · 6b63fbb8
      unknown authored
      into  neptunus.(none):/home/msvensson/mysql/my51-ndb-valgrind2
      
      6b63fbb8
    • unknown's avatar
      Merge trift2.:/MySQL/M50/upward-5.0 · 3b973c6c
      unknown authored
      into  trift2.:/MySQL/M51/push-5.1
      
      
      mysql-test/mysql-test-run.pl:
        Auto merged
      scripts/make_binary_distribution.sh:
        Auto merged
      support-files/mysql.spec.sh:
        Auto merged
      3b973c6c
    • unknown's avatar
      Fix valgrind warning from deinitializing ha_ndbcluster, referencing · f6f469a6
      unknown authored
      another handler from 'plugin_foreach'
      
      
      sql/sql_plugin.cc:
        Remove plugin from plugin_array after it has been initialized to 
        avoid it being referenced. For example if a plugin deletes a THD object
        that will call 'ha_close_connection' wich will iterate over all storage
        engine plugins
      f6f469a6
    • unknown's avatar
      Merge mskold@bk-internal.mysql.com:/home/bk/mysql-5.1-ndb · c051d474
      unknown authored
      into  mysql.com:/windows/Linux_space/MySQL/mysql-5.1-new-ndb
      
      c051d474
    • unknown's avatar
      Bug #21806: wrong ndb binlog behaviour when cluster disconnects/restarts · 4fbc33bd
      unknown authored
      - latest gci is reinitialized to 0 at reconnect, ndb binlog thread needs to wait until valid gci is retrieved
      
      4fbc33bd
    • unknown's avatar
      ndb_dd_ddl.test, ndb_dd_ddl.result, ha_ndbcluster.cc: · 2c66ac87
      unknown authored
        bug#24667  After ALTER TABLE operation ndb_dd table becomes regular ndb: disallowed TABLESPACE declaration for STORAGE MEMORY
      Makefile:
        Rename: storage/ndb/ndbapi-examples/mgmapi_logevent_dual/Makefile -> storage/ndb/ndbapi-examples/mgmapi_logevent2/Makefile
      mgmapi_logevent2.cpp:
        Rename: storage/ndb/ndbapi-examples/mgmapi_logevent_dual/mgmapi_logevent_dual.cpp -> storage/ndb/ndbapi-examples/mgmapi_logevent_dual/mgmapi_logevent2.cpp
      Makefile:
        Rename mgmapi_logevent_dual to mgmapi_logevent2
      mgmapi_logevent2.cpp:
        Rename: storage/ndb/ndbapi-examples/mgmapi_logevent_dual/mgmapi_logevent2.cpp -> storage/ndb/ndbapi-examples/mgmapi_logevent2/mgmapi_logevent2.cpp
      
      
      storage/ndb/ndbapi-examples/mgmapi_logevent2/mgmapi_logevent2.cpp:
        Rename: storage/ndb/ndbapi-examples/mgmapi_logevent_dual/mgmapi_logevent2.cpp -> storage/ndb/ndbapi-examples/mgmapi_logevent2/mgmapi_logevent2.cpp
      storage/ndb/ndbapi-examples/Makefile:
        Rename mgmapi_logevent_dual to mgmapi_logevent2
      storage/ndb/ndbapi-examples/mgmapi_logevent2/Makefile:
        Rename mgmapi_logevent_dual to mgmapi_logevent2
      mysql-test/r/ndb_dd_ddl.result:
        bug#24667  After ALTER TABLE operation ndb_dd table becomes regular ndb: disallowed TABLESPACE declaration for STORAGE MEMORY
      mysql-test/t/ndb_dd_ddl.test:
        bug#24667  After ALTER TABLE operation ndb_dd table becomes regular ndb: disallowed TABLESPACE declaration for STORAGE MEMORY
      sql/ha_ndbcluster.cc:
        bug#24667  After ALTER TABLE operation ndb_dd table becomes regular ndb: disallowed TABLESPACE declaration for STORAGE MEMORY
      2c66ac87
    • unknown's avatar
      Merge mskold@bk-internal.mysql.com:/home/bk/mysql-5.1-ndb · 71b72775
      unknown authored
      into  mysql.com:/windows/Linux_space/MySQL/mysql-5.1-new-ndb
      
      71b72775
    • unknown's avatar
      Merge trift2.:/MySQL/M50/push-5.0 · b794d911
      unknown authored
      into  trift2.:/MySQL/M50/clone-5.0
      
      b794d911
    • unknown's avatar
    • unknown's avatar
      Merge mysqldev@production.mysql.com:/data0/mysqldev/my/build-200612151202-5.0.32/mysql-5.0-release · 5e654bd2
      unknown authored
      into  trift2.:/MySQL/M50/clone-5.0
      
      5e654bd2
    • unknown's avatar
      Merge trift2.:/MySQL/M50/clone-5.0 · 99d40592
      unknown authored
      into  trift2.:/MySQL/M50/push-5.0
      
      99d40592
    • unknown's avatar
    • unknown's avatar
      Merge kahlann.erinye.com:/home/df/mysql/build/mysql-5.0-build-24896 · 812b83a0
      unknown authored
      into  kahlann.erinye.com:/home/df/mysql/build/mysql-5.0-release
      
      
      client/mysql_upgrade.c:
        Auto merged
      812b83a0
    • unknown's avatar
      Merge dev:my/build-200612151202-5.0.32/mysql-5.0-release · 3cfea380
      unknown authored
      into  kahlann.erinye.com:/home/df/mysql/build/mysql-5.0-release
      
      3cfea380
    • unknown's avatar
      Merge siva.hindu.god:/usr/home/tim/m/bk/50-release · 75a0bc00
      unknown authored
      into  siva.hindu.god:/usr/home/tim/m/bk/50-build
      
      75a0bc00
    • unknown's avatar
      Remove warnings by casting · b113ee2b
      unknown authored
      
      cmd-line-utils/readline/histfile.c:
        Remove warning (compare signed & unsigned)
      sql/udf_example.c:
        Remove warning (cast integer to pointer of different size)
      strings/decimal.c:
        Remove warning (%lx format, double arg)
      b113ee2b
    • unknown's avatar
      Merge siva.hindu.god:/usr/home/tim/m/bk/50-release · 716a2cf2
      unknown authored
      into  siva.hindu.god:/usr/home/tim/m/bk/50-build
      
      
      sql/ha_innodb.cc:
        Auto merged
      716a2cf2
    • unknown's avatar
      Merge siva.hindu.god:/usr/home/tim/m/bk/50-24200 · 41db3e52
      unknown authored
      into  siva.hindu.god:/usr/home/tim/m/bk/50-release
      
      41db3e52
    • unknown's avatar
      Alternative decimal2double implementation using an algorithm · f6ddd098
      unknown authored
      more similar to my_strtod() (and maybe even a bit faster due
      to less floating point divisions).
      
      This should at least partially fix Bug #23260 for DECIMALs
      with a moderate number of total digits.
      
      
      f6ddd098
  3. 19 Dec, 2006 9 commits
    • unknown's avatar
      Added innodb_rollback_on_timeout option to restore the 4.1 · 20e9b490
      unknown authored
      InnoDB timeout behavior (Bug #24200)
      
      
      mysql-test/t/innodb_mysql-master.opt:
        Set --innodb-lock-wait-timeout=2, since test for bug #24200 times out.
        
        This *could* cause random test failures if some long-running transaction concurrency is being tested.  However, such a test really should go in innodb-big or some other test file.
      20e9b490
    • unknown's avatar
      Bug #24947: REPEAT function returns NULL when passed a field as the count parameter · 6cbf31ff
      unknown authored
      Handling of large signed/unsigned values was not consistent, so some string functions could return bogus results.
      The current fix is to simply patch up the val_str() methods for those string items.
      It would be good clean this code up in general, to make similar problems much harder to make.  This is left as an exercise for the reader.
      
      
      mysql-test/r/func_str.result:
        Update test results for bug #24947
      mysql-test/t/func_str.test:
        Add test case for bug #24947
      sql/item_strfunc.cc:
        Adjust some string function Items' val_str() methods to handle large signed/unsigned arguments properly
      6cbf31ff
    • unknown's avatar
      bug#24667 After ALTER TABLE operation ndb_dd table becomes regular ndb: ALTER... · 21331830
      unknown authored
      bug#24667  After ALTER TABLE operation ndb_dd table becomes regular ndb: ALTER TABLE must specify STORAGE explicitely to change it, + post review changes
      
      
      21331830
    • unknown's avatar
      bug#24667 After ALTER TABLE operation ndb_dd table becomes regular ndb: copy... · ccb76286
      unknown authored
      bug#24667  After ALTER TABLE operation ndb_dd table becomes regular ndb: copy tablespace from old table in copying alter table
      
      
      ccb76286
    • unknown's avatar
      Merge kahlann.erinye.com:/home/df/mysql/build/mysql-5.0-build-work · 42f27e33
      unknown authored
      into  kahlann.erinye.com:/home/df/mysql/build/mysql-5.0-release
      
      42f27e33
    • unknown's avatar
      Merge kahlann.erinye.com:/home/df/mysql/build/mysql-4.1-build-work · 2702ca91
      unknown authored
      into  kahlann.erinye.com:/home/df/mysql/build/mysql-5.0-build-work
      
      
      mysql-test/t/grant_cache.test:
        Auto merged
      mysql-test/t/myisam.test:
        Auto merged
      mysql-test/t/query_cache_notembedded.test:
        Auto merged
      mysql-test/t/rpl_rotate_logs.test:
        Auto merged
      mysql-test/t/rpl000015.test:
        SCCS merged
      mysql-test/t/rpl000017.test:
        SCCS merged
      2702ca91
    • unknown's avatar
      remove hard-coded socket paths from some tests · 0efda25c
      unknown authored
      
      mysql-test/t/grant_cache.test:
        replace hard-coded socket paths with variable containing the appropriate path
      mysql-test/t/myisam.test:
        replace hard-coded socket paths with variable containing the appropriate path
      mysql-test/t/query_cache_notembedded.test:
        replace hard-coded socket paths with variable containing the appropriate path
      mysql-test/t/rpl000015.test:
        replace hard-coded socket paths with variable containing the appropriate path
      mysql-test/t/rpl000017.test:
        replace hard-coded socket paths with variable containing the appropriate path
      mysql-test/t/rpl_rotate_logs.test:
        replace hard-coded socket paths with variable containing the appropriate path
      0efda25c
    • unknown's avatar
      WL#2862 ndb_sp.test - removed unnecessary line · d930bb11
      unknown authored
      
      mysql-test/r/ndb_sp.result:
        WL#2862
      mysql-test/t/ndb_sp.test:
        WL#2862
      d930bb11
    • unknown's avatar
      Merge mysql.com:/data0/mysqldev/my/mysql-5.0-release · 4cf2b8e1
      unknown authored
      into  mysql.com:/data0/mysqldev/my/build-200612151202-5.0.32/mysql-5.0-release
      
      
      sql/ha_innodb.cc:
        Auto merged
      4cf2b8e1