1. 06 Dec, 2004 1 commit
    • monty@mysql.com's avatar
      Add support for up to VARCHAR (size up to 65535) · 67ce2479
      monty@mysql.com authored
      Renamed HA_VAR_LENGTH to HA_VAR_LENGTH_PART
      Renamed in all files FIELD_TYPE_STRING and FIELD_TYPE_VAR_STRING to MYSQL_TYPE_STRING and MYSQL_TYPE_VAR_STRING to make it easy to catch all possible errors
      Added support for VARCHAR KEYS to heap
      Removed support for ISAM
      Now only long VARCHAR columns are changed to TEXT on demand (not CHAR)
      Internal temporary files can now use fixed length tables if the used VARCHAR columns are short
      67ce2479
  2. 09 Nov, 2004 4 commits
  3. 08 Nov, 2004 3 commits
  4. 07 Nov, 2004 9 commits
  5. 06 Nov, 2004 4 commits
    • kent@mysql.com's avatar
      mysql_test_run_new.c: · f9715d06
      kent@mysql.com authored
        Included header fnmatch.h on Unix
        Changed C++ comments to C comments
        Corrected indentation of code written on Windows
        Split up lines to fit into 80 columns
        Initiated some variables to avoid warnings
        Added __attribute__((unused)) to unused function parameters
        Replace tab characters with space
        Put space after 'for', 'while' etc
        Added value to 'return' from non void function removef()
        On Unix strlwr() was incorrectly declared and a no op,
        replaced it with a macro that does nothing
        Split several statements on the same line
        Other minor changes to conform to coding standard
      f9715d06
    • brian@avenger.(none)'s avatar
      Merge baker@bk-internal.mysql.com:/home/bk/mysql-5.0 · aaac120d
      brian@avenger.(none) authored
      into avenger.(none):/export/brian/mysql/archive-5.0
      aaac120d
    • brian@avenger.(none)'s avatar
      Remove build errors introduced by 5.0 changes. · 73addb4d
      brian@avenger.(none) authored
      Removed duplicate code where defaults in handler.h will work just as well. 
      73addb4d
    • igor@rurik.mysql.com's avatar
      join_outer.result, join_outer.test: · ca355c8a
      igor@rurik.mysql.com authored
        Added cases for bugs #6307 and #6460.
      sql_select.cc:
        Fixed the problem of bug reports #6307 and #6460.
        The reported wrong result sets were due to the fact that
        the added call of the fix_fields method for the built
        AND condition that joined WHERE and ON conditions
        broke ON expression, as it removed extra AND levels
        in the built condition. 
        It looks like that no attributes of the built condition
        are needed, so we don't have to call fix_fields here.
      ca355c8a
  6. 05 Nov, 2004 19 commits