• monty@mashka.mysql.fi's avatar
    CLIENT_MULTI_QUERIES -> CLIENT_MULTI_STATEMENTS · cab1dc62
    monty@mashka.mysql.fi authored
    New multi-key-cache handling. This was needed becasue the old one didn't work reliable with MERGE tables.
    ALTER TABLE table_name ... CHARACTER SET  ... now changes all char/varchar/text columns to the given character set
    (One must use ALTER TABLE ... DEFAULT CHARACTER SET ... to change the default character set)
    Fixed that have_compress is detected properly (fixes problems with func_compress.test on platforms without zlib)
    New syntax for CACHE INDEX ('keys' is optional if no index name is given and one mentions the key cache name only ones)
    Removed compiler warnings
    Added mysql_set_server_option() to allow clients like PHP to easaily set/reset the multi-statement flag.
    cab1dc62
sql_lex.cc 39.7 KB