1. 31 Jul, 2006 4 commits
  2. 29 Jul, 2006 1 commit
    • unknown's avatar
      Fix for bug #16226 (timestamp_diff truncation issue when requesting · 32fbc6da
      unknown authored
      difference between timestamp in values of months and quarters.)
      
      Problem:  when requesting timestamp diff in months or quarters, it
      would only examine the date (and not the time) for the comparison.
      
      Solution:  increased precision of comparison.
      
      
      mysql-test/r/func_time.result:
        Additional test results
      mysql-test/t/func_time.test:
        Additional tests
      sql/item_timefunc.cc:
        Fix for timestamp diff issue.  Added microsecond precision when
        comparing months or quarters; previously only examined date for
        these comparisons.
      32fbc6da
  3. 27 Jul, 2006 3 commits
  4. 26 Jul, 2006 4 commits
    • unknown's avatar
      Merge neptunus.(none):/home/msvensson/mysql/my50-m-bug20145 · 6528be27
      unknown authored
      into  neptunus.(none):/home/msvensson/mysql/mysql-5.0-maint
      
      
      6528be27
    • unknown's avatar
      Update test result for perror · 595fdd6b
      unknown authored
      
      mysql-test/r/perror.result:
        Add error result for 1186
        Remove the result for the others
      mysql-test/t/perror.test:
        As it's only just interesting to see that perror doesn't crash(and as result varies across platforms), send result to /dev/null
      595fdd6b
    • unknown's avatar
      Bug#16561 Unknown ERROR msg "ERROR 1186 (HY000): Binlog closed" by perror · de41f4e7
      unknown authored
       - Since error 1186 is not found among NDB error codes, the message retuned should indicate that.
      
      
      extra/perror.c:
        Move the !found out one level
      mysql-test/t/perror.test:
        Add test case for bug#16561
      ndb/src/kernel/error/ndbd_exit_codes.c:
        Check not only for zero size string but also classification "unknown error" when looking for an error mesage for an error code
      de41f4e7
    • unknown's avatar
      Bug#19890 mysqltest: "query" command is broken · b03b6c86
      unknown authored
       - Allow "query" to be used as a prefix for focing a command to be sent to server
       - Add testcases
      
      
      client/mysqltest.c:
        To force something being sent as a query to the mysqld one can
        use the prefix "query". Remove "query" from string before executing.
      mysql-test/r/mysqltest.result:
        Add test case for "query" command
      mysql-test/t/mysqltest.test:
        Add test case for "query" command
      b03b6c86
  5. 24 Jul, 2006 7 commits
  6. 23 Jul, 2006 6 commits
  7. 21 Jul, 2006 1 commit
  8. 20 Jul, 2006 5 commits
  9. 19 Jul, 2006 1 commit
    • unknown's avatar
      Bug #14448: delimiter in 'prompt' · 63a098f3
      unknown authored
      "I want to have the current delimiter in the prompt so that I can know at 
      a glance which is set."
      
      Add a 'l' format specifier that represents the current statement delimiter.
      
      
      client/mysql.cc:
        Add a 'l' prompt format specifier, which becomes the current delimiter
        string in the prompt.
      63a098f3
  10. 18 Jul, 2006 8 commits
    • unknown's avatar
      Bug #19498: Inconsistent support for DEFAULT in TEXT columns · 20c2ddaf
      unknown authored
        When a default of '' was specified for TEXT/BLOB columns, the specification
        was silently ignored. This is presumably to be nice to applications (or
        people) who generate their column definitions in a not-very-clever fashion.
      
        For clarity, doing this now results in a warning, or an error in strict
        mode.
      
      
      mysql-test/r/federated.result:
        Update results
      mysql-test/r/fulltext_distinct.result:
        Update results
      mysql-test/r/fulltext_update.result:
        Update results
      mysql-test/r/gis-rtree.result:
        Update results
      mysql-test/r/gis.result:
        Update results
      mysql-test/r/join_outer.result:
        Update results
      mysql-test/r/order_by.result:
        Update results
      mysql-test/r/type_blob.result:
        Add new results
      mysql-test/r/type_ranges.result:
        Update results
      mysql-test/t/type_blob.test:
        Add new test
      sql/field.cc:
        Issue a warning when setting '' as the default on a BLOB/TEXT column,
        and make it an error in strict mode. Also, clarify comments about when
        NO_DEFAULT_VALUE_FLAG is set.
      20c2ddaf
    • unknown's avatar
      Merge bk-internal:/home/bk/mysql-5.0-maint · d13a39b5
      unknown authored
      into  rama.(none):/home/jimw/my/mysql-5.0-17903
      
      
      d13a39b5
    • unknown's avatar
      Merge abotchkov@bk-internal.mysql.com:/home/bk/mysql-5.0 · 7c7396ce
      unknown authored
      into  production.mysql.com:/usersnfs/abotchkov/mysql-5.0.mrg
      
      
      7c7396ce
    • unknown's avatar
      merging · b33085b4
      unknown authored
      b33085b4
    • unknown's avatar
      Bug#18539 uncompress(d) is null: impossible? · 7f2140d3
      unknown authored
       - Add a check that length of field to uncompress is longer than 4 bytes.
         This can be dones as the length of uncompressed data is written as 
         first four bytes of field and thus it can't be valid compressed data.
      
      
      mysql-test/r/func_compress.result:
        Update test results
      sql/item_strfunc.cc:
        Is size of field is less than or equal to 4 bytes, indicate data is uncompressable/corrupt.
      7f2140d3
    • unknown's avatar
      Merge mysql.com:/home/hf/work/mysql-4.1.mrg · 2dfdcae3
      unknown authored
      into  mysql.com:/home/hf/work/mysql-5.0.mrg
      
      
      libmysqld/embedded_priv.h:
        Auto merged
      sql-common/client.c:
        Auto merged
      include/mysql.h:
        merging
      libmysql/libmysql.c:
        merging
      libmysqld/lib_sql.cc:
        merging
      libmysqld/libmysqld.c:
        merging
      sql/sql_parse.cc:
        merging
      2dfdcae3
    • unknown's avatar
      Merge neptunus.(none):/home/msvensson/mysql/my50-maint-yassl-20060717 · 4910fe7e
      unknown authored
      into  neptunus.(none):/home/msvensson/mysql/mysql-5.0
      
      
      4910fe7e
    • unknown's avatar
      Merge neptunus.(none):/home/msvensson/mysql/mysql-5.0 · b46c81e1
      unknown authored
      into  neptunus.(none):/home/msvensson/mysql/mysql-5.0-maint
      
      
      b46c81e1