1. 28 Jul, 2006 1 commit
    • unknown's avatar
      Merge bk-internal:/home/bk/mysql-5.0-maint · d573ea16
      unknown authored
      into  rama.(none):/home/jimw/my/mysql-5.0-16881
      
      
      client/mysql.cc:
        Auto merged
      mysql-test/r/date_formats.result:
        Auto merged
      mysql-test/r/mysql.result:
        Auto merged
      mysql-test/r/type_ranges.result:
        Auto merged
      mysql-test/t/mysql.test:
        Auto merged
      sql/item_strfunc.cc:
        Auto merged
      sql/item_strfunc.h:
        Auto merged
      sql/item_subselect.cc:
        Auto merged
      sql/sql_class.h:
        Auto merged
      sql/sql_yacc.yy:
        Auto merged
      d573ea16
  2. 27 Jul, 2006 1 commit
  3. 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
  4. 24 Jul, 2006 7 commits
  5. 23 Jul, 2006 6 commits
  6. 21 Jul, 2006 2 commits
    • unknown's avatar
      Bug #16881: password() and union select · d37456f7
      unknown authored
        This was only demonstrated by the use of PASSWORD(), it was not related to
        that function at all. The calculation of the size of a field in the results
        of a UNION did not take into account the possible growth of a string field
        when being converted to the aggregated character set.
      
      
      mysql-test/r/union.result:
        Add new results
      mysql-test/t/union.test:
        Add new regression test
      sql/item.cc:
        Fix calculation of max_length when figuring out the type of a column in
        a UNION. It needs to take into account any expansion of field size due to
        charset conversions.
      d37456f7
    • unknown's avatar
      Merge bk-internal:/home/bk/mysql-5.0-maint · 464cadc9
      unknown authored
      into  neptunus.(none):/home/msvensson/mysql/mysql-5.0-maint
      
      
      464cadc9
  7. 20 Jul, 2006 5 commits
  8. 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
  9. 18 Jul, 2006 13 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 epotemkin@bk-internal.mysql.com:/home/bk/mysql-5.0 · dc50ce99
      unknown authored
      into  moonbone.local:/work/tmp_merge-5.0-opt-mysql
      
      
      client/mysql.cc:
        Auto merged
      mysql-test/r/date_formats.result:
        Auto merged
      mysql-test/r/func_str.result:
        Auto merged
      mysql-test/t/date_formats.test:
        Auto merged
      mysql-test/t/func_str.test:
        Auto merged
      sql/item_strfunc.cc:
        Auto merged
      sql/sql_class.cc:
        Auto merged
      sql/time.cc:
        Auto merged
      dc50ce99
    • 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 moonbone.local:/work/tmp_merge-4.1-opt-mysql · ec40f4a5
      unknown authored
      into  moonbone.local:/work/tmp_merge-5.0-opt-mysql
      
      
      client/mysql.cc:
        Auto merged
      mysql-test/r/date_formats.result:
        Auto merged
      mysql-test/t/date_formats.test:
        Auto merged
      sql/time.cc:
        Manual merge
      ec40f4a5
    • unknown's avatar
      Merge moonbone.local:/work/mysql-4.1 · 5a77e566
      unknown authored
      into  moonbone.local:/work/tmp_merge-4.1-opt-mysql
      
      
      mysql-test/r/date_formats.result:
        Auto merged
      mysql-test/t/date_formats.test:
        Auto merged
      5a77e566
    • unknown's avatar
      Merge moonbone.local:/work/tmp_merge-4.1-opt-mysql · 769280a4
      unknown authored
      into  moonbone.local:/work/tmp_merge-5.0-opt-mysql
      
      
      769280a4
    • 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
    • unknown's avatar
      Merge bk-internal:/home/bk/mysql-5.0-maint · 09e11e20
      unknown authored
      into  neptunus.(none):/home/msvensson/mysql/mysql-5.0-maint
      
      
      sql/sql_udf.cc:
        Auto merged
      09e11e20