1. 16 Nov, 2006 2 commits
    • unknown's avatar
      Merge baker@bk-internal.mysql.com:/home/bk/mysql-5.1-arch · 3e0eee1d
      unknown authored
      into  zim.(none):/home/brian/mysql/unmerge-5.1
      
      
      3e0eee1d
    • unknown's avatar
      This finished the bzero() on varchar patch I wrote a few months ago. It also... · 97ec4aa6
      unknown authored
      This finished the bzero() on varchar patch I wrote a few months ago. It also completes the data_length() method I added to Fields to determine the length of data for a particular data type. I have many uses for this :)
      
      
      mysql-test/r/archive.result:
        Added test case results.
      mysql-test/t/archive.test:
        Added varchar specifc test case.
      sql/field.cc:
        Just corrected interface.
      sql/field.h:
        Completed data_length() call.
      storage/archive/ha_archive.cc:
        Corrected warnings, and finished bzero() patch
      97ec4aa6
  2. 14 Nov, 2006 7 commits
  3. 13 Nov, 2006 3 commits
  4. 12 Nov, 2006 3 commits
  5. 11 Nov, 2006 8 commits
    • unknown's avatar
      Merge mysql.com:/Users/kent/mysql/bk/mysql-5.0 · 47bdda0b
      unknown authored
      into  mysql.com:/Users/kent/mysql/bk/mysql-5.1
      
      
      mysql-test/mysql-test-run.pl:
        Auto merged
      47bdda0b
    • unknown's avatar
      Merge mysql.com:/Users/kent/mysql/bk/mysql-4.1 · 3af223ed
      unknown authored
      into  mysql.com:/Users/kent/mysql/bk/mysql-5.0
      
      
      3af223ed
    • unknown's avatar
      mysql-test-run.pl: · c6d31783
      unknown authored
        Test for base directory when a RPM install corrected
      
      
      mysql-test/mysql-test-run.pl:
        Test for base directory when a RPM install corrected
      c6d31783
    • unknown's avatar
      Merge bodhi.local:/opt/local/work/mysql-5.0-runtime · c3d9588e
      unknown authored
      into  bodhi.local:/opt/local/work/mysql-5.1-runtime
      
      
      configure.in:
        Auto merged
      include/my_time.h:
        Auto merged
      mysql-test/r/func_time.result:
        Auto merged
      mysql-test/r/rename.result:
        Auto merged
      mysql-test/t/func_time.test:
        Auto merged
      mysql-test/t/im_daemon_life_cycle.imtest:
        Auto merged
      mysql-test/t/rename.test:
        Auto merged
      sql/item_timefunc.cc:
        Auto merged
      sql/time.cc:
        Auto merged
      sql-common/my_time.c:
        Auto merged
      c3d9588e
    • unknown's avatar
      Merge bk-internal.mysql.com:/home/bk/mysql-5.0 · 75a0878f
      unknown authored
      into  bodhi.local:/opt/local/work/mysql-5.0-runtime
      
      
      configure.in:
        Auto merged
      include/my_time.h:
        Auto merged
      mysql-test/r/func_time.result:
        Auto merged
      mysql-test/r/rename.result:
        Auto merged
      mysql-test/t/func_time.test:
        Auto merged
      mysql-test/t/im_daemon_life_cycle.imtest:
        Auto merged
      sql-common/my_time.c:
        Auto merged
      sql/item_timefunc.cc:
        Auto merged
      sql/time.cc:
        Auto merged
      mysql-test/t/rename.test:
        Use local (resolve a conflict)
      75a0878f
    • unknown's avatar
      Merge bk-internal.mysql.com:/data0/bk/mysql-5.1 · 45256b35
      unknown authored
      into  bk-internal.mysql.com:/data0/bk/mysql-5.1-arch
      
      
      include/mysql/plugin.h:
        Auto merged
      sql/sql_plugin.cc:
        Auto merged
      configure.in:
        Auto merged
      sql/mysqld.cc:
        Auto merged
      45256b35
    • unknown's avatar
      Merge baker@bk-internal.mysql.com:/home/bk/mysql-5.1-arch · bfefdaf0
      unknown authored
      into  zim.(none):/home/brian/mysql/merge-5.1
      
      
      configure.in:
        Auto merged
      sql/mysqld.cc:
        Auto merged
      sql/set_var.cc:
        Auto merged
      bfefdaf0
    • unknown's avatar
      This patch fixes the example engine, the example parser, and the example... · 81d3eb54
      unknown authored
      This patch fixes the example engine, the example parser, and the example daemon to compile. AKA You can now test that the interface is actually working :)
      
      
      configure.in:
        Removed unneeded call to old plugin syntax.
      include/mysql/plugin.h:
        Updates for daemon type (and fixed warning on declare end).
      plugin/fulltext/Makefile.am:
        Updated names so that we can install and test it.
      plugin/fulltext/plugin_example.c:
        Fixed wrong call.
      sql/mysqld.cc:
        Removed old have_example (we don't need it any longer).
      sql/set_var.cc:
        Removed old have_example
      sql/sql_plugin.cc:
        Added support for DAEMON type (just an internal raw plugin)
      storage/example/plug.in:
        Removed example static build so that we can test dynamic engines
      plugin/daemon_example/AUTHORS:
        New BitKeeper file ``plugin/daemon_example/AUTHORS''
      plugin/daemon_example/ChangeLog:
        New BitKeeper file ``plugin/daemon_example/ChangeLog''
      plugin/daemon_example/Makefile.am:
        New BitKeeper file ``plugin/daemon_example/Makefile.am''
      plugin/daemon_example/NEWS:
        New BitKeeper file ``plugin/daemon_example/NEWS''
      plugin/daemon_example/README:
        New BitKeeper file ``plugin/daemon_example/README''
      plugin/daemon_example/configure.in:
        New BitKeeper file ``plugin/daemon_example/configure.in''
      plugin/daemon_example/daemon_example.c:
        New BitKeeper file ``plugin/daemon_example/daemon_example.c''
      plugin/daemon_example/plug.in:
        New BitKeeper file ``plugin/daemon_example/plug.in''
      plugin/fulltext/plug.in:
        Added plug.in file so that we compile fulltext example!
      81d3eb54
  6. 10 Nov, 2006 17 commits
    • unknown's avatar
      Merge trift2.:/M50/mysql-5.0 · 2220a3a8
      unknown authored
      into  trift2.:/MySQL/M50/push-5.0
      
      
      2220a3a8
    • unknown's avatar
      Merge trift2.:/MySQL/M50/push-5.0 · 0b2cb662
      unknown authored
      into  trift2.:/MySQL/M51/push-5.1
      
      
      BitKeeper/deleted/.del-gcc.cpp~3d2e013cfac48838:
        Auto merged
      configure.in:
        Auto merged
      include/my_time.h:
        Auto merged
      mysql-test/install_test_db.sh:
        Auto merged
      mysql-test/mysql-test-run-shell.sh:
        Auto merged
      mysql-test/mysql-test-run.pl:
        Auto merged
      mysql-test/r/func_time.result:
        Auto merged
      mysql-test/r/rename.result:
        Auto merged
      mysql-test/t/func_time.test:
        Auto merged
      mysql-test/t/rename.test:
        Auto merged
      sql/item_timefunc.cc:
        Auto merged
      sql-common/my_time.c:
        Auto merged
      sql/mysql_priv.h:
        Auto merged
      sql/time.cc:
        Auto merged
      storage/myisam/sort.c:
        Auto merged
      0b2cb662
    • unknown's avatar
      Merge quadxeon.mysql.com:/benchmarks/ext3/TOSAVE/tsmith/bk/50 · e0854cbc
      unknown authored
      into  quadxeon.mysql.com:/benchmarks/ext3/TOSAVE/tsmith/bk/51
      
      
      mysql-test/mysql-test-run.pl:
        Auto merged
      e0854cbc
    • unknown's avatar
      Merge tsmith@bk-internal.mysql.com:/home/bk/mysql-5.1 · 0bd4eaa7
      unknown authored
      into  quadxeon.mysql.com:/benchmarks/ext3/TOSAVE/tsmith/bk/51
      
      
      mysql-test/mysql-test-run.pl:
        Auto merged
      0bd4eaa7
    • unknown's avatar
      Merge tsmith@bk-internal.mysql.com:/home/bk/mysql-5.0 · 40896957
      unknown authored
      into  quadxeon.mysql.com:/benchmarks/ext3/TOSAVE/tsmith/bk/50
      
      
      40896957
    • unknown's avatar
      Merge trift2.:/MySQL/M50/bug24023-5.0 · f4113236
      unknown authored
      into  trift2.:/MySQL/M50/push-5.0
      
      
      BitKeeper/deleted/.del-gcc.cpp~3d2e013cfac48838:
        Auto merged
      f4113236
    • unknown's avatar
      Merge trift2.:/MySQL/M41/push-4.1 · 56934f9d
      unknown authored
      into  trift2.:/MySQL/M50/push-5.0
      
      
      BitKeeper/deleted/.del-gcc.cpp~3d2e013cfac48838:
        Auto merged
      configure.in:
        Auto merged
      include/my_time.h:
        Auto merged
      mysql-test/install_test_db.sh:
        Auto merged
      mysql-test/mysql-test-run.sh:
        Auto merged
      mysql-test/r/func_time.result:
        Auto merged
      mysql-test/r/rename.result:
        Auto merged
      mysql-test/t/func_time.test:
        Auto merged
      mysql-test/t/rename.test:
        Auto merged
      sql/item_timefunc.cc:
        Auto merged
      sql/mysql_priv.h:
        Auto merged
      sql-common/my_time.c:
        Auto merged
      sql/time.cc:
        Auto merged
      myisam/sort.c:
        Manual merge: "use local" (= 5.0 version).
      mysql-test/mysql-test-run.pl:
        Manual merge, part of the fix for bug#17194.
      56934f9d
    • unknown's avatar
      Merge trift2.:/MySQL/M41/bug17194-4.1 · aa341c49
      unknown authored
      into  trift2.:/MySQL/M41/push-4.1
      
      
      aa341c49
    • unknown's avatar
      Merge trift2.:/MySQL/M41/clone-4.1 · 744aadbe
      unknown authored
      into  trift2.:/MySQL/M41/push-4.1
      
      
      myisam/sort.c:
        Auto merged
      mysql-test/mysql-test-run.sh:
        Auto merged
      mysql-test/mysql-test-run.pl:
        Manual merge.
      744aadbe
    • unknown's avatar
      Merge dfischer@bk-internal.mysql.com:/home/bk/mysql-4.1 · 1cb38d3b
      unknown authored
      into  kahlann.erinye.com:/home/df/mysql/build/mtr-4.1
      
      
      1cb38d3b
    • unknown's avatar
      Merge dfischer@bk-internal.mysql.com:/home/bk/mysql-5.0 · 694227c0
      unknown authored
      into  kahlann.erinye.com:/home/df/mysql/build/mtr-5.0
      
      
      mysql-test/mysql-test-run.pl:
        merge
      694227c0
    • unknown's avatar
      Merge kahlann.erinye.com:/home/df/mysql/build/mtr-5.0 · 9cbd8a04
      unknown authored
      into  kahlann.erinye.com:/home/df/mysql/build/51
      
      
      mysql-test/mysql-test-run.pl:
        SCCS merged
      9cbd8a04
    • unknown's avatar
      Merge kahlann.erinye.com:/home/df/mysql/build/mtr-4.1 · 0f8e62b4
      unknown authored
      into  kahlann.erinye.com:/home/df/mysql/build/mtr-5.0
      
      
      mysql-test/mysql-test-run.pl:
        Auto merged
      0f8e62b4
    • unknown's avatar
      add --report-features to mysql-test-run.pl · df1b6ae6
      unknown authored
      
      mysql-test/mysql-test-run.pl:
        add --report-features
      mysql-test/include/report-features.test:
        test file showing server features for mysql-test-run.pl --report-features
      df1b6ae6
    • unknown's avatar
      Merge pchardin@bk-internal.mysql.com:/home/bk/mysql-4.1 · cb80733a
      unknown authored
      into  outpost.site:/home/cps/mysql/trees/4.1-runtime-bug9191
      
      
      configure.in:
        Auto merged
      include/my_time.h:
        Auto merged
      mysql-test/r/func_time.result:
        Auto merged
      mysql-test/r/rename.result:
        Auto merged
      mysql-test/t/func_time.test:
        Auto merged
      sql-common/my_time.c:
        Auto merged
      sql/item_timefunc.cc:
        Auto merged
      sql/time.cc:
        Auto merged
      mysql-test/t/rename.test:
        choose one of the race problem solutions. It was solved
        differently in -runtime and mainstream
      cb80733a
    • unknown's avatar
      Merge ted.mysql.internal:/home/ted/src/mysql/50-gca · b48ff93e
      unknown authored
      into  ted.mysql.internal:/home/ted/src/mysql/mysql-5.1-new-maint
      
      
      client/mysql_upgrade.c:
        Auto merged
      b48ff93e
    • unknown's avatar
      Memory allocation bug fixed · 3c47f57f
      unknown authored
      3c47f57f