• 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
Makefile.am 6.23 KB