summaryrefslogtreecommitdiff
path: root/myisam/mi_create.c
Commit message (Collapse)AuthorAgeFilesLines
* fix auto-increment in sub-key and insert ... selectserg@serg.mysql.com2003-03-021-1/+1
|
* After merge fixmonty@mashka.mysql.fi2003-01-171-1/+1
|
* Merge with 3.23monty@mashka.mysql.fi2003-01-161-2/+2
|\
| * Fixed max_key_length when using UNIQUE keys.monty@mashka.mysql.fi2002-12-271-1/+1
| | | | | | | | This fixed a bug in GROUP BY on a BLOB column with NULL values.
| * bugfix: uniques did not contributed to MYI tot_length estimation, which ↵serg@sergbook.mysql.com2002-07-251-0/+3
| | | | | | | | resulted in "Index file full" error on huge SELECT DISTINCT's
* | less restrictive test for max key length in mi_createserg@serg.mysql.com2002-10-231-1/+1
| |
* | max_key_length MyISAM bugfixserg@sergbook.mysql.com2002-09-101-1/+2
| |
* | Lots of code fixes to the replication code (especially the binary logging ↵monty@mashka.mysql.fi2002-08-081-2/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | and index log file handling) Fixed bugs in my last changeset that made MySQL hard to compile. Added mutex around some data that could cause table cache corruptions when using OPTIMIZE TABLE / REPAIR TABLE or automatic repair of MyISAM tables. Added mutex around some data in the slave start/stop code that could cause THD linked list corruptions Extended my_chsize() to allow one to specify a filler character. Extend vio_blocking to return the old state (This made some usage of this function much simpler) Added testing for some functions that they caller have got the required mutexes before calling the function. Use setrlimit() to ensure that we can write core file if one specifies --core-file. Added --slave-compressed-protocol Made 2 the minimum length for ft_min_word_len Added variables foreign_key_checks & unique_checks. Less logging from replication code (if not started with --log-warnings) Changed that SHOW INNODB STATUS requre the SUPER privilege More DBUG statements and a lot of new code comments
* | bugfix: uniques did not contributed to MYI tot_length estimation, which ↵serg@sergbook.mysql.com2002-07-241-3/+6
| | | | | | | | resulted in "Index file full" error on huge SELECT DISTINCT's
* | Update copyrightmonty@hundin.mysql.fi2001-12-061-4/+4
| | | | | | | | Fixed memory leak on shutdown (Affects the embedded version & MyODBC)
* | Portability fixmonty@hundin.mysql.fi2001-11-071-4/+4
| | | | | | | | Cleanup typos (like SKIPP -> SKIP)
* | Cleaned up SSL documentationmonty@hundin.mysql.fi2001-10-021-8/+9
| | | | | | | | | | | | | | Fixes for embedded server Made key_cache more configurable Fixed that one can change key blocksize in MyISAM A lot of optimizations to make MyISAM slightly faster
* | mergemonty@work.mysql.com2001-09-021-1/+1
|\ \ | |/
| * Fix to not running mysqld as root by defaultmonty@hundin.mysql.fi2001-09-021-1/+1
| |
* | Fixed length rows should not use row checksum in MyISAM tablesmonty@hundin.mysql.fi2001-06-261-1/+4
| | | | | | | | Fixed bug in handling of packed MyISAM keys
* | Symlinking of tables should not work.monty@hundin.mysql.fi2001-06-051-26/+50
| | | | | | | | | | | | Fixed error number handling bug in mysqltest. Fixed that error number from insert delayed is reported correctly. merged new vio code with old violite code.
* | Removed compiler warnings.monty@hundin.mysql.fi2001-05-311-6/+19
|/ | | | | | | Added preliminary handling of symlinks in MyISAM. When using myisamchk to check tables with --force, don't repair tables that are marked as 'not closed' if they are ok. Change fn_format() to use my_real_path and my_symlink
* Fixed bug when having many binary log filesmonty@donna.mysql.com2001-01-081-73/+73
| | | | | Fixed bug when deleting keys with possible NULL values many changes to mysqltest
* New thr_alarm struct for better integration with OS2monty@donna.mysql.com2000-11-281-4/+10
| | | | | Run bootstrap in separate thread Fix bug in FLUSH TABLES table_name
* Added connect_timeout and fix for transactions per statementmonty@donna.mysql.com2000-11-271-1/+1
|
* changed to use IO_CACHE instead of FILEmonty@donna.mysql.com2000-11-161-0/+1
|
* Small bug fixes + code for DELETE QUICKmonty@donna.mysql.com2000-09-201-1/+5
|
* Import changesetbk@work.mysql.com2000-07-311-0/+628