1. 03 Jul, 2007 1 commit
  2. 02 Jul, 2007 3 commits
    • unknown's avatar
      Merge fix-up. · aa53b77e
      unknown authored
      
      BitKeeper/deleted/.del-create_manifest.js:
        Delete: win/create_manifest.js
      BitKeeper/deleted/.del-mysql_manifest.cmake:
        Delete: win/mysql_manifest.cmake
      mysql-test/r/information_schema.result:
        Move the test down.
      aa53b77e
    • unknown's avatar
      Merge mysqldev@production.mysql.com:my/mysql-5.0-release · fff4ee55
      unknown authored
      into  zippy.cornsilk.net:/home/cmiller/work/mysql/mysql-5.0-community
      
      
      BitKeeper/triggers/post-commit:
        Auto merged
      client/CMakeLists.txt:
        Auto merged
      extra/CMakeLists.txt:
        Auto merged
      libmysql/CMakeLists.txt:
        Auto merged
      libmysqld/Makefile.am:
        Auto merged
      myisam/CMakeLists.txt:
        Auto merged
      mysql-test/r/func_in.result:
        Auto merged
      mysql-test/r/information_schema_db.result:
        Auto merged
      mysql-test/t/func_in.test:
        Auto merged
      mysql-test/t/information_schema.test:
        Auto merged
      server-tools/instance-manager/CMakeLists.txt:
        Auto merged
      sql/Makefile.am:
        Auto merged
      sql/ha_archive.cc:
        Auto merged
      sql/ha_myisam.cc:
        Auto merged
      sql/ha_ndbcluster.cc:
        Auto merged
      sql/item_cmpfunc.cc:
        Auto merged
      sql/item_func.cc:
        Auto merged
      sql/lock.cc:
        Auto merged
      sql/log_event.cc:
        Auto merged
      sql/mysql_priv.h:
        Auto merged
      sql/mysqld.cc:
        Auto merged
      sql/slave.cc:
        Auto merged
      sql/sp_head.cc:
        Auto merged
      sql/sql_base.cc:
        Auto merged
      sql/sql_cache.cc:
        Auto merged
      sql/sql_class.cc:
        Auto merged
      sql/sql_class.h:
        Auto merged
      sql/sql_delete.cc:
        Auto merged
      sql/sql_insert.cc:
        Auto merged
      sql/sql_lex.cc:
        Auto merged
      sql/sql_lex.h:
        Auto merged
      sql/sql_prepare.cc:
        Auto merged
      sql/sql_repl.cc:
        Auto merged
      sql/sql_show.cc:
        Auto merged
      sql/sql_table.cc:
        Auto merged
      sql/sql_update.cc:
        Auto merged
      sql/sql_view.cc:
        Auto merged
      sql/sql_yacc.yy:
        Auto merged
      sql/structs.h:
        Auto merged
      sql/table.h:
        Auto merged
      support-files/mysql.spec.sh:
        Auto merged
      win/Makefile.am:
        Auto merged
      win/README:
        Auto merged
      win/configure.js:
        Auto merged
      CMakeLists.txt:
        manual merge.
      configure.in:
        manual merge.
      mysql-test/r/information_schema.result:
        manual merge.
      sql/CMakeLists.txt:
        manual merge.
      sql/set_var.cc:
        manual merge.
      sql/sql_parse.cc:
        manual merge.
      sql/sql_select.cc:
        manual merge.
      fff4ee55
    • unknown's avatar
      Unify profiling SHOW code and INFORMATION_SCHEMA code for · 6358aac3
      unknown authored
      profiling.  Also,
      
      Bug#26938: profiling client hang if used before enabled
      
      In the SHOW command, not sending header data because we had no 
      rows to send was a protocol violation.  Porting the SHOW PROFILE
      command to use the Information Schema table avoids that problem.
      
      
      mysql-test/r/profiling.result:
        Add headers of pre-profile SHOW test.
      mysql-test/t/profiling.test:
        Verify that the protocol isn't violated if we ask for profiling 
        info before profiling has recorded anything.
      sql/sql_parse.cc:
        Remove SQLCOM_SHOW_PROFILE and add a I_S schema table entry.
      sql/sql_profile.cc:
        Add SHOW column-names and a new function that takes profile options
        set in the parser and packs a list of selected fields from the 
        I_S table implementation.
      sql/sql_profile.h:
        Remove unused functions and add a new function.
      sql/sql_show.cc:
        Add a pointer to the function that selects fields from I_S table
        for SHOW command.
      sql/sql_yacc.yy:
        Prepare an I_S table for SHOW PROFILE.
      sql/table.h:
        Rename to match the intention.
      6358aac3
  3. 21 Jun, 2007 1 commit
  4. 20 Jun, 2007 1 commit
    • unknown's avatar
      configure.in: · 9856f5f7
      unknown authored
        Added --with-system-type=<systype> and --with-machine-type=<machtype>
        options, to be able to override the one detected, for --version strings
      field.cc, field.h, listener.cc:
        C++ compatibility change for IBM VisualAge 6 and i5/OS
      
      
      configure.in:
        Added --with-system-type=<systype> and --with-machine-type=<machtype>
        options, to be able to override the one detected, for --version strings
      server-tools/instance-manager/listener.cc:
        C++ compatibility change for IBM VisualAge 6 and i5/OS
      sql/field.cc:
        C++ compatibility change for IBM VisualAge 6 and i5/OS
      sql/field.h:
        C++ compatibility change for IBM VisualAge 6 and i5/OS
      9856f5f7
  5. 18 Jun, 2007 1 commit
  6. 16 Jun, 2007 2 commits
  7. 15 Jun, 2007 9 commits
    • unknown's avatar
      binlog.result, binlog.test: · af8e6caa
      unknown authored
        Post-merge fix: replace xid=* with XID to isolate from number of transactions
      
      
      mysql-test/r/binlog.result:
        Post-merge fix: replace xid=* with XID to isolate from number of transactions
      mysql-test/t/binlog.test:
        Post-merge fix: replace xid=* with XID to isolate from number of transactions
      af8e6caa
    • unknown's avatar
      Merge tsmith@bk-internal.mysql.com:/home/bk/mysql-5.0-build · 20d54f96
      unknown authored
      into  quadxeon.mysql.com:/benchmarks/ext3/TOSAVE/tsmith/bk/maint/jun14/50
      
      20d54f96
    • unknown's avatar
      Merge tsmith@bk-internal.mysql.com:/home/bk/mysql-5.0-maint · 65203a94
      unknown authored
      into  quadxeon.mysql.com:/benchmarks/ext3/TOSAVE/tsmith/bk/maint/jun14/50
      
      
      configure.in:
        Auto merged
      sql/mysqld.cc:
        Auto merged
      65203a94
    • unknown's avatar
      Merge bk-internal.mysql.com:/home/bk/mysql-5.0-maint · 8068a6bd
      unknown authored
      into  zippy.cornsilk.net:/home/cmiller/work/mysql/mysql-5.0-maint
      
      8068a6bd
    • unknown's avatar
      follow-up fix · 5b9e27f2
      unknown authored
      
      include/violite.h:
        this may already be defined
      5b9e27f2
    • unknown's avatar
      Backport of · bd4eab18
      unknown authored
      mysql-test/include/wait_for_slave_io_to_stop.inc
      mysql-test/include/wait_for_slave_sql_to_stop.inc
      mysql-test/include/wait_for_slave_to_start.inc
      mysql-test/include/wait_for_slave_to_stop.inc
      from 5.1
      
      
      mysql-test/include/wait_for_slave_io_to_stop.inc:
        New BitKeeper file ``mysql-test/include/wait_for_slave_io_to_stop.inc''
      mysql-test/include/wait_for_slave_sql_to_stop.inc:
        New BitKeeper file ``mysql-test/include/wait_for_slave_sql_to_stop.inc''
      mysql-test/include/wait_for_slave_to_start.inc:
        New BitKeeper file ``mysql-test/include/wait_for_slave_to_start.inc''
      mysql-test/include/wait_for_slave_to_stop.inc:
        New BitKeeper file ``mysql-test/include/wait_for_slave_to_stop.inc''
      bd4eab18
    • unknown's avatar
      Merge pippilotta.erinye.com:/shared/home/df/mysql/build/mysql-5.0-build · c2f2532f
      unknown authored
      into  pippilotta.erinye.com:/shared/home/df/mysql/build/mysql-5.0-build-work
      
      c2f2532f
    • unknown's avatar
      Merge dfischer@bk-internal.mysql.com:/home/bk/mysql-5.0 · 7f17c138
      unknown authored
      into  pippilotta.erinye.com:/shared/home/df/mysql/build/mysql-5.0
      
      7f17c138
    • unknown's avatar
      Added yassl and taocrypt sources to mysqlclientlib · fbe69396
      unknown authored
      
      client/CMakeLists.txt:
        Fix for bug #27861: unresolved externals (yassl and taocrypt)
      fbe69396
  8. 14 Jun, 2007 11 commits
    • unknown's avatar
      Merge bk-internal.mysql.com:/home/bk/mysql-5.0-maint · c7f1e935
      unknown authored
      into  zippy.cornsilk.net:/home/cmiller/work/mysql/mysql-5.0-maint
      
      
      configure.in:
        Auto merged
      sql/mysqld.cc:
        Auto merged
      c7f1e935
    • unknown's avatar
      Merge tsmith@bk-internal.mysql.com:/home/bk/mysql-5.0-build · 28ec3712
      unknown authored
      into  quadxeon.mysql.com:/benchmarks/ext3/TOSAVE/tsmith/bk/maint/jun14/50
      
      
      configure.in:
        Auto merged
      mysql-test/mysql-test-run.pl:
        Auto merged
      mysql-test/r/binlog.result:
        Auto merged
      mysql-test/r/have_log_bin.require:
        Auto merged
      BitKeeper/deleted/.del-ctype_cp932_notembedded.test:
        Auto merged
      mysql-test/t/binlog.test:
        Auto merged
      mysql-test/t/ctype_cp932_binlog.test:
        Auto merged
      mysql-test/t/ctype_ucs_binlog.test:
        Auto merged
      mysql-test/t/flush_block_commit_notembedded.test:
        Auto merged
      mysql-test/t/insert_select-binlog.test:
        Auto merged
      mysql-test/t/mysqlbinlog-cp932.test:
        Auto merged
      mysql-test/t/mysqldump.test:
        Auto merged
      mysql-test/t/sp_trans.test:
        Auto merged
      sql/sql_parse.cc:
        Auto merged
      sql/sql_select.cc:
        Auto merged
      mysql-test/r/mix_innodb_myisam_binlog.result:
        Use local
      mysql-test/t/blackhole.test:
        manual merge
      mysql-test/t/drop_temp_table.test:
        manual merge
      mysql-test/t/mix_innodb_myisam_binlog.test:
        Use local
      mysql-test/t/mysqlbinlog.test:
        Use local
      28ec3712
    • unknown's avatar
      Merge trift2.:/MySQL/M41/push-4.1 · 56a20fea
      unknown authored
      into  trift2.:/MySQL/M50/push-5.0
      
      56a20fea
    • unknown's avatar
      Merge trift2.:/MySQL/M41/mysql-4.1 · 77961c89
      unknown authored
      into  trift2.:/MySQL/M41/push-4.1
      
      77961c89
    • unknown's avatar
      Merge trift2.:/MySQL/M50/mysql-5.0 · d25a72a1
      unknown authored
      into  trift2.:/MySQL/M50/push-5.0
      
      
      sql/item_func.cc:
        Manual merge: thread identity check was gone from this place in main 5.0.
      d25a72a1
    • unknown's avatar
      Bug#21723: Should be able to dump core after setuid() under Linux · 50246ee4
      unknown authored
      In many cases, binaries can no longer dump core after calling setuid().
      
      Where the PR_SET_DUMPABLE macro is set, use the prctl() system call 
      to tell the kernel that it's allowed to dump the core of the server.
      
      
      configure.in:
        Test system for "sys/prctl.h", to get access to prctl().
      sql/mysqld.cc:
        Add a process-control operation that tells the Linux kernel that it 
        is allowed to dump core after setuid().
      50246ee4
    • unknown's avatar
      Merge mysql.com:/d2/hf/mrg/mysql-4.1-opt · f26f2e26
      unknown authored
      into  mysql.com:/d2/hf/mrg/mysql-5.0-opt
      
      f26f2e26
    • unknown's avatar
      Merge bk-internal:/home/bk/mysql-5.0-opt · 19aa79e7
      unknown authored
      into  magare.gmz:/home/kgeorge/mysql/work/valgrind-errs-merge-5.0-opt
      
      19aa79e7
    • unknown's avatar
      5138dcd9
    • unknown's avatar
      Merge bk@192.168.21.1:mysql-5.0 · ab5b1887
      unknown authored
      into  mysql.com:/d2/hf/mrg/mysql-5.0-opt
      
      
      client/mysqltest.c:
        Auto merged
      sql/field.cc:
        Auto merged
      sql/field.h:
        Auto merged
      sql/item.cc:
        Auto merged
      sql/item.h:
        Auto merged
      sql/item_cmpfunc.cc:
        Auto merged
      sql/mysqld.cc:
        Auto merged
      sql/sql_parse.cc:
        Auto merged
      sql/sql_prepare.cc:
        Auto merged
      sql/sql_table.cc:
        Auto merged
      sql/sql_yacc.yy:
        Auto merged
      mysql-test/r/innodb_mysql.result:
        merging
      mysql-test/t/innodb_mysql.test:
        merging
      sql/sql_select.cc:
        merging
      ab5b1887
    • unknown's avatar
      Merge bk@192.168.21.1:mysql-4.1 · 102d4c92
      unknown authored
      into  mysql.com:/d2/hf/mrg/mysql-4.1-opt
      
      102d4c92
  9. 13 Jun, 2007 11 commits