1. 17 Nov, 2005 1 commit
    • unknown's avatar
      Fix for BUG#15018 "valgrind error in Rpl_filter (uninitalized memory - could crash)". · 48e7d1e2
      unknown authored
      The code was reading a HASH or DYNAMIC_ARRAY which may be uninited (difference from 5.0
      is that those vars were always zeroed in 5.0 because were static globals, while they are new'd in 5.1).
      
      
      sql/rpl_filter.cc:
        the hash or dynamic_array may not be inited, depends on a bool (e.g. if wild_do_table_inited==0
        wild_do_table is uninitialized memory); the code was not taking the bool into account and so reading uninited memory.
      sql/rpl_filter.h:
        comments and prototype change (see rpl_filter.cc)
      48e7d1e2
  2. 16 Nov, 2005 1 commit
  3. 15 Nov, 2005 1 commit
  4. 14 Nov, 2005 1 commit
  5. 12 Nov, 2005 1 commit
    • unknown's avatar
      2 More --bdb variables (fix for bug #14895) · 029fb874
      unknown authored
      - added bdb-cache-parts
      - modified bdb-cache-size to support more than 4G
      - added bdb-region-size (size of memory pool for storing file names used in transaction)
      
      
      sql/ha_berkeley.cc:
        - added bdb-cache-parts
        - modified bdb-cache-size to support more than 4G
        - added bdb-region-size (size of memory pool for storing file names used in transaction)
      sql/ha_berkeley.h:
        - added bdb-cache-parts
        - modified bdb-cache-size to support more than 4G
        - added bdb-region-size (size of memory pool for storing file names used in transaction)
      sql/mysqld.cc:
        - added bdb-cache-parts
        - modified bdb-cache-size to support more than 4G
        - added bdb-region-size (size of memory pool for storing file names used in transaction)
      sql/set_var.cc:
        - added bdb-cache-parts
        - modified bdb-cache-size to support more than 4G
        - added bdb-region-size (size of memory pool for storing file names used in transaction)
      029fb874
  6. 11 Nov, 2005 4 commits
    • unknown's avatar
      Sync suggestions for bdb_cache_size in my-medium.cnf and my-huge.cnf to · 2e3dfebb
      unknown authored
      be the same as the suggested innodb_buffer_pool_size.
      
      
      support-files/my-large.cnf.sh:
        Increase bdb_cache_size
      support-files/my-medium.cnf.sh:
        Increase bdb_cache_size
      2e3dfebb
    • unknown's avatar
      Merge grichter@bk-internal.mysql.com:/home/bk/mysql-5.1-new · c0e0f57c
      unknown authored
      into lmy002.wdf.sap.corp:/home/georg/work/mysql/prod/mysql-5.1
      
      
      BitKeeper/deleted/.del-compile-sap-debug~d5408f42e7872e6e:
        Auto merged
      BitKeeper/deleted/.del-compile-sap~a5a15ffc19b27505:
        Auto merged
      c0e0f57c
    • unknown's avatar
      removed old sap build files · 883ae96f
      unknown authored
      
      BitKeeper/deleted/.del-compile-sap~a5a15ffc19b27505:
        Delete: BUILD/compile-sap
      BitKeeper/deleted/.del-compile-sap-debug~d5408f42e7872e6e:
        Delete: BUILD/compile-sap-debug
      883ae96f
    • unknown's avatar
      unneeded files · 2d4711a1
      unknown authored
      
      BitKeeper/deleted/.del-compile-sap-debug~d5408f42e7872e6e:
        Delete: BUILD/compile-sap-debug
      BitKeeper/deleted/.del-compile-sap~a5a15ffc19b27505:
        Delete: BUILD/compile-sap
      2d4711a1
  7. 10 Nov, 2005 5 commits
  8. 09 Nov, 2005 2 commits
  9. 08 Nov, 2005 4 commits
    • unknown's avatar
      ndb - super pool update (future use) · 99b3bc7a
      unknown authored
      
      storage/ndb/src/kernel/vm/SuperPool.cpp:
        super pool update
      storage/ndb/src/kernel/vm/SuperPool.hpp:
        super pool update
      storage/ndb/src/kernel/vm/testSuperPool.cpp:
        super pool update
      99b3bc7a
    • unknown's avatar
    • unknown's avatar
      configure.in: · 867a5b54
      unknown authored
        Temporary work around to pass --build=... to configure
        in storage engine sub directory
      print_file.cpp:
        HP-UX compiler don't like variable shadowing
      AsyncFile.cpp:
        Cast result from strstr() to char* for HP-UX compile
      trigger_definitions.h:
        "MIN" and "MAX" are not used for trigger stuff, move to a more global include
      ndb_global.h.in:
        Define "MIN" and "MAX" globally for all NDB, in case the platform does not have it (like Solaris).
        Moved here from "include/kernel/trigger_definitions.h".
      Makefile.am:
        Add missing ha_* files to EXTRA_mysqld_SOURCES
      
      
      sql/Makefile.am:
        Add missing ha_* files to EXTRA_mysqld_SOURCES
      storage/ndb/include/ndb_global.h.in:
        Define "MIN" and "MAX" globally for all NDB, in case the platform does not have it (like Solaris).
        Moved here from "include/kernel/trigger_definitions.h".
      storage/ndb/include/kernel/trigger_definitions.h:
        "MIN" and "MAX" are not used for trigger stuff, move to a more global include
      storage/ndb/src/kernel/blocks/ndbfs/AsyncFile.cpp:
        Cast result from strstr() to char* for HP-UX compile
      storage/ndb/src/kernel/blocks/print_file.cpp:
        HP-UX compiler don't like variable shadowing
      configure.in:
        Temporary work around to pass --build=... to configure
        in storage engine sub directory
      867a5b54
    • unknown's avatar
      Add generated files to ignore list · 242e020a
      unknown authored
      
      BitKeeper/etc/ignore:
        Add missing files
      242e020a
  10. 07 Nov, 2005 10 commits
    • unknown's avatar
      Merge jbruehe@bk-internal.mysql.com:/home/bk/mysql-5.1-new · bffefbf8
      unknown authored
      into mysql.com:/M51/mysql-5.1
      
      
      bffefbf8
    • unknown's avatar
      Merge mysql.com:/M50/bug14720 into mysql.com:/M51/merge-5.1 · 534d9587
      unknown authored
      
      mysql-test/r/connect.result:
        Auto merged
      534d9587
    • unknown's avatar
      mysql-test/r/connect.result + mysql-test/t/connect.test · af2e0dc4
      unknown authored
      Replace the full socket path name, not just a directory component. bug#14720
      
      
      mysql-test/r/connect.result:
        In cases where "--tmpdir=" is given to the test run, the socket file is not created below
        "$MYSQL_TEST_DIR" but rather within this directory. So the "--replace_result" should not 
        be done to a directory in the path but rather to the complete path name of the socket file. 
        bug#14720
      mysql-test/t/connect.test:
        In cases where "--tmpdir=" is given to the test run, the socket file is not created below
        "$MYSQL_TEST_DIR" but rather within this directory. So the "--replace_result" should not
        be done to a directory in the path but rather to the complete path name of the socket file.
        bug#14720
      af2e0dc4
    • unknown's avatar
      Merge tulin@bk-internal.mysql.com:/home/bk/mysql-5.1-new · bc029208
      unknown authored
      into  poseidon.ndb.mysql.com:/home/tomas/mysql-5.1-new
      
      
      bc029208
    • unknown's avatar
    • unknown's avatar
      corrected compile error in ndb · 9ea37cf2
      unknown authored
      9ea37cf2
    • unknown's avatar
      Merge poseidon.ndb.mysql.com:/home/tomas/mysql-5.1-new · 6eb7f72b
      unknown authored
      into  poseidon.ndb.mysql.com:/home/tomas/m51new
      
      
      configure.in:
        Auto merged
      storage/ndb/include/kernel/kernel_types.h:
        Auto merged
      sql/ha_ndbcluster.cc:
        manual merge
      6eb7f72b
    • unknown's avatar
      Make storage engines "pluggable", handlerton work · 6b3a9cae
      unknown authored
      
      Makefile.am:
        Changes to autoconf subst
      config/ac-macros/ha_berkeley.m4:
        simplify
      config/ac-macros/ha_ndbcluster.m4:
        simplify
      config/ac-macros/ha_partition.m4:
        simplify
      configure.in:
        strip configure of storage engine specific cruft and simplify
      extra/Makefile.am:
        changes to autoconf/automake subst
      libmysqld/Makefile.am:
        only compile storage engines if required.
        make find object file a little smarter
      libmysqld/examples/Makefile.am:
        changes to autoconf subst
      mysql-test/Makefile.am:
        remove storage engine specific cruft
      mysql-test/r/ps_1general.result:
        cannot gaurantee order of results from 'show storage engines'
      mysql-test/r/show_check.result:
        fix test - frm file fails to be deleted if it is invalid
      mysql-test/r/sql_mode.result:
        isam does not exist, test may need to be redone/fixed in 5.0
      mysql-test/r/warnings.result:
        isam no longer exists
      mysql-test/t/ps_1general.test:
        cannot gaurantee order of results from 'show storage engines'
      mysql-test/t/show_check.test:
        fix test - frm file fails to be deleted if it is invalid
      mysql-test/t/sql_mode.test:
        isam does not exist, test may need to be redone/fixed in 5.0
      mysql-test/t/system_mysql_db_fix.test:
        change isam to myisam
      mysql-test/t/view.test:
        change isam to myisam
      mysql-test/t/warnings.test:
        isam no longer exists
      sql/Makefile.am:
        Make storage engines "pluggable" stage 1
        only compile storage engines if included
      sql/examples/ha_example.cc:
        handlerton work
      sql/examples/ha_example.h:
        handlerton work
      sql/examples/ha_tina.cc:
        handlerton work
      sql/examples/ha_tina.h:
        handlerton work
      sql/ha_archive.cc:
        handlerton work
      sql/ha_archive.h:
        handlerton work
      sql/ha_berkeley.cc:
        handlerton work
      sql/ha_berkeley.h:
        handlerton work
      sql/ha_blackhole.cc:
        handlerton work
      sql/ha_federated.cc:
        handlerton work
      sql/ha_federated.h:
        handlerton work
      sql/ha_heap.cc:
        handlerton work
      sql/ha_innodb.cc:
        handlerton work
      sql/ha_innodb.h:
        handlerton work
      sql/ha_myisam.cc:
        handlerton work
      sql/ha_myisammrg.cc:
        handlerton work
      sql/ha_ndbcluster.cc:
        handlerton work
      sql/ha_ndbcluster.h:
        handlerton work
      sql/ha_partition.cc:
        handlerton work
      sql/handler.cc:
        start removing storage engine specific cruft
      sql/handler.h:
        start removing storage engine specific cruft
        db_type for binlog handlerton
        handlerton flag for not-user-selectable storage engines
      sql/lex.h:
        start removing storage engine specific cruft
      sql/log.cc:
        handlerton work
        give binlog handlerton a 'real' db_type
      sql/mysql_priv.h:
        start removing storage engine specific cruft
      sql/mysqld.cc:
        start removing storage engine specific cruft
      sql/set_var.cc:
        start removing storage engine specific cruft
      sql/sp_head.cc:
        start removing storage engine specific cruft
      sql/sql_class.cc:
        start removing storage engine specific cruft
      sql/sql_class.h:
        start removing storage engine specific cruft
      sql/sql_lex.h:
        start removing storage engine specific cruft
      sql/sql_manager.cc:
        start removing storage engine specific cruft
      sql/sql_manager.h:
        start removing storage engine specific cruft
      sql/sql_parse.cc:
        start removing storage engine specific cruft
      sql/sql_partition.cc:
        start removing storage engine specific cruft
      sql/sql_prepare.cc:
        start removing storage engine specific cruft
      sql/sql_show.cc:
        start removing storage engine specific cruft
      sql/sql_table.cc:
        changed define from HAVE_PARTITION_DB to WITH_PARTITION_STORAGE_ENGINE
        start removing storage engine specific cruft
      sql/sql_update.cc:
        changed define from HAVE_PARTITION_DB to WITH_PARTITION_STORAGE_ENGINE
      sql/sql_yacc.yy:
        start removing storage engine specific cruft
        test if we should throw error
      sql/table.cc:
        changed define from HAVE_PARTITION_DB to WITH_PARTITION_STORAGE_ENGINE
      sql/table.h:
        changed define from HAVE_PARTITION_DB to WITH_PARTITION_STORAGE_ENGINE
      sql/unireg.cc:
        changed define from HAVE_PARTITION_DB to WITH_PARTITION_STORAGE_ENGINE
      storage/ndb/include/kernel/kernel_types.h:
        added my_config.h
      storage/ndb/include/ndb_global.h.in:
        added my_config.h
      storage/ndb/include/ndb_types.h.in:
        added my_config.h
      config/ac-macros/storage.m4:
        New BitKeeper file ``config/ac-macros/storage.m4''
      sql/handlerton.cc.in:
        New BitKeeper file ``sql/handlerton.cc.in''
      6b3a9cae
    • unknown's avatar
      ndb - Fix problematic handling of TUP_ALLOC/DEALLOC REQ wrt varsize · 6be5f8a3
      unknown authored
          same row -
            prepare delete, prepare insert (with different size), commit delete, commit insert would lead to assertion
              as prepare insert didnt call handle_size_change_after_update
      
      
      6be5f8a3
    • unknown's avatar
      Import ndb varsize · ee740746
      unknown authored
      
      BitKeeper/deleted/.del-MetaData.cpp~146ae9865dd35829:
        Delete: storage/ndb/src/kernel/vm/MetaData.cpp
      BitKeeper/deleted/.del-MetaData.hpp~538342afcd8ac53c:
        Delete: storage/ndb/src/kernel/vm/MetaData.hpp
      BitKeeper/deleted/.del-DbtupLCP.cpp~855b1ed3fbc86a42:
        Delete: storage/ndb/src/kernel/blocks/dbtup/DbtupLCP.cpp
      BitKeeper/deleted/.del-DbtupSystemRestart.cpp~15b54d7e4e75d2d:
        Delete: storage/ndb/src/kernel/blocks/dbtup/DbtupSystemRestart.cpp
      BitKeeper/deleted/.del-DbtupUndoLog.cpp~5a2ef6e86b1404e9:
        Delete: storage/ndb/src/kernel/blocks/dbtup/DbtupUndoLog.cpp
      storage/ndb/include/kernel/signaldata/CreateFilegroup.hpp:
        New BitKeeper file ``storage/ndb/include/kernel/signaldata/CreateFilegroup.hpp''
      storage/ndb/include/kernel/signaldata/CreateFilegroupImpl.hpp:
        New BitKeeper file ``storage/ndb/include/kernel/signaldata/CreateFilegroupImpl.hpp''
      storage/ndb/include/kernel/signaldata/CreateObj.hpp:
        New BitKeeper file ``storage/ndb/include/kernel/signaldata/CreateObj.hpp''
      storage/ndb/include/kernel/signaldata/DictObjOp.hpp:
        New BitKeeper file ``storage/ndb/include/kernel/signaldata/DictObjOp.hpp''
      storage/ndb/include/kernel/signaldata/DropFilegroup.hpp:
        New BitKeeper file ``storage/ndb/include/kernel/signaldata/DropFilegroup.hpp''
      storage/ndb/include/kernel/signaldata/DropFilegroupImpl.hpp:
        New BitKeeper file ``storage/ndb/include/kernel/signaldata/DropFilegroupImpl.hpp''
      storage/ndb/include/kernel/signaldata/DropObj.hpp:
        New BitKeeper file ``storage/ndb/include/kernel/signaldata/DropObj.hpp''
      storage/ndb/include/kernel/signaldata/Extent.hpp:
        New BitKeeper file ``storage/ndb/include/kernel/signaldata/Extent.hpp''
      storage/ndb/include/kernel/signaldata/LgmanContinueB.hpp:
        New BitKeeper file ``storage/ndb/include/kernel/signaldata/LgmanContinueB.hpp''
      storage/ndb/include/kernel/signaldata/PgmanContinueB.hpp:
        New BitKeeper file ``storage/ndb/include/kernel/signaldata/PgmanContinueB.hpp''
      storage/ndb/include/kernel/signaldata/RestoreContinueB.hpp:
        New BitKeeper file ``storage/ndb/include/kernel/signaldata/RestoreContinueB.hpp''
      storage/ndb/include/kernel/signaldata/RestoreImpl.hpp:
        New BitKeeper file ``storage/ndb/include/kernel/signaldata/RestoreImpl.hpp''
      storage/ndb/include/kernel/signaldata/TsmanContinueB.hpp:
        New BitKeeper file ``storage/ndb/include/kernel/signaldata/TsmanContinueB.hpp''
      storage/ndb/src/kernel/blocks/dbdih/printSysfile.cpp:
        New BitKeeper file ``storage/ndb/src/kernel/blocks/dbdih/printSysfile.cpp''
      storage/ndb/src/kernel/blocks/dbtup/DbtupDiskAlloc.cpp:
        New BitKeeper file ``storage/ndb/src/kernel/blocks/dbtup/DbtupDiskAlloc.cpp''
      storage/ndb/src/kernel/blocks/dbtup/DbtupVarAlloc.cpp:
        New BitKeeper file ``storage/ndb/src/kernel/blocks/dbtup/DbtupVarAlloc.cpp''
      storage/ndb/src/kernel/blocks/dbtup/Undo_buffer.cpp:
        New BitKeeper file ``storage/ndb/src/kernel/blocks/dbtup/Undo_buffer.cpp''
      storage/ndb/src/kernel/blocks/dbtup/Undo_buffer.hpp:
        New BitKeeper file ``storage/ndb/src/kernel/blocks/dbtup/Undo_buffer.hpp''
      storage/ndb/src/kernel/blocks/dbtup/test_varpage.cpp:
        New BitKeeper file ``storage/ndb/src/kernel/blocks/dbtup/test_varpage.cpp''
      storage/ndb/src/kernel/blocks/dbtup/tuppage.cpp:
        New BitKeeper file ``storage/ndb/src/kernel/blocks/dbtup/tuppage.cpp''
      storage/ndb/src/kernel/blocks/dbtup/tuppage.hpp:
        New BitKeeper file ``storage/ndb/src/kernel/blocks/dbtup/tuppage.hpp''
      storage/ndb/src/kernel/blocks/diskpage.cpp:
        New BitKeeper file ``storage/ndb/src/kernel/blocks/diskpage.cpp''
      storage/ndb/src/kernel/blocks/diskpage.hpp:
        New BitKeeper file ``storage/ndb/src/kernel/blocks/diskpage.hpp''
      storage/ndb/src/kernel/blocks/lgman.cpp:
        New BitKeeper file ``storage/ndb/src/kernel/blocks/lgman.cpp''
      storage/ndb/src/kernel/blocks/lgman.hpp:
        New BitKeeper file ``storage/ndb/src/kernel/blocks/lgman.hpp''
      storage/ndb/src/kernel/blocks/pgman.cpp:
        New BitKeeper file ``storage/ndb/src/kernel/blocks/pgman.cpp''
      storage/ndb/src/kernel/blocks/pgman.hpp:
        New BitKeeper file ``storage/ndb/src/kernel/blocks/pgman.hpp''
      storage/ndb/src/kernel/blocks/print_file.cpp:
        New BitKeeper file ``storage/ndb/src/kernel/blocks/print_file.cpp''
      storage/ndb/src/kernel/blocks/restore.cpp:
        New BitKeeper file ``storage/ndb/src/kernel/blocks/restore.cpp''
      storage/ndb/src/kernel/blocks/restore.hpp:
        New BitKeeper file ``storage/ndb/src/kernel/blocks/restore.hpp''
      storage/ndb/src/kernel/blocks/tsman.cpp:
        New BitKeeper file ``storage/ndb/src/kernel/blocks/tsman.cpp''
      storage/ndb/src/kernel/blocks/tsman.hpp:
        New BitKeeper file ``storage/ndb/src/kernel/blocks/tsman.hpp''
      storage/ndb/src/kernel/vm/DLCFifoList.hpp:
        New BitKeeper file ``storage/ndb/src/kernel/vm/DLCFifoList.hpp''
      storage/ndb/src/kernel/vm/DLCHashTable.hpp:
        New BitKeeper file ``storage/ndb/src/kernel/vm/DLCHashTable.hpp''
      storage/ndb/src/kernel/vm/KeyTable2Ref.hpp:
        New BitKeeper file ``storage/ndb/src/kernel/vm/KeyTable2Ref.hpp''
      storage/ndb/src/kernel/vm/Rope.cpp:
        New BitKeeper file ``storage/ndb/src/kernel/vm/Rope.cpp''
      storage/ndb/src/kernel/vm/Rope.hpp:
        New BitKeeper file ``storage/ndb/src/kernel/vm/Rope.hpp''
      ee740746
  11. 06 Nov, 2005 10 commits
    • unknown's avatar
      init_db.sql: · 8a224ed8
      unknown authored
        Added system table 'mysql.plugin'
      
      
      mysql-test/lib/init_db.sql:
        Added system table 'mysql.plugin'
      8a224ed8
    • unknown's avatar
      Merge kboortz@bk-internal.mysql.com:/home/bk/mysql-5.1-new · 696d7fe4
      unknown authored
      into mysql.com:/Users/kent/mysql/bk/mysql-5.1-new
      
      
      696d7fe4
    • unknown's avatar
      Merge tulin@bk-internal.mysql.com:/home/bk/mysql-5.1-new · df33aacd
      unknown authored
      into  poseidon.ndb.mysql.com:/home/tomas/mysql-5.1-new
      
      
      df33aacd
    • unknown's avatar
      configure.in: · 7d3bb433
      unknown authored
        Changed back version to 5.1.2-alpha
      
      
      configure.in:
        Changed back version to 5.1.2-alpha
      7d3bb433
    • unknown's avatar
      monty review: fixes after reapplying plugin patch from "crashed" 5.1 tree · 3e550890
      unknown authored
      
      include/my_global.h:
        removed double commit of same code
      sql/mysqld.cc:
        monty review: moved initialiation of opt_plugin_dir_ptr
      sql/table.cc:
        monty review: reset key_info->flags after plugin_unlock in closefrm()
      3e550890
    • unknown's avatar
      NdbIndexStat.cpp, NdbIndexStat.hpp, Suma.hpp portability changes from pekka · 9979b037
      unknown authored
      
      storage/ndb/src/kernel/blocks/suma/Suma.hpp:
        Added a friend declaration to solve a HP-UX C++ scoping issue
      storage/ndb/include/ndbapi/NdbIndexStat.hpp:
        Pekka added forward declarations needed by several C++ compilers
      storage/ndb/src/ndbapi/NdbIndexStat.cpp:
        Get rid of an uninitialized
      9979b037
    • unknown's avatar
      WL#2575 - Fulltext: Parser plugin for FTS · 66002e45
      unknown authored
      WL#2763 - MySQL plugin interface: step 1
      Manual merge from CNET tree.
      
      
      include/ft_global.h:
        Default parser added.
      include/my_global.h:
        dlopen related code moved from sql_udf.cc into my_global.h
      include/myisam.h:
        Added fulltext parser to MI_KEYDEF
      libmysqld/Makefile.am:
        Added LIBDIR macro.
      mysql-test/r/connect.result:
        Test result fixed: added plugin table
      mysql-test/r/information_schema.result:
        Test result fixed: added plugin table.
      mysql-test/r/mysqlcheck.result:
        Test result fixed: added plugin table.
      mysql-test/r/system_mysql_db.result:
         Test fixed: added plugin table
      mysql-test/t/system_mysql_db_fix.test:
         Test fixed: added plugin table
      scripts/mysql_create_system_tables.sh:
        Added mysql.plugin table.
      scripts/mysql_fix_privilege_tables.sql:
        Added mysql.plugin table.
      sql/Makefile.am:
        Added LIBDIR macro.
      sql/ha_myisam.cc:
        Pass fulltext parser from sql to myisam layer.
      sql/lex.h:
        Plugin related symbols.
      sql/mysqld.cc:
        Initialize/deinitialize plugins, pass opt_plugin_dir.
        plugin-dir renamed to plugin_dir.
        plugin_dir is relative to mysql_home now.
      sql/set_var.cc:
        plugin_dir added to SHOW VARIABLES.
      sql/share/errmsg.txt:
        Plugin related error messages.
      sql/sql_class.h:
        Added parser to Key class.
        Hold parser_name instead of plugin in Key class.
      sql/sql_lex.h:
        INSTALL/UNINSTALL PLUGIN commands.
      sql/sql_parse.cc:
        INSTALL/UNINSTALL PLUGIN commands.
      sql/sql_show.cc:
        SHOW CREATE TABLE: output parser name if index was created WITH PARSER.
      sql/sql_table.cc:
        Pass fulltext parser from yacc to sql layer.
      sql/sql_udf.cc:
        dlopen related code moved into my_global.h.
        Implemented better check for UDF path.
        UDF loads libraries that are under plugin_dir now.
      sql/sql_yacc.yy:
        INSTALL/UNINSTALL PLUGIN syntax.
        Added WITH PARSER syntax to CREATE/ALTER TABLE/INDEX.
        opt_fulltext_parser must allocate memory, since it will be used afterwards.
      sql/table.cc:
        Save/restore fulltext parser in extra data segment.
        Added DBUG_PRINTs.
      storage/myisam/ft_boolean_search.c:
        Split functions so they can be used by fulltext parser.
        Use fulltext parser if specified.
      storage/myisam/ft_nlq_search.c:
        Use fulltext parser.
      storage/myisam/ft_parser.c:
        Split functions so they can be used by fulltext parser.
        Use fulltext parser if specified.
      storage/myisam/ft_static.c:
        Default fulltext parser added.
      storage/myisam/ft_update.c:
        Use fulltext parser.
      storage/myisam/ftdefs.h:
        FTB_PARAM moved into plugin.h and renamed to MYSQL_FTPARSER_BOOLEAN_INFO.
      storage/myisam/mi_open.c:
        Set default parser.
      66002e45
    • unknown's avatar
      Merge tulin@bk-internal.mysql.com:/home/bk/mysql-5.1-new · 2bddb076
      unknown authored
      into ndbmaster.mysql.com:/home/ndbdev/tomas/mysql-5.1-new
      
      
      sql/handler.h:
        Auto merged
      2bddb076
    • unknown's avatar
      WL #528: Faster free_tmp_table · 89288fac
      unknown authored
      89288fac
    • unknown's avatar
      Reapplied portability changes, from changesets by kent, joerg and msvensson · dbfe5a96
      unknown authored
      
      mysys/base64.c:
        Portability change for SCO/HP, compiler don't like
        doing pointer arithmetic on void* variable
      include/my_bitmap.h:
        "inline" functions (especially in header files) should be declared "static",
        or else we may get "multiply defined" when they are used in several modules.
        (Solaris compiler problem)
      sql/handler.h:
        Compatibility change for AIX compiler
      storage/bdb/Makefile.in:
        Added bdb "sequence" directory to "make dist"
      cmd-line-utils/readline/complete.c:
        Avoid FreeBSD 5.3 problems including <sys/file.h>
      mysql-test/t/disabled.def:
        Disable compress.test for now
      storage/bdb/build_unix/.IGNORE_ME:
        File that is copied to prevent empty directories in source TAR
      dbfe5a96