1. 06 Apr, 2006 4 commits
    • unknown's avatar
      changes to make plugin_example useful as a template: · 567c0cee
      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
      567c0cee
    • unknown's avatar
      Bug#18836 - fulltext parser plugin is called recursively. · 80aebe22
      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.
      80aebe22
    • unknown's avatar
      fixed reading of free'd memory when opening a table with non-existing plugin · 41b42530
      unknown authored
      
      sql/table.cc:
        fixed reading of free'd memory
      41b42530
    • unknown's avatar
      Bug#17112 - SHOW PLUGIN should be SHOW PLUGINS · 95051ce6
      unknown authored
      
      sql/lex.h:
        SHOW PLUGINS - BUG#17112
      sql/sql_yacc.yy:
        SHOW PLUGINS - BUG#17112
      95051ce6
  2. 05 Apr, 2006 11 commits
    • unknown's avatar
      ctype-extra.c: · 0d213bca
      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.
      0d213bca
    • unknown's avatar
      Merge abarkov@bk-internal.mysql.com:/home/bk/mysql-5.1-new · dfac2112
      unknown authored
      into  mysql.com:/usr/home/bar/mysql-5.1-new
      
      dfac2112
    • unknown's avatar
      Merge mysql.com:/usr/home/bar/mysql-5.0 · 8f77e355
      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
      8f77e355
    • unknown's avatar
      Remove dead code from BUILD/ scripts: $debug_extra_warnings is · 6a5964be
      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.
      6a5964be
    • unknown's avatar
      Merge mysql.com:/home/bkroot/mysql-5.1-new · b2b98c44
      unknown authored
      into  mysql.com:/home/bk/b18436-mysql-5.1-new
      
      b2b98c44
    • unknown's avatar
      Merge mysql.com:/home/bkroot/mysql-5.1-new · 3b0336bb
      unknown authored
      into  mysql.com:/home/bk/b18436-mysql-5.1-new
      
      3b0336bb
    • unknown's avatar
      Remove dead code from BUILD/ scripts. · a5b16e49
      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.
      a5b16e49
    • unknown's avatar
      Makefile.am: · 8c2ef07b
      unknown authored
        After merge correction
      
      
      libmysqld/Makefile.am:
        After merge correction
      8c2ef07b
    • unknown's avatar
      Merge mysql.com:/home/bkroot/mysql-5.1-new · 087a0120
      unknown authored
      into  mysql.com:/home/bk/b18436-mysql-5.1-new
      
      087a0120
    • unknown's avatar
      Merge mysql.com:/Users/kent/mysql/bk/tmp_merge · a25758b5
      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
      a25758b5
    • unknown's avatar
      Merge mysql.com:/home/bkroot/mysql-5.1-new · 2b53cc29
      unknown authored
      into  mysql.com:/home/bk/b18436-mysql-5.1-new
      
      2b53cc29
  3. 04 Apr, 2006 20 commits
  4. 03 Apr, 2006 5 commits