• monty@mysql.com's avatar
    Add 0x before pointers (to help with debugging) · 3fb088a0
    monty@mysql.com authored
    Add support for VARCHAR with 1 or 2 length bytes
    Enable VARCHAR packing in MyISAM files (previous patch didn't pack data properly)
    Give error if we got problems in temporary tables during a SELECT
    Don't use new table generated by ALTER TABLE if index generation fails
    Fixed wrong call by range_end() (Could cause an ASSERT in debug mode)
    3fb088a0
sql_select.h 15.9 KB