Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Give warning if MySQL doesn't honor given storage engine | monty@mashka.mysql.fi | 2003-05-13 | 1 | -1/+2 |
| | | | | Allow syntax CREATE TABLE t1 (LIKE t2) | ||||
* | low-level error messages cleanup | serg@serg.mysql.com | 2003-01-28 | 1 | -1/+1 |
| | |||||
* | Portability fix when using -DBIG_TABLES | monty@mashka.mysql.fi | 2002-11-14 | 1 | -1/+2 |
| | |||||
* | Increased max possible max_allowed_packet to 1G | monty@mashka.mysql.fi | 2002-09-19 | 1 | -1/+3 |
| | | | | Small optimization to not do external locking of temporary MyISAM tables. | ||||
* | Fixed some bugs after last merge | monty@hundin.mysql.fi | 2002-06-20 | 1 | -0/+2 |
| | | | | Added semaphore support to MIT-pthreads. | ||||
* | Made keyread (key scanning) a key specific attribute. | monty@hundin.mysql.fi | 2002-06-19 | 1 | -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 tables | monty@tik.mysql.fi | 2002-04-12 | 1 | -1/+1 |
| | | | | Split handler->option_flag() to handler->table_flags() and handler->index_flags() | ||||
* | merge | monty@hundin.mysql.fi | 2002-03-12 | 1 | -1/+1 |
|\ | |||||
| * | Added help for --local-infile | monty@hundin.mysql.fi | 2002-03-12 | 1 | -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 tables | monty@tik.mysql.fi | 2002-01-12 | 1 | -0/+9 |
| | | | | | | | | Added ORDER BY optimization | ||||
* | | Update copyright | monty@hundin.mysql.fi | 2001-12-06 | 1 | -5/+5 |
| | | | | | | | | Fixed memory leak on shutdown (Affects the embedded version & MyODBC) | ||||
* | | Portability fix | monty@hundin.mysql.fi | 2001-11-07 | 1 | -4/+4 |
| | | | | | | | | Cleanup typos (like SKIPP -> SKIP) | ||||
* | | Updated manual about embedded version. | monty@hundin.mysql.fi | 2001-10-08 | 1 | -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.fi | 2000-09-26 | 1 | -1/+1 |
| | | | | reading from FIFO, fixes for FULLTEXT, @@IDENTITY | ||||
* | Import changeset | bk@work.mysql.com | 2000-07-31 | 1 | -0/+390 |