summaryrefslogtreecommitdiff
path: root/myisam/mi_panic.c
Commit message (Collapse)AuthorAgeFilesLines
* Merge key cache structures to onemonty@mysql.com2003-11-201-1/+1
| | | | Fixed compiler warnings (IRIX C compiler and VC++)
* CLIENT_MULTI_QUERIES -> CLIENT_MULTI_STATEMENTSmonty@mashka.mysql.fi2003-11-181-1/+1
| | | | | | | | | | 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.
* Many files:igor@rurik.mysql.com2003-08-021-1/+1
| | | | | | | | Added key cache assignment mi_locking.c: Added key cache assignment: correction my_sys.h: Added key cache variable structure
* Many files:igor@rurik.mysql.com2003-06-301-1/+1
| | | | Added multiple key cache
* Update copyrightmonty@hundin.mysql.fi2001-12-061-3/+3
| | | | Fixed memory leak on shutdown (Affects the embedded version & MyODBC)
* Small bug fixes + code for DELETE QUICKmonty@donna.mysql.com2000-09-201-1/+4
|
* Import changesetbk@work.mysql.com2000-07-311-0/+111