1. 28 Sep, 2006 5 commits
  2. 27 Sep, 2006 11 commits
  3. 25 Sep, 2006 2 commits
    • unknown's avatar
      Bug#20615 · e50bb605
      unknown authored
        "plugin name lost when loading an already-loaded name"
        Do not delete existing plugin when loading a new plugin which has the
        same name.
      
      
      sql/sql_plugin.cc:
        Bug#20615
          Don't delete the plugin if it wasn't added.
      e50bb605
    • unknown's avatar
      Bug#21610 · 7950abcf
      unknown authored
        "Loaded engine does not load after restart."
        Junk characters caused plugin load to fail silently.
      
      
      sql/sql_plugin.cc:
        junk characters cause plugin load to fail.
        eliminate use of strlen().
      7950abcf
  4. 23 Sep, 2006 3 commits
    • unknown's avatar
      Merge chilla.local:/home/mydev/mysql-5.0-bug14400-monty · c73ba0f5
      unknown authored
      into  chilla.local:/home/mydev/mysql-5.1-bug14400-monty
      
      
      BitKeeper/etc/ignore:
        auto-union
      mysql-test/r/myisam.result:
        Auto merged
      mysql-test/t/myisam.test:
        Auto merged
      sql/opt_range.cc:
        Auto merged
      sql/sql_select.cc:
        Auto merged
      storage/myisam/mi_rkey.c:
        Auto merged
      c73ba0f5
    • unknown's avatar
      Merge chilla.local:/home/mydev/mysql-4.1-bug14400-monty · 04aa144e
      unknown authored
      into  chilla.local:/home/mydev/mysql-5.0-bug14400-monty
      
      
      BitKeeper/etc/ignore:
        auto-union
      myisam/mi_rkey.c:
        Auto merged
      mysql-test/r/myisam.result:
        Auto merged
      mysql-test/t/myisam.test:
        Auto merged
      sql/sql_select.cc:
        Auto merged
      04aa144e
    • unknown's avatar
      Merge chilla.local:/home/mydev/mysql-4.0-bug14400 · 2c030b4b
      unknown authored
      into  chilla.local:/home/mydev/mysql-4.1-bug14400-monty
      
      
      myisam/mi_rkey.c:
        Bug#14400 - Query joins wrong rows from table which is subject of
                    "concurrent insert"
        Merge of after merge fix
      mysql-test/r/myisam.result:
        Bug#14400 - Query joins wrong rows from table which is subject of
                    "concurrent insert"
        Merge of after merge fix
      mysql-test/t/myisam.test:
        Bug#14400 - Query joins wrong rows from table which is subject of
                    "concurrent insert"
        Merge of after merge fix
      2c030b4b
  5. 22 Sep, 2006 3 commits
  6. 21 Sep, 2006 2 commits
  7. 20 Sep, 2006 4 commits
    • unknown's avatar
      Merge xiphis.org:/home/antony/work2/p2-bug22417.1 · 8ec495c2
      unknown authored
      into  xiphis.org:/home/antony/work2/p2-bug22417.2
      
      8ec495c2
    • unknown's avatar
      Merge chilla.local:/home/mydev/mysql-5.1--team · 0ca82bb1
      unknown authored
      into  chilla.local:/home/mydev/mysql-5.1-tomain
      
      
      mysql-test/t/disabled.def:
        Auto merged
      sql/opt_range.cc:
        Auto merged
      sql/sql_select.cc:
        Auto merged
      mysql-test/r/innodb_mysql.result:
        Manual merge from 5.1-engines.
      0ca82bb1
    • unknown's avatar
      BUG#21459 - myisam_ftdump gives bad counts for common words · a442e432
      unknown authored
      This problem affects myisam_ftdump tool only.
      
      For fulltext index positive subkeys means word weight, negative subkeys
      means number of documents in level 2 fulltext index.
      
      Fixed that document counter was not properly updated for keys having
      level 2 fulltext index.
      
      No test case for this bug.
      
      
      myisam/myisam_ftdump.c:
        For fulltext index positive subkeys means word weight, negative subkeys
        means number of documents in level 2 fulltext index.
        
        Fixed that document counter was not properly updated for keys having
        level 2 fulltext index.
      a442e432
    • unknown's avatar
      Merge bk-internal.mysql.com:/home/bk/mysql-4.1-engines · c6e413c7
      unknown authored
      into  chilla.local:/home/mydev/mysql-4.1-bug14400-monty
      
      
      BitKeeper/etc/ignore:
        auto-union
      mysql-test/r/myisam.result:
        Auto merged
      mysql-test/t/myisam.test:
        Auto merged
      sql/sql_select.cc:
        Auto merged
      c6e413c7
  8. 19 Sep, 2006 7 commits
    • unknown's avatar
      BUG#10974 - No error message if merge table based on union of innodb, memory · 485e862e
      unknown authored
      Fixed confusing error message from the storage engine when
      it fails to open underlying table. The error message is issued
      when a table is _opened_ (not when it is created).
      
      
      myisammrg/myrg_open.c:
        Set my_errno to HA_ERR_WRONG_MRG_TABLE_DEF if attempt to open
        underlying table failed.
      mysql-test/r/merge.result:
        A test case for bug#10974.
      mysql-test/r/repair.result:
        Fixed a test case according to patch for bug#10974.
      mysql-test/t/merge.test:
        A test case for bug#10974.
      sql/share/english/errmsg.txt:
        Better error message if we fail to open underlying table.
      sql/table.cc:
        Report error from handler with print_error instead of frm_error. This
        fixes confusing error message from the handler. Actually this is
        backported from 5.0.
      485e862e
    • unknown's avatar
      Merge chilla.local:/home/mydev/mysql-5.0-bug14400-monty · 70762677
      unknown authored
      into  chilla.local:/home/mydev/mysql-5.1-bug14400-monty
      
      
      BitKeeper/etc/ignore:
        auto-union
      include/my_global.h:
        Auto merged
      mysql-test/r/myisam.result:
        Auto merged
      mysql-test/t/myisam.test:
        Auto merged
      sql/handler.cc:
        Auto merged
      sql/opt_range.cc:
        Auto merged
      sql/sql_select.cc:
        Auto merged
      storage/myisam/mi_rkey.c:
        Auto merged
      storage/myisam/mi_test_all.res:
        Auto merged
      storage/myisam/mi_test_all.sh:
        Merge from 5.0.
      70762677
    • unknown's avatar
      After merge fix. · 432d127e
      unknown authored
      432d127e
    • unknown's avatar
      Merge chilla.local:/home/mydev/mysql-4.1-bug14400-monty · 8383b486
      unknown authored
      into  chilla.local:/home/mydev/mysql-5.0-bug14400-monty
      
      
      BitKeeper/etc/ignore:
        auto-union
      include/my_global.h:
        Auto merged
      myisam/mi_rkey.c:
        Auto merged
      mysql-test/r/myisam.result:
        Auto merged
      mysql-test/t/myisam.test:
        Auto merged
      myisam/mi_test_all.res:
        Manual merge from 4.1.
      sql/sql_select.cc:
        Manual merge from 4.1.
      8383b486
    • unknown's avatar
      Merge bk-internal:/home/bk/mysql-4.0 · 1102d49d
      unknown authored
      into  chilla.local:/home/mydev/mysql-4.1-bug14400-monty
      
      
      BitKeeper/etc/ignore:
        auto-union
      include/my_global.h:
        Auto merged
      myisam/mi_rkey.c:
        Manual null merge as a better fix is already present.
      mysql-test/r/myisam.result:
        Manual null merge as a better fix is already present.
      mysql-test/t/myisam.test:
        Manual null merge as a better fix is already present.
      sql/sql_select.cc:
        Manual merge of purify improvements.
      1102d49d
    • unknown's avatar
      Merge bk-internal.mysql.com:/home/bk/mysql-5.0-engines · 0522acdf
      unknown authored
      into  chilla.local:/home/mydev/mysql-5.0--team
      
      
      mysql-test/r/myisam.result:
        Auto merged
      mysql-test/t/myisam.test:
        Auto merged
      sql/handler.cc:
        Auto merged
      sql/opt_range.cc:
        Auto merged
      0522acdf
    • unknown's avatar
      Bug#22417 · afbe6db4
      unknown authored
        "plug.in not included in dist source"
      
      
      storage/archive/Makefile.am:
        plug.in needs to be included in dist
      storage/blackhole/Makefile.am:
        plug.in needs to be included in dist
      storage/csv/Makefile.am:
        plug.in needs to be included in dist
      storage/example/Makefile.am:
        plug.in needs to be included in dist
      storage/federated/Makefile.am:
        plug.in needs to be included in dist
      storage/heap/Makefile.am:
        plug.in needs to be included in dist
      storage/innobase/Makefile.am:
        plug.in needs to be included in dist
      storage/myisam/Makefile.am:
        plug.in needs to be included in dist
      storage/myisammrg/Makefile.am:
        plug.in needs to be included in dist
      storage/ndb/Makefile.am:
        plug.in needs to be included in dist
      afbe6db4
  9. 18 Sep, 2006 3 commits
    • unknown's avatar
      post merge fixes · 2327142d
      unknown authored
      
      BitKeeper/deleted/.del-strict_autoinc_4bdb.test:
        Delete: mysql-test/t/strict_autoinc_4bdb.test
      mysql-test/r/strict_autoinc_1myisam.result:
        post merge fixes, error message was changed
      mysql-test/r/strict_autoinc_2innodb.result:
        post merge fixes, error message was changed
      mysql-test/r/strict_autoinc_3heap.result:
        post merge fixes, error message was changed
      mysql-test/r/strict_autoinc_5ndb.result:
        post merge fixes, error message was changed
      2327142d
    • unknown's avatar
      Merge acurtis@bk-internal.mysql.com:/home/bk/mysql-5.0-engines · 60425590
      unknown authored
      into  xiphis.org:/home/antony/work2/engines-merge
      
      
      BitKeeper/deleted/.del-ha_berkeley.cc:
        Auto merged
      mysql-test/r/myisam.result:
        Auto merged
      mysql-test/t/myisam.test:
        Auto merged
      sql/opt_range.cc:
        Auto merged
      storage/heap/ha_heap.cc:
        Auto merged
      storage/myisam/ha_myisam.cc:
        Auto merged
      storage/myisam/mi_packrec.c:
        Auto merged
      storage/myisam/mi_rkey.c:
        Auto merged
      storage/myisammrg/ha_myisammrg.cc:
        Auto merged
      include/my_base.h:
        manual merge
      sql/ha_ndbcluster.cc:
        manual merge
      sql/handler.cc:
        manual merge
      sql/handler.h:
        manual merge
      sql/share/errmsg.txt:
        manual merge
      storage/innobase/handler/ha_innodb.cc:
        manual merge
      60425590
    • unknown's avatar
      Merge bk-internal.mysql.com:/home/bk/mysql-5.0-engines · cf275ba9
      unknown authored
      into  chilla.local:/home/mydev/mysql-5.0--team
      
      
      mysql-test/r/myisam.result:
        Auto merged
      mysql-test/t/myisam.test:
        Auto merged
      sql/handler.cc:
        Auto merged
      sql/opt_range.cc:
        Auto merged
      cf275ba9