1. 18 Apr, 2007 4 commits
    • unknown's avatar
      comment · 9bafb1a7
      unknown authored
      9bafb1a7
    • unknown's avatar
      Merge bk-internal.mysql.com:/home/bk/mysql-5.1-wl2936 · b3ff0acc
      unknown authored
      into  chilla.local:/home/mydev/mysql-5.1-wl2936
      
      
      b3ff0acc
    • unknown's avatar
      WL#2936 - Falcon & MySQL plugin interface: server variables · c43979f5
      unknown authored
      Fixed a compiler dependent expression to be more portable.
      Initialized 'dummy' in construct_help_options() so that loaded
      plugin show themselves as TRUE in the help output.
      
      
      mysys/hash.c:
        WL#2936 - Falcon & MySQL plugin interface: server variables
        Fixed a compiler dependent expression to be more portable.
      sql/handler.cc:
        WL#2936 - Falcon & MySQL plugin interface: server variables
        Added a DBUG_PRINT.
      sql/sql_plugin.cc:
        WL#2936 - Falcon & MySQL plugin interface: server variables
        Initialized 'dummy' in construct_help_options() so that loaded
        plugin show themselves as TRUE in the help output.
        Fixed a DBUG_ENTER, added a DBUG_PRINT.
        Added comments.
      c43979f5
    • unknown's avatar
      mysql-test/mysql-test-run.pl · 56113a7c
      unknown authored
          set --language correctly even for --help (to have full plugin help)
      mysql-test/lib/mtr_cases.pl
          more robust check for innodb
      
      
      mysql-test/lib/mtr_cases.pl:
        more robust check for innodb
      mysql-test/mysql-test-run.pl:
        set --language correctly even for --help (to have full plugin help)
      56113a7c
  2. 16 Apr, 2007 2 commits
    • unknown's avatar
      wl#2936 post-merge fixes · dcef028f
      unknown authored
      
      client/mysqltest.c:
        warnings
      extra/comp_err.c:
        warnings
      sql/event_queue.cc:
        warnings
      sql/handler.h:
        warnings
      sql/opt_range.cc:
        warnings
      sql/opt_range.h:
        warnings
      sql/rpl_mi.cc:
        warnings
      sql/sql_class.cc:
        wl#2936 post-merge fixes, warnings
      dcef028f
    • unknown's avatar
      Merge bk-internal.mysql.com:/home/bk/mysql-5.1 · 7cb8a33b
      unknown authored
      into  sergbook.mysql.com:/usr/home/serg/Abk/mysql-5.1-wl2936
      
      
      client/mysql.cc:
        Auto merged
      include/my_global.h:
        Auto merged
      include/my_sys.h:
        Auto merged
      include/mysql.h:
        Auto merged
      mysql-test/r/im_utils.result:
        Auto merged
      mysql-test/r/variables.result:
        Auto merged
      mysql-test/t/ndb_dd_basic.test:
        Auto merged
      mysql-test/t/partition_innodb.test:
        Auto merged
      mysql-test/t/variables.test:
        Auto merged
      mysys/array.c:
        Auto merged
      mysys/typelib.c:
        Auto merged
      sql/event_queue.cc:
        Auto merged
      sql/ha_partition.cc:
        Auto merged
      sql/ha_partition.h:
        Auto merged
      sql/handler.cc:
        Auto merged
      sql/handler.h:
        Auto merged
      sql/item_func.cc:
        Auto merged
      sql/item_sum.cc:
        Auto merged
      sql/log.cc:
        Auto merged
      sql/mysql_priv.h:
        Auto merged
      sql/set_var.h:
        Auto merged
      sql/sql_base.cc:
        Auto merged
      sql/sql_cache.cc:
        Auto merged
      sql/sql_class.h:
        Auto merged
      sql/sql_delete.cc:
        Auto merged
      sql/sql_insert.cc:
        Auto merged
      sql/sql_lex.cc:
        Auto merged
      sql/sql_lex.h:
        Auto merged
      sql/sql_parse.cc:
        Auto merged
      sql/sql_partition.cc:
        Auto merged
      sql/sql_plugin.cc:
        Auto merged
      sql/sql_repl.cc:
        Auto merged
      sql/sql_select.cc:
        Auto merged
      sql/sql_show.cc:
        Auto merged
      sql/sql_table.cc:
        Auto merged
      sql/table.cc:
        Auto merged
      sql/table.h:
        Auto merged
      storage/example/ha_example.cc:
        Auto merged
      storage/federated/ha_federated.cc:
        Auto merged
      storage/heap/ha_heap.cc:
        Auto merged
      storage/innobase/include/trx0trx.h:
        Auto merged
      storage/myisam/ha_myisam.cc:
        Auto merged
      storage/myisammrg/ha_myisammrg.cc:
        Auto merged
      storage/ndb/src/mgmsrv/InitConfigFileParser.cpp:
        Auto merged
      include/typelib.h:
        merged
      mysql-test/mysql-test-run.pl:
        merged
      mysql-test/r/flush2.result:
        merged
      mysql-test/r/ndb_dd_basic.result:
        merged
      mysql-test/r/partition_innodb.result:
        merged
      mysql-test/r/ps_1general.result:
        merged
      mysql-test/t/ps_1general.test:
        merged
      sql/ha_ndbcluster.cc:
        merged
      sql/item_create.cc:
        merged
      sql/mysqld.cc:
        merged
      sql/rpl_utility.h:
        merged
      sql/set_var.cc:
        merged
      sql/sql_class.cc:
        merged
      sql/sql_yacc.yy:
        merged
      storage/innobase/handler/ha_innodb.cc:
        merged
      storage/innobase/handler/ha_innodb.h:
        merged
      7cb8a33b
  3. 15 Apr, 2007 1 commit
    • unknown's avatar
      more wl#2936 fixes: removed implicit ha_thd() calls (too error-prone), · add37876
      unknown authored
      fixed an assert crash
      
      
      include/mysql/plugin.h:
        more wl#2936 fixes: no implicit ha_thd() calls
      mysql-test/mysql-test-run.pl:
        don't load system-wide plugins
      mysql-test/r/partition_innodb.result:
        fix the test
      mysql-test/t/partition_innodb.test:
        fix the test
      sql/handler.cc:
        more wl#2936 fixes: no implicit ha_thd() calls
      sql/handler.h:
        more wl#2936 fixes: no implicit ha_thd() calls
      sql/sql_class.cc:
        more wl#2936 fixes: no implicit ha_thd() calls
      sql/sql_plugin.cc:
        more wl#2936 fixes: assert crash
      storage/innobase/handler/ha_innodb.cc:
        more wl#2936 fixes: no implicit ha_thd() calls
      add37876
  4. 13 Apr, 2007 2 commits
    • unknown's avatar
      sql/sql_plugin.cc · 18f02e0a
      unknown authored
          remove endspaces and tabs
      
      
      sql/sql_plugin.cc:
        remove endspaces and tabs
      18f02e0a
    • unknown's avatar
      wl#2936 - fixing problems · bf2aaad9
      unknown authored
      
      include/mysql/plugin.h:
        warning. no int/realsize
      mysys/my_getopt.c:
        combination of prefixes (e.g. --loose-skip-) didn't work
      sql/event_queue.cc:
        warning
      sql/handler.cc:
        assert
      sql/handler.h:
        comment
      sql/item_create.cc:
        warnings
      sql/log.cc:
        warnings
      sql/mysqld.cc:
        wl#2936 - fixing problems (memory leak in load_defaults,
        garbage in opt_[slow_]logname
      sql/partition_element.h:
        warnings
      sql/rpl_utility.h:
        warnings
      sql/set_var.cc:
        comment
      sql/set_var.h:
        warnings
      sql/sql_class.cc:
        warnings
      sql/sql_parse.cc:
        warnings
      sql/sql_plugin.cc:
        wl#2936 - fixing problems: portability, coding style,
        reporting of spurious errors, crashes, incorrect help output
      storage/example/ha_example.cc:
        comment
      storage/innobase/handler/ha_innodb.cc:
        wl#2936 - fixing problems (crash)
      bf2aaad9
  5. 12 Apr, 2007 2 commits
  6. 11 Apr, 2007 9 commits
  7. 10 Apr, 2007 7 commits
    • unknown's avatar
      Merge kboortz@bk-internal.mysql.com:/home/bk/mysql-4.1 · cb8f4d40
      unknown authored
      into  mysql.com:/home/kent/bk/tmp3/mysql-4.1-build
      
      
      cb8f4d40
    • unknown's avatar
      Merge kboortz@bk-internal.mysql.com:/home/bk/mysql-5.0 · 598c0526
      unknown authored
      into  mysql.com:/home/kent/bk/tmp3/mysql-5.0-build
      
      
      598c0526
    • unknown's avatar
      Merge kboortz@bk-internal.mysql.com:/home/bk/mysql-5.1 · 887cde75
      unknown authored
      into  mysql.com:/home/kent/bk/tmp3/mysql-5.1-build
      
      
      887cde75
    • unknown's avatar
      Merge mysql.com:/home/kent/bk/tmp3/mysql-5.0-build · 010d81af
      unknown authored
      into  mysql.com:/home/kent/bk/tmp3/mysql-5.1-build
      
      
      config/ac-macros/zlib.m4:
        Auto merged
      mysys/my_memmem.c:
        Auto merged
      zlib/Makefile.am:
        Auto merged
      010d81af
    • unknown's avatar
      my_memmem.c: · bb4987f1
      unknown authored
        Back port of include change and copyright from 5.1
      Makefile.am, zlib.m4:
        Use separate libtool convenience library for the bundled
        zlib to embed into executables and shared libraries created,
        and one to install into the pkglib directory
      
      
      zlib/Makefile.am:
        Use separate libtool convenience library for the bundled
        zlib to embed into executables and shared libraries created,
        and one to install into the pkglib directory
      config/ac-macros/zlib.m4:
        Use separate libtool convenience library for the bundled
        zlib to embed into executables and shared libraries created,
        and one to install into the pkglib directory
      mysys/my_memmem.c:
        Back port of include change and copyright from 5.1
      bb4987f1
    • unknown's avatar
      Merge pippilotta.erinye.com:/shared/home/df/mysql/build/mysql-5.1-release · b4a35ca5
      unknown authored
      into  pippilotta.erinye.com:/shared/home/df/mysql/build/mysql-5.1-build-work
      
      
      CMakeLists.txt:
        Auto merged
      mysql-test/r/mysqlbinlog.result:
        Auto merged
      mysql-test/t/mysqlbinlog.test:
        Auto merged
      scripts/make_binary_distribution.sh:
        Auto merged
      scripts/make_win_bin_dist:
        Auto merged
      sql/set_var.cc:
        Auto merged
      support-files/mysql.spec.sh:
        merge fix
      b4a35ca5
    • unknown's avatar
      add a manual page back · d6a3989a
      unknown authored
      
      support-files/mysql.spec.sh:
        add mysql_install_db.1 back
      d6a3989a
  8. 09 Apr, 2007 5 commits
  9. 08 Apr, 2007 2 commits
  10. 07 Apr, 2007 6 commits