summaryrefslogtreecommitdiff
path: root/sql/ha_isam.cc
Commit message (Collapse)AuthorAgeFilesLines
* Give warning if MySQL doesn't honor given storage enginemonty@mashka.mysql.fi2003-05-131-1/+2
| | | | Allow syntax CREATE TABLE t1 (LIKE t2)
* low-level error messages cleanupserg@serg.mysql.com2003-01-281-1/+1
|
* Portability fix when using -DBIG_TABLESmonty@mashka.mysql.fi2002-11-141-1/+2
|
* Increased max possible max_allowed_packet to 1Gmonty@mashka.mysql.fi2002-09-191-1/+3
| | | | Small optimization to not do external locking of temporary MyISAM tables.
* Fixed some bugs after last mergemonty@hundin.mysql.fi2002-06-201-0/+2
| | | | Added semaphore support to MIT-pthreads.
* Made keyread (key scanning) a key specific attribute.monty@hundin.mysql.fi2002-06-191-2/+0
| | | | | This avoids using fulltext keys for table scanning. This also reverts Sinisa's original fix for this problem.
* Update for BTREE keys in HEAP tablesmonty@tik.mysql.fi2002-04-121-1/+1
| | | | Split handler->option_flag() to handler->table_flags() and handler->index_flags()
* mergemonty@hundin.mysql.fi2002-03-121-1/+1
|\
| * Added help for --local-infilemonty@hundin.mysql.fi2002-03-121-1/+1
| | | | | | | | | | Fix for bug on intel where (int32) 1 << 32 == 1, which gave problems when using 32 keys. Allow SET PASSWORD for anonymous user
* | Added support of null keys in HEAP tablesmonty@tik.mysql.fi2002-01-121-0/+9
| | | | | | | | Added ORDER BY optimization
* | Update copyrightmonty@hundin.mysql.fi2001-12-061-5/+5
| | | | | | | | Fixed memory leak on shutdown (Affects the embedded version & MyODBC)
* | Portability fixmonty@hundin.mysql.fi2001-11-071-4/+4
| | | | | | | | Cleanup typos (like SKIPP -> SKIP)
* | Updated manual about embedded version.monty@hundin.mysql.fi2001-10-081-0/+2
|/ | | | | | | | | Speed up column-completion in 'mysql' Don't use ISAM if HAVE_ISAM is not defined A lot of fixes for the embedded version. All libraries are now included in libmysqld.a Changed arguments to convert_dirname() to make it more general. Renamed files in the 'merge' directory to all use a common prefix. Don't compile both assembler and C functions on x86
* RIGHT JOIN, part of automatic repair of MyISAM tables, backup on repair,monty@tramp.mysql.fi2000-09-261-1/+1
| | | | reading from FIFO, fixes for FULLTEXT, @@IDENTITY
* Import changesetbk@work.mysql.com2000-07-311-0/+390