1. 20 Mar, 2006 2 commits
  2. 10 Mar, 2006 7 commits
    • unknown's avatar
      Update test results for udf · 4fb90983
      unknown authored
      Remove STANDARD  define when compile udf_example.so
      
      
      mysql-test/r/udf.result:
        Update results
      mysql-test/t/udf.test:
        Update test try to create, use and drop a non existing function
        Disable the result from "reverse_lookup" as it is config dependent
      sql/Makefile.am:
        Remove the "STANDARD" define when compiling udf_example.so
      4fb90983
    • unknown's avatar
      Improve mysqltest · f53afa23
      unknown authored
      Add comment's for enable/disable_query_log and enable/disable_result_log
      Update comment for "check_result"
      Add check in "handle_error" that detects if the server crashed when running a "require" query to check if a certain feature is available
      
      
      client/mysqltest.c:
        Add comment's for enable/disable_query_log and enable/disable_result_log
        Update comment for "check_result"
        Add check in "handle_error" that detects if the server crashed when running a "require" query to check if a certain feature is available
      f53afa23
    • unknown's avatar
      Merge msvensson@devsrv-b:/space/magnus/bug17261/my50-bug17261 · 26acf8d7
      unknown authored
      into  neptunus.(none):/home/msvensson/mysql/bug11835/my50-bug11835
      
      
      sql/share/errmsg.txt:
        Auto merged
      sql/udf_example.cc:
        Auto merged
      26acf8d7
    • unknown's avatar
      Bug#17261 Passing a variable from a stored procedure to UDF crashes mysqld · e52ff555
      unknown authored
       - Update of test toolsand Makefiles to make it possible to test always test udf's as part 
      of the mysql test suite
      
      
      mysql-test/mysql-test-run.pl:
        Add the path where mysqld will udf_example.so used by the udf test
      mysql-test/r/udf.result:
        Update test results
      mysql-test/t/udf.test:
        Update tests
        The "--error 0" directives should actually be changed to the correct error number returned but that error  number is lost. W e do however get the right error message and that is checked in 
        the .result file.
      sql/Makefile.am:
        Build shared library udf_example.so
      sql/share/errmsg.txt:
        Update the max length of %s string from 64 to 128
      sql/sql_udf.cc:
        Add DBUG_PRINT just before dl_open
      sql/udf_example.cc:
        Use isalpha instade of my_isalpha
      e52ff555
    • unknown's avatar
      Merge msvensson@devsrv-b:/space/magnus/bug17261/my50-bug17261 · d1f1c383
      unknown authored
      into  neptunus.(none):/home/msvensson/mysql/bug11835/my50-bug11835
      
      
      sql/udf_example.cc:
        Auto merged
      d1f1c383
    • unknown's avatar
      Merge neptunus.(none):/home/msvensson/mysql/bug11835/my41-bug11835 · 31b260c3
      unknown authored
      into  neptunus.(none):/home/msvensson/mysql/bug11835/my50-bug11835
      
      
      configure.in:
        Auto merged
      31b260c3
    • unknown's avatar
      Bug#11835 CREATE FUNCTION crashes server · 81858c0e
      unknown authored
       - Don't look for 'dl_open' if mysqld is compiled with "-all-static" 
      
      
      configure.in:
        No need to check for dlopen when mysqld is linked with -all-static 
        as it won't be able to load any functions (and in some cases segfaults)
      81858c0e
  3. 22 Feb, 2006 18 commits
  4. 21 Feb, 2006 13 commits
    • unknown's avatar
      BUG #15408 - Partitions: subpartition names are not unique · b2cf86f1
      unknown authored
      
      libmysqld/Makefile.am:
        changed name to partition_info.cc
      mysql-test/r/partition_mgm_err.result:
        added drop table for previous test
      mysql-test/t/partition_mgm_err.test:
        added drop table for previous test
      sql/Makefile.am:
        reformatted a bit
        changed name of partition_info.cpp to partition_info.cc
      sql/partition_element.h:
        updated copyright date
      sql/partition_info.cc:
        minor corrections as a result of review
      sql/partition_info.h:
        updated copyright date
      sql/sql_partition.cc:
        updated file comment and fixed some spacing
      sql/sql_partition.h:
        updated copyright date
      win/cmakefiles/sql:
        changed name to partition_info.cc
      b2cf86f1
    • unknown's avatar
      Merge bk-internal.mysql.com:/home/bk/mysql-5.0 · b56d453c
      unknown authored
      into  mysql.com:/opt/local/work/mysql-5.0-runtime
      
      
      sql/sql_yacc.yy:
        Auto merged
      sql/share/errmsg.txt:
        SCCS merged
      b56d453c
    • unknown's avatar
      Fix the changelog entry header, format was wrong · 71ffac7e
      unknown authored
      71ffac7e
    • unknown's avatar
      Merge jmiller@bk-internal.mysql.com:/home/bk/mysql-5.1-new · 20424291
      unknown authored
      into  mysql.com:/home/ndbdev/jmiller/clones/mysql-5.1-new
      
      
      mysql-test/t/disabled.def:
        SCCS merged
      20424291
    • unknown's avatar
      configure.in (in the new clone): · 517250a6
      unknown authored
          This is a re-clone after tagging, so the version must be set back to 5.1.7-beta.
      
      
      configure.in:
        This is a re-clone after tagging, so the version must be set back to 5.1.7-beta.
      517250a6
    • unknown's avatar
      Merge rburnett@bk-internal.mysql.com:/home/bk/mysql-5.1-new · cf5cb1e9
      unknown authored
      into  linux.site:/home/reggie/work/mysql-5.1-bug15408
      
      
      sql/ha_ndbcluster.cc:
        Auto merged
      sql/ha_partition.cc:
        Auto merged
      sql/handler.h:
        Auto merged
      sql/opt_range.cc:
        Auto merged
      sql/sql_show.cc:
        Auto merged
      cf5cb1e9
    • unknown's avatar
      Merge pchardin@bk-internal.mysql.com:/home/bk/mysql-5.0 · 387ae4ab
      unknown authored
      into  mysql.com:/home/cps/mysql/devel/im/5.0-im-fix-race
      
      
      server-tools/instance-manager/instance_map.cc:
        Auto merged
      387ae4ab
    • unknown's avatar
      Fix race condition: instance map wasn't locked for the · 21aa5867
      unknown authored
      duration of the whole 'flush instances'. As a consequence,
      it was possible to query instance map, while it is in the
      inconsistent state. The patch was reworked after review.
      
      
      server-tools/instance-manager/guardian.cc:
        do not lock instance map in Guardian_thread::init()
      server-tools/instance-manager/instance_map.cc:
        Eliminate race condition: lock instance map and guardian
        for the duration of the whole "FLUSH INSTANCES" execution.
      server-tools/instance-manager/instance_map.h:
        add new method. cleanup interface. add comments.
      server-tools/instance-manager/manager.cc:
        use instance_map.flush_instances instead of instance_map.load() and guardian_thread.init()
      21aa5867
    • unknown's avatar
      Merge mysql.com:/usr/local/home/marty/MySQL/mysql-5.1-new-ndb_improved_on-line_discover · dc86ad6d
      unknown authored
      into  mysql.com:/usr/local/home/marty/MySQL/mysql-5.1-new
      
      
      sql/ha_ndbcluster.cc:
        Auto merged
      sql/ha_ndbcluster.h:
        Auto merged
      sql/ha_ndbcluster_binlog.h:
        Auto merged
      storage/ndb/include/ndbapi/NdbDictionary.hpp:
        Auto merged
      storage/ndb/src/kernel/blocks/backup/Backup.hpp:
        Auto merged
      storage/ndb/src/kernel/blocks/suma/Suma.cpp:
        Auto merged
      storage/ndb/src/ndbapi/NdbDictionary.cpp:
        Auto merged
      storage/ndb/src/ndbapi/NdbDictionaryImpl.cpp:
        Auto merged
      storage/ndb/src/ndbapi/NdbEventOperationImpl.cpp:
        Auto merged
      sql/ha_ndbcluster_binlog.cc:
        Merge
      dc86ad6d
    • unknown's avatar
      Merge pchardin@bk-internal.mysql.com:/home/bk/mysql-5.0 · 0a970b12
      unknown authored
      into  mysql.com:/home/cps/mysql/devel/im/5.0-im-add-error-message
      
      
      0a970b12
    • unknown's avatar
      Fix for Bug #12674 "Instance Manager: IM doesn't handle client · 8a1dd17b
      unknown authored
      connections correctly".
      Recommit with the max timeout value in sync with the comment.
      
      
      server-tools/instance-manager/options.cc:
        add new option to set wait timeout
      server-tools/instance-manager/priv.h:
        add a const for max wait timeout
      8a1dd17b
    • unknown's avatar
      Merge svojtovich@bk-internal.mysql.com:/home/bk/mysql-5.1-new · 010f9be5
      unknown authored
      into  april.(none):/home/svoj/devel/mysql/BUG17116/mysql-5.1-new
      
      
      010f9be5
    • unknown's avatar
      disable tests. failures happen from time to time and stop people from · a11129af
      unknown authored
      pushing. the code needs to be more stable.
      
      
      a11129af