1. 16 Nov, 2005 2 commits
  2. 15 Nov, 2005 1 commit
  3. 14 Nov, 2005 1 commit
  4. 12 Nov, 2005 2 commits
    • unknown's avatar
      2 More --bdb variables (fix for bug #14895) · 04e9fada
      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)
      04e9fada
    • unknown's avatar
      Support full list of BDB deadlock detection methods. (Bug #14876) · 2128cc32
      unknown authored
      
      sql/ha_berkeley.cc:
        Add full list of BDB lock detection types.
      2128cc32
  5. 11 Nov, 2005 4 commits
    • unknown's avatar
      Sync suggestions for bdb_cache_size in my-medium.cnf and my-huge.cnf to · 0ef8feea
      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
      0ef8feea
    • unknown's avatar
      Merge grichter@bk-internal.mysql.com:/home/bk/mysql-5.1-new · b04aa38d
      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
      b04aa38d
    • unknown's avatar
      removed old sap build files · ba4cacc5
      unknown authored
      
      BitKeeper/deleted/.del-compile-sap~a5a15ffc19b27505:
        Delete: BUILD/compile-sap
      BitKeeper/deleted/.del-compile-sap-debug~d5408f42e7872e6e:
        Delete: BUILD/compile-sap-debug
      ba4cacc5
    • unknown's avatar
      unneeded files · 65a522ff
      unknown authored
      
      BitKeeper/deleted/.del-compile-sap-debug~d5408f42e7872e6e:
        Delete: BUILD/compile-sap-debug
      BitKeeper/deleted/.del-compile-sap~a5a15ffc19b27505:
        Delete: BUILD/compile-sap
      65a522ff
  6. 10 Nov, 2005 5 commits
  7. 09 Nov, 2005 2 commits
  8. 08 Nov, 2005 4 commits
    • unknown's avatar
      ndb - super pool update (future use) · e70d1493
      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
      e70d1493
    • unknown's avatar
    • unknown's avatar
      configure.in: · 835426ce
      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
      835426ce
    • unknown's avatar
      Add generated files to ignore list · c3315939
      unknown authored
      
      BitKeeper/etc/ignore:
        Add missing files
      c3315939
  9. 07 Nov, 2005 10 commits
    • unknown's avatar
      Merge jbruehe@bk-internal.mysql.com:/home/bk/mysql-5.1-new · ec2c0983
      unknown authored
      into mysql.com:/M51/mysql-5.1
      
      ec2c0983
    • unknown's avatar
      Merge mysql.com:/M50/bug14720 into mysql.com:/M51/merge-5.1 · d1462523
      unknown authored
      
      mysql-test/r/connect.result:
        Auto merged
      d1462523
    • unknown's avatar
      mysql-test/r/connect.result + mysql-test/t/connect.test · 3268066c
      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
      3268066c
    • unknown's avatar
      Merge tulin@bk-internal.mysql.com:/home/bk/mysql-5.1-new · bc23419f
      unknown authored
      into  poseidon.ndb.mysql.com:/home/tomas/mysql-5.1-new
      
      bc23419f
    • unknown's avatar
    • unknown's avatar
      corrected compile error in ndb · d43fab06
      unknown authored
      d43fab06
    • unknown's avatar
      Merge poseidon.ndb.mysql.com:/home/tomas/mysql-5.1-new · 555ffcaf
      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
      555ffcaf
    • unknown's avatar
      Make storage engines "pluggable", handlerton work · e7aebf4f
      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''
      e7aebf4f
    • unknown's avatar
      ndb - Fix problematic handling of TUP_ALLOC/DEALLOC REQ wrt varsize · ba67fa17
      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
      
      ba67fa17
    • unknown's avatar
      Import ndb varsize · 4dd4a74a
      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''
      4dd4a74a
  10. 06 Nov, 2005 9 commits
    • unknown's avatar
      init_db.sql: · b99d81ed
      unknown authored
        Added system table 'mysql.plugin'
      
      
      mysql-test/lib/init_db.sql:
        Added system table 'mysql.plugin'
      b99d81ed
    • unknown's avatar
      Merge kboortz@bk-internal.mysql.com:/home/bk/mysql-5.1-new · 55c0a8fa
      unknown authored
      into mysql.com:/Users/kent/mysql/bk/mysql-5.1-new
      
      55c0a8fa
    • unknown's avatar
      Merge tulin@bk-internal.mysql.com:/home/bk/mysql-5.1-new · 51612f69
      unknown authored
      into  poseidon.ndb.mysql.com:/home/tomas/mysql-5.1-new
      
      51612f69
    • unknown's avatar
      configure.in: · f4bf519a
      unknown authored
        Changed back version to 5.1.2-alpha
      
      
      configure.in:
        Changed back version to 5.1.2-alpha
      f4bf519a
    • unknown's avatar
      monty review: fixes after reapplying plugin patch from "crashed" 5.1 tree · acc730a3
      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()
      acc730a3
    • unknown's avatar
      NdbIndexStat.cpp, NdbIndexStat.hpp, Suma.hpp portability changes from pekka · d6719293
      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
      d6719293
    • unknown's avatar
      WL#2575 - Fulltext: Parser plugin for FTS · b65f90f8
      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.
      b65f90f8
    • unknown's avatar
      Merge tulin@bk-internal.mysql.com:/home/bk/mysql-5.1-new · be1ede92
      unknown authored
      into ndbmaster.mysql.com:/home/ndbdev/tomas/mysql-5.1-new
      
      
      sql/handler.h:
        Auto merged
      be1ede92
    • unknown's avatar
      WL #528: Faster free_tmp_table · add4879e
      unknown authored
      add4879e