• unknown's avatar
    Add support for up to VARCHAR (size up to 65535) · e04e1dd2
    unknown 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
    
    
    BitKeeper/deleted/.del-ha_isam.cc~4dce65904db2675e:
      Delete: sql/ha_isam.cc
    BitKeeper/deleted/.del-_cache.c~b5d80b5c3ae233b1:
      Delete: isam/_cache.c
    BitKeeper/deleted/.del-_dbug.c~88d7964ae5e3c9bd:
      Delete: isam/_dbug.c
    BitKeeper/deleted/.del-_dynrec.c~48dd758f5a5450df:
      Delete: isam/_dynrec.c
    BitKeeper/deleted/.del-_key.c~ce62d47a6c681084:
      Delete: isam/_key.c
    BitKeeper/deleted/.del-_locking.c~dea4cdc6ea425c67:
      Delete: isam/_locking.c
    BitKeeper/deleted/.del-_packrec.c~47ae1b16c007e9be:
      Delete: isam/_packrec.c
    BitKeeper/dele...
    e04e1dd2
hp_write.c 8.28 KB