1. 30 Aug, 2005 1 commit
    • evgen@moonbone.local's avatar
      Fix bug #12537 UNION produces longtext instead of varchar · d76f9471
      evgen@moonbone.local authored
      Item::tmp_table_field_from_field_type() and create_tmp_field_from_item()
      was converting string field to blob depending on byte-wise length instead of
      character length, which results in converting valid varchar string with
      length == 86 to longtext.
      
      Made that functions above take into account max width of character when
      converting string fields to blobs.
      d76f9471
  2. 17 Aug, 2005 6 commits
  3. 16 Aug, 2005 5 commits
    • kent@mysql.com's avatar
      mtr_process.pl: · c3104d1a
      kent@mysql.com authored
        Bug#11792: Check all of status code, to catch a crash as a failure
      mtr_cases.pl:
        Code cleanup for skipped/disabled handling
      mtr_process.pl:
        In debug mode, report if mysqladmin did not at least
        make the server stop listening to the port.
        Increased the time waiting for terminating to 20 seconds,
        to wait for really slow slave shutdown.
        Added call to start_reap_all(), to avoid zombies.
      mtr_report.pl:
        Removed prototype for unused function mtr_report_test_disabled()
      c3104d1a
    • kent@mysql.com's avatar
      mtr_process.pl: · 9457373c
      kent@mysql.com authored
        Bug#12094: Let sleep_until_file_created() return the pid as intended
      9457373c
    • kent@mysql.com's avatar
      Merge kboortz@bk-internal.mysql.com:/home/bk/mysql-4.1 · 6ffe45c5
      kent@mysql.com authored
      into mysql.com:/Users/kent/mysql/bk/mysql-4.1
      6ffe45c5
    • igor@rurik.mysql.com's avatar
      subselect.result: · d553e165
      igor@rurik.mysql.com authored
        Added missing drop statement
      subselect.test:
        Added missing drop statement.
      d553e165
    • igor@rurik.mysql.com's avatar
      sql_select.cc: · 9693dc6a
      igor@rurik.mysql.com authored
        Fixed bug #11479.
        The JOIN::reinit method cannot call setup_tables
        after the optimization phase since this function
        removes some optimization settings for joined
        tables. E.g. it resets values of the null_row flag to 0.
      subselect.result, subselect.test:
        Added a test case for bug #11479.
      9693dc6a
  4. 15 Aug, 2005 5 commits
  5. 13 Aug, 2005 4 commits
  6. 12 Aug, 2005 6 commits
  7. 11 Aug, 2005 8 commits
  8. 10 Aug, 2005 5 commits