1. 06 Apr, 2006 4 commits
    • unknown's avatar
      changes to make plugin_example useful as a template: · 003aba65
      unknown authored
      force pkglibdir to be in "mysql" package, template files:
      AUTHORS, ChangeLog, NEWS, README, configure.in
      
      
      plugin/fulltext/Makefile.am:
        changes to make plugin_example useful as a template:
        force pkglibdir to be in "mysql" package
      003aba65
    • unknown's avatar
      Bug#18836 - fulltext parser plugin is called recursively. · abc24043
      unknown authored
      Don't use the same param in recursive call.
      Also, the fix makes it safe for a plugin to replace param->mysql_add_word
      
      
      storage/myisam/ft_nlq_search.c:
        Bug#18836 - fulltext parser plugin is called recursively.
        Don't use the same param in recursive call.
      storage/myisam/ft_update.c:
        Bug#18836 - fulltext parser plugin is called recursively.
        Don't use the same param in recursive call.
      storage/myisam/ftdefs.h:
        Bug#18836 - fulltext parser plugin is called recursively.
        Don't use the same param in recursive call.
      abc24043
    • unknown's avatar
      fixed reading of free'd memory when opening a table with non-existing plugin · 89ce78f2
      unknown authored
      
      sql/table.cc:
        fixed reading of free'd memory
      89ce78f2
    • unknown's avatar
      Bug#17112 - SHOW PLUGIN should be SHOW PLUGINS · 260bc302
      unknown authored
      
      sql/lex.h:
        SHOW PLUGINS - BUG#17112
      sql/sql_yacc.yy:
        SHOW PLUGINS - BUG#17112
      260bc302
  2. 05 Apr, 2006 11 commits
    • unknown's avatar
      ctype-extra.c: · b42462c5
      unknown authored
        Recreating ctype-extra.c with additional 5.1
        charset, and with additional missing 5.0 charset
        due to bug with too small buffer MAX_BUF.
      
      
      strings/ctype-extra.c:
        Recreating ctype-extra.c with additional 5.1
        charset, and with additional missing 5.0 charset
        due to bug with too small buffer MAX_BUF.
      b42462c5
    • unknown's avatar
      Merge abarkov@bk-internal.mysql.com:/home/bk/mysql-5.1-new · 509cb91e
      unknown authored
      into  mysql.com:/usr/home/bar/mysql-5.1-new
      
      
      509cb91e
    • unknown's avatar
      Merge mysql.com:/usr/home/bar/mysql-5.0 · f3a4f0af
      unknown authored
      into  mysql.com:/usr/home/bar/mysql-5.1-new
      
      
      mysql-test/r/information_schema.result:
        Auto merged
      mysql-test/t/information_schema.test:
        Auto merged
      sql/item.cc:
        Auto merged
      sql/share/charsets/Index.xml:
        Auto merged
      storage/ndb/src/kernel/blocks/dbdih/DbdihMain.cpp:
        Auto merged
      storage/ndb/src/kernel/blocks/dbtc/DbtcMain.cpp:
        Auto merged
      f3a4f0af
    • unknown's avatar
      Remove dead code from BUILD/ scripts: $debug_extra_warnings is · d9935084
      unknown authored
      never defined.
      It was used at some point to add -Wuninitialized to debug flags, 
      but not any more. If there is still need to add -Wunitialized,
      it can be added directly to $global_warnings.
      
      
      BUILD/compile-amd64-debug-max-no-ndb:
        Remove a no-op.
      BUILD/compile-amd64-debug-max:
        Remove a no-op.
      BUILD/compile-darwin-mwcc:
        Remove a no-op.
      BUILD/compile-pentium-debug-max-no-embedded:
        Remove a no-op.
      BUILD/compile-pentium-debug-max-no-ndb:
        Remove a no-op.
      BUILD/compile-pentium-debug-max:
        Remove a no-op.
      BUILD/compile-pentium-debug-openssl:
        Remove a no-op.
      BUILD/compile-pentium-debug-yassl:
        Remove a no-op.
      BUILD/compile-pentium-debug:
        Remove a no-op.
      BUILD/compile-pentium-mysqlfs-debug:
        Remove a no-op.
      BUILD/compile-pentium-valgrind-max:
        Remove a no-op.
      BUILD/compile-pentium64-debug-max:
        Remove a no-op.
      BUILD/compile-pentium64-debug:
        Remove a no-op.
      BUILD/compile-pentium64-valgrind-max:
        Remove a no-op.
      BUILD/compile-ppc-debug-max-no-ndb:
        Remove a no-op.
      BUILD/compile-ppc-debug-max:
        Remove a no-op.
      BUILD/compile-ppc-debug:
        Remove a no-op.
      d9935084
    • unknown's avatar
      Merge mysql.com:/home/bkroot/mysql-5.1-new · e0985d3d
      unknown authored
      into  mysql.com:/home/bk/b18436-mysql-5.1-new
      
      
      e0985d3d
    • unknown's avatar
      Merge mysql.com:/home/bkroot/mysql-5.1-new · fbab1349
      unknown authored
      into  mysql.com:/home/bk/b18436-mysql-5.1-new
      
      
      fbab1349
    • unknown's avatar
      Remove dead code from BUILD/ scripts. · fb4bd32a
      unknown authored
      
      BUILD/SETUP.sh:
        Remove dead options.
      BUILD/compile-amd64-debug-max-no-ndb:
        Remove dead options.
      BUILD/compile-amd64-debug-max:
        Remove dead options.
      BUILD/compile-amd64-max:
        Remove dead options.
      BUILD/compile-darwin-mwcc:
        Remove dead options.
      BUILD/compile-pentium-debug-max-no-embedded:
        Remove dead options.
      BUILD/compile-pentium-debug-max-no-ndb:
        Remove dead options.
      BUILD/compile-pentium-debug-max:
        Remove dead options.
      BUILD/compile-pentium-icc-valgrind-max:
        Remove dead options.
      BUILD/compile-pentium-max:
        Remove dead options.
      BUILD/compile-pentium-valgrind-max:
        Remove dead options. There is no ISAM any more.
      BUILD/compile-pentium64-debug-max:
        Remove dead options.
      BUILD/compile-pentium64-valgrind-max:
        Remove dead options. There is no ISAM any more.
      BUILD/compile-ppc-debug-max-no-ndb:
        Remove dead options.
      BUILD/compile-ppc-debug-max:
        Remove dead options.
      BUILD/compile-ppc-max:
        Remove dead options.
      fb4bd32a
    • unknown's avatar
      Makefile.am: · ac28585c
      unknown authored
        After merge correction
      
      
      libmysqld/Makefile.am:
        After merge correction
      ac28585c
    • unknown's avatar
      Merge mysql.com:/home/bkroot/mysql-5.1-new · 94771e27
      unknown authored
      into  mysql.com:/home/bk/b18436-mysql-5.1-new
      
      
      94771e27
    • unknown's avatar
      Merge mysql.com:/Users/kent/mysql/bk/tmp_merge · bae996f6
      unknown authored
      into mysql.com:/Users/kent/mysql/bk/mysql-5.1-new
      
      
      config/ac-macros/yassl.m4:
        Auto merged
      libmysql/Makefile.am:
        Auto merged
      libmysql_r/Makefile.am:
        Auto merged
      netware/BUILD/compile-linux-tools:
        Auto merged
      bae996f6
    • unknown's avatar
      Merge mysql.com:/home/bkroot/mysql-5.1-new · 539986bb
      unknown authored
      into  mysql.com:/home/bk/b18436-mysql-5.1-new
      
      
      539986bb
  3. 04 Apr, 2006 20 commits
  4. 03 Apr, 2006 5 commits