1. 16 Feb, 2006 1 commit
    • unknown's avatar
      The patch adds PROCESSLIST information schema · c07f4a52
      unknown authored
      
      mysql-test/r/information_schema.result:
        Fixing results after PROCESSLIST information schema is added.
      mysql-test/r/information_schema_db.result:
        Fixing results after PROCESSLIST information schema is added.
      mysql-test/t/information_schema.test:
        Test case to check PROCESSLIST information schema.
          (Note that selecting other fields from PROCESSLIST
          can make the test unstable).
      sql/sql_show.cc:
        Code for PROCESSLIST information schema
      sql/table.h:
        Added for PROCESSLIST informarion schema
      c07f4a52
  2. 13 Feb, 2006 39 commits
    • unknown's avatar
      Merge tulin@bk-internal.mysql.com:/home/bk/mysql-5.1-new · f7a62a95
      unknown authored
      into  poseidon.ndb.mysql.com:/home/tomas/mysql-5.1-new
      
      f7a62a95
    • unknown's avatar
      Merge tulin@bk-internal.mysql.com:/home/bk/mysql-5.1-new · 8ca0aee5
      unknown authored
      into  poseidon.ndb.mysql.com:/home/tomas/mysql-5.1-new
      
      8ca0aee5
    • unknown's avatar
      Bug #17179 schema creation fails · 9dcc8714
      unknown authored
      -flag was set on field intable share instead of table
      
      
      mysql-test/r/ndb_basic.result:
        Bug #17179  	schema creation fails
      mysql-test/t/ndb_basic.test:
        Bug #17179  	schema creation fails
      9dcc8714
    • unknown's avatar
      BUG#17339: Missed line in previous patch · fee46a79
      unknown authored
      
      mysql-test/r/rpl_loaddata_s.result:
        Missed line
      fee46a79
    • unknown's avatar
      Merge mysql.com:/users/lthalmann/bkroot/mysql-5.1-new · e63f8ad3
      unknown authored
      into  mysql.com:/users/lthalmann/bk/mysql-5.1-new-bug17339
      
      e63f8ad3
    • unknown's avatar
      Merge lthalmann@bk-internal.mysql.com:/home/bk/mysql-5.1-new · 2d3f2558
      unknown authored
      into  mysql.com:/users/lthalmann/bkroot/mysql-5.1-new
      
      2d3f2558
    • unknown's avatar
      Merge mysql.com:/users/lthalmann/bkroot/mysql-5.1-new · d3eb3044
      unknown authored
      into  mysql.com:/users/lthalmann/bk/mysql-5.1-new-bug17339
      
      d3eb3044
    • unknown's avatar
      Merge baker@bk-internal.mysql.com:/home/bk/mysql-5.1-new · b9c63fc6
      unknown authored
      into  zim.tangent.org:/home/brian/mysql/cleanup-5.1
      
      b9c63fc6
    • unknown's avatar
      Fix for bad merge. · 41a5f263
      unknown authored
      
      mysql-test/t/disabled.def:
        Removed reference to  failed test.
      sql/ha_archive.cc:
        This fixes the optimize problem introduced in a bad merge.
      41a5f263
    • unknown's avatar
      support-files/mysql.spec.sh : Use "-i" on "make test-force", add missing changelog notes. · 00a765b4
      unknown authored
      
      support-files/mysql.spec.sh:
        - Use "-i" on "make test-force",
        - document other recent changes in the changelog section (where notes were missing).
      00a765b4
    • unknown's avatar
      BUG#17339: Most rpl tests need to execute sync_slave_with_master to ensure... · cd504cda
      unknown authored
      BUG#17339: Most rpl tests need to execute sync_slave_with_master to ensure that cleanup is done on slave
      For this particular bug report it was rpl_loadfile.test that did not make proper cleanup, but the patch
      includes fixes for other tests aswell.
      
      
      mysql-test/r/rpl_loaddata2.result:
        Cleanup
      mysql-test/r/rpl_redirect.result:
        Cleanup
      mysql-test/r/rpl_slave_status.result:
        Cleanup
      mysql-test/t/rpl_LD_INFILE.test:
        Most rpl tests need to execute sync_slave_with_master to ensure that cleanup is done on slave
      mysql-test/t/rpl_drop_temp.test:
        Most rpl tests need to execute sync_slave_with_master to ensure that cleanup is done on slave
      mysql-test/t/rpl_ignore_table.test:
        Most rpl tests need to execute sync_slave_with_master to ensure that cleanup is done on slave
      mysql-test/t/rpl_loaddata2.test:
        Most rpl tests need to execute sync_slave_with_master to ensure that cleanup is done on slave
      mysql-test/t/rpl_loaddata_m.test:
        Most rpl tests need to execute sync_slave_with_master to ensure that cleanup is done on slave
      mysql-test/t/rpl_loaddata_s.test:
        Most rpl tests need to execute sync_slave_with_master to ensure that cleanup is done on slave
      mysql-test/t/rpl_loadfile.test:
        Most rpl tests need to execute sync_slave_with_master to ensure that cleanup is done on slave
      mysql-test/t/rpl_multi_update4.test:
        Most rpl tests need to execute sync_slave_with_master to ensure that cleanup is done on slave
      mysql-test/t/rpl_ndb_basic.test:
        Most rpl tests need to execute sync_slave_with_master to ensure that cleanup is done on slave
      mysql-test/t/rpl_redirect.test:
        Most rpl tests need to execute sync_slave_with_master to ensure that cleanup is done on slave
      mysql-test/t/rpl_row_func001.test:
        Most rpl tests need to execute sync_slave_with_master to ensure that cleanup is done on slave
      mysql-test/t/rpl_row_func002.test:
        Most rpl tests need to execute sync_slave_with_master to ensure that cleanup is done on slave
      mysql-test/t/rpl_row_sp001.test:
        Most rpl tests need to execute sync_slave_with_master to ensure that cleanup is done on slave
      mysql-test/t/rpl_row_sp005.test:
        Most rpl tests need to execute sync_slave_with_master to ensure that cleanup is done on slave
      mysql-test/t/rpl_row_sp008.test:
        Most rpl tests need to execute sync_slave_with_master to ensure that cleanup is done on slave
      mysql-test/t/rpl_row_sp009.test:
        Most rpl tests need to execute sync_slave_with_master to ensure that cleanup is done on slave
      mysql-test/t/rpl_row_sp010.test:
        Most rpl tests need to execute sync_slave_with_master to ensure that cleanup is done on slave
      mysql-test/t/rpl_row_sp011.test:
        Most rpl tests need to execute sync_slave_with_master to ensure that cleanup is done on slave
      mysql-test/t/rpl_row_sp012.test:
        Most rpl tests need to execute sync_slave_with_master to ensure that cleanup is done on slave
      mysql-test/t/rpl_row_trig001.test:
        Most rpl tests need to execute sync_slave_with_master to ensure that cleanup is done on slave
      mysql-test/t/rpl_row_trig002.test:
        Most rpl tests need to execute sync_slave_with_master to ensure that cleanup is done on slave
      mysql-test/t/rpl_skip_error.test:
        Most rpl tests need to execute sync_slave_with_master to ensure that cleanup is done on slave
      mysql-test/t/rpl_slave_status.test:
        Most rpl tests need to execute sync_slave_with_master to ensure that cleanup is done on slave
      mysql-test/t/rpl_sp.test:
        Most rpl tests need to execute sync_slave_with_master to ensure that cleanup is done on slave
      mysql-test/t/rpl_sp004.test:
        Most rpl tests need to execute sync_slave_with_master to ensure that cleanup is done on slave
      cd504cda
    • unknown's avatar
      Merge lthalmann@bk-internal.mysql.com:/home/bk/mysql-5.1-new · 38482065
      unknown authored
      into  mysql.com:/users/lthalmann/bkroot/mysql-5.1-new
      
      38482065
    • unknown's avatar
      Merge snake-hub.snake.net:/src/extern/MySQL/bk/mysql-5.0-clone3 · 99546030
      unknown authored
      into  snake-hub.snake.net:/src/extern/MySQL/bk/mysql-5.1
      
      
      sql/set_var.cc:
        manual merge.
      99546030
    • unknown's avatar
      set_var.cc: · 30446de6
      unknown authored
        Fix out-of-order system variable.
      
      
      sql/set_var.cc:
        Fix out-of-order system variable.
      30446de6
    • unknown's avatar
      support-files/mysql.spec.sh · 5121fa29
      unknown authored
          "Use remote": Let the other changes (test the debug binary) precede.
      
      
      support-files/mysql.spec.sh:
        "Use remote": Let the other changes (test the debug binary) precede.
      5121fa29
    • unknown's avatar
      Merge mysql.com:/M50/rpmspec-5.0 into mysql.com:/M51/rpmspec-5.1 · cfc48e86
      unknown authored
      
      support-files/mysql.spec.sh:
        Auto merged
      cfc48e86
    • unknown's avatar
      forgot to commit in prev patch · 095bfcc0
      unknown authored
      095bfcc0
    • unknown's avatar
      Merge lthalmann@bk-internal.mysql.com:/home/bk/mysql-5.1-new · 0bc61700
      unknown authored
      into  mysql.com:/users/lthalmann/bkroot/mysql-5.1-new
      
      0bc61700
    • unknown's avatar
      Merge tulin@bk-internal.mysql.com:/home/bk/mysql-5.1-new · a1352e59
      unknown authored
      into  poseidon.ndb.mysql.com:/home/tomas/mysql-5.1-new
      
      a1352e59
    • unknown's avatar
      Merge poseidon.ndb.mysql.com:/home/tomas/mysql-5.0 · f265b926
      unknown authored
      into  poseidon.ndb.mysql.com:/home/tomas/mysql-5.1-new
      
      
      storage/ndb/src/kernel/blocks/dbtc/DbtcMain.cpp:
        Auto merged
      f265b926
    • unknown's avatar
      Merge svlasenko@bk-internal.mysql.com:/home/bk/mysql-5.1-new · 61c512e5
      unknown authored
      into  selena.:H:/MYSQL/src/#00001-mysql-5.1
      
      61c512e5
    • unknown's avatar
      Merge tulin@bk-internal.mysql.com:/home/bk/mysql-5.1-new · 1e760bab
      unknown authored
      into  poseidon.ndb.mysql.com:/home/tomas/mysql-5.1-new
      
      1e760bab
    • unknown's avatar
      Bug #17325 HA Testing: Node failed takeover for failed node (Array index out of range) · 5af26748
      unknown authored
      wrong arrGuard, see MAX_REPLICAS+1 0n row 6457
      + changed all 4 constants to MAX_REPLICAS
      + moved some arrGuards out of loops for optim reasons
      
      5af26748
    • unknown's avatar
      Merge svlasenko@bk-internal.mysql.com:/home/bk/mysql-5.1-new · de488099
      unknown authored
      into  selena.:H:/MYSQL/src/#00001-mysql-5.1
      
      de488099
    • unknown's avatar
      Merge lthalmann@bk-internal.mysql.com:/home/bk/mysql-5.1-new · 552c51bf
      unknown authored
      into  mysql.com:/users/lthalmann/bkroot/mysql-5.1-new
      
      552c51bf
    • unknown's avatar
      Merge tulin@bk-internal.mysql.com:/home/bk/mysql-5.0 · fc855778
      unknown authored
      into  poseidon.ndb.mysql.com:/home/tomas/mysql-5.0
      
      fc855778
    • unknown's avatar
      Disabling a test, I will look at it tomorrow. Something is wrong with the... · e06d04fe
      unknown authored
      Disabling a test, I will look at it tomorrow. Something is wrong with the merge from 5.0. Its probably a flush that is missing somewhere but I am too tired to figure it out at the moment.
      
      
      mysql-test/t/disabled.def:
        Disabling test.
      sql/ha_archive.cc:
        Corrected compile problem
      e06d04fe
    • unknown's avatar
      manual merge · 92c612f3
      unknown authored
      
      sql/ha_ndbcluster.cc:
        Auto merged
      storage/ndb/include/mgmapi/mgmapi.h:
        Auto merged
      storage/ndb/include/ndbapi/ndb_cluster_connection.hpp:
        Auto merged
      storage/ndb/src/mgmapi/mgmapi.cpp:
        Auto merged
      storage/ndb/src/mgmsrv/Services.cpp:
        Auto merged
      storage/ndb/src/ndbapi/ndb_cluster_connection.cpp:
        Auto merged
      storage/ndb/src/ndbapi/ndb_cluster_connection_impl.hpp:
        Auto merged
      storage/ndb/tools/restore/consumer_restore.cpp:
        Auto merged
      92c612f3
    • unknown's avatar
      Merge baker@bk-internal.mysql.com:/home/bk/mysql-5.1-new · 4d3c61d9
      unknown authored
      into  zim.tangent.org:/home/brian/mysql/cleanup-5.1
      
      4d3c61d9
    • unknown's avatar
      Made mysqlimport link against mysys so that it could make use of the safe mutex functions. · 2a2dae57
      unknown authored
      
      client/Makefile.am:
        Additional linking
      client/mysqlimport.c:
        Removed undef
      2a2dae57
    • unknown's avatar
      Merge bk-internal.mysql.com:/home/bk/mysql-5.1-new · c93654f0
      unknown authored
      into  mysql.com:/home/alik/Documents/AllProgs/MySQL/devel/5.1-tree
      
      c93654f0
    • unknown's avatar
      Merge zim.tangent.org:/home/brian/mysql/mysql-5.0 · 263c36a5
      unknown authored
      into  zim.tangent.org:/home/brian/mysql/cleanup-5.1
      
      
      sql/ha_archive.h:
        Auto merged
      sql/ha_archive.cc:
        Merge to  change gzio to azio. Good thing I am not lazy about doing merges  since I suspect this might have given someone else a headache.
      263c36a5
    • unknown's avatar
      Discoved while debugging in 5.1 that there was a bug where a certain crash... · 3fce688b
      unknown authored
      Discoved while debugging in 5.1 that there was a bug where a certain crash could lead to two problems. 1) An additional share in memory that was allocated but did not have the correct use_count (so it would never be fulled deleted). Also discovered that a thread that called repair would write new rows, but would not see them. All other threads were ok, and the data was fine, but the thread doing the repair was unable to see the new rows.
      
      
      sql/ha_archive.cc:
        Fix for leaked share and hidden rows.
      sql/ha_archive.h:
        Change in method
      3fce688b
    • unknown's avatar
      Merge bk-internal.mysql.com:/home/bk/mysql-5.1-new · 86bdf62f
      unknown authored
      into  mysql.com:/home/alik/Documents/AllProgs/MySQL/devel/5.1-tree
      
      86bdf62f
    • unknown's avatar
      Merge baker@bk-internal.mysql.com:/home/bk/mysql-5.1-new · 33297926
      unknown authored
      into  zim.tangent.org:/home/brian/mysql/cleanup-5.1
      
      33297926
    • unknown's avatar
      Cleanup's from Kostja's review. Plus I added a bit more documentation to the... · ec14590f
      unknown authored
      Cleanup's from Kostja's review. Plus I added a bit more documentation to the --lock-tables option. If selected it disables threads (since you can't quite do it with threads).
      
      
      client/mysqlimport.c:
        Cleanups from Kostja's review
      ec14590f
    • unknown's avatar
      Polishing: after implementing TRIGGER privilege, mysqld option · 37a88759
      unknown authored
      '--log-bin-trust-function-creators' affects not only replication of the
      stored functions, but also replication of the triggers.
      
      
      sql/mysqld.cc:
        Updated the description of mysqld '--log-bin-trust-function-creators' option
        to reflect that after introducing TRIGGER privilege this option also controls
        replication of triggers.
      sql/sql_trigger.cc:
        Updated the comment to be consistent with the new behaviour,
        introduced by TRIGGER privilege.
      37a88759
    • unknown's avatar
      ndb: · 91c01f82
      unknown authored
      add optional reporting of of a "name" tied to a nodeid in the cluster log
      reporting added for mysql server and ndb_restore
      
      91c01f82
    • unknown's avatar
      Merge baker@bk-internal.mysql.com:/home/bk/mysql-5.1-new · 9dc65e23
      unknown authored
      into  zim.tangent.org:/home/brian/mysql/cleanup-5.1
      
      9dc65e23