summaryrefslogtreecommitdiff
path: root/include
Commit message (Collapse)AuthorAgeFilesLines
* Fixed bug when having many binary log filesmonty@donna.mysql.com2001-01-081-0/+2
| | | | | Fixed bug when deleting keys with possible NULL values many changes to mysqltest
* Fixed gethostname_r tests to be more portablemonty@donna.mysql.com2001-01-011-8/+10
|
* Update to new viomonty@donna.mysql.com2000-12-311-1/+1
|
* cleanupsmonty@donna.mysql.com2000-12-311-2/+1
|
* Mergeserg@serg.mysql.com2000-12-301-1/+1
|\
| * Fixed --no-defaults in mysqltestmonty@donna.mysql.com2000-12-291-1/+1
| |
* | Mergeserg@serg.mysql.com2000-12-242-2/+3
|\ \ | |/
| * Fix duplicate symbol problemmonty@donna.mysql.com2000-12-241-3/+8
| |
| * mergemonty@donna.mysql.com2000-12-241-1/+3
| |\
| | * New benchmark testmonty@donna.mysql.com2000-12-241-1/+3
| | | | | | | | | | | | | | | | | | | | | Fixed bug in REPLACE with BDB tables Prepare for write lock on read for BDB Inform the handler when we want to use IGNORE / REPLACE New manual pages
* | | raid.h moved my_raid_type() out of #ifdef USE_RAIDserg@serg.mysql.com2000-12-231-6/+13
|/ / | | | | | | sql_show.cc #define USE_RAID removed
* | Style fix - keep os-specific stuff together.tim@cane.mysql.fi2000-12-221-0/+4
|/
* Lots of new benchmark runsmonty@donna.mysql.com2000-12-181-3/+3
| | | | | | Remember filename for temporary files created with mkstemp Fixed wrongly allocated BDB share structure Cleanups for SunPRO
* Backed out the new LARGEFILE patch as it broked several thingsmonty@donna.mysql.com2000-12-161-1/+4
|
* configure fix to get Linux to work with new large file system detectionmonty@donna.mysql.com2000-12-161-0/+1
|
* Fix problem with S_ISLNK() on Linuxmonty@donna.mysql.com2000-12-161-3/+5
|
* Fixed missing long optionmonty@donna.mysql.com2000-12-161-1/+1
| | | | Portability fix for Linux
* Configure updatesmonty@donna.mysql.com2000-12-161-2/+2
| | | | Fixed my_print_defaults --no-defaults
* MIT fixsasha@mysql.sashanet.com2000-12-131-0/+1
|
* global.h Fix for MIT-threadssasha@mysql.sashanet.com2000-12-131-0/+1
|
* mysql.spec.sh Don't install BDBmonty@work.mysql.com2000-12-131-1/+1
| | | | | | Do-patch-file Update for new web structure Makefile.am Added dependency for manual_toc.html Makefile.am Replaced chmod with RM to avoid error message
* Fixed delete in tables with hidden primary keymonty@donna.mysql.com2000-12-121-0/+2
| | | | | | Remove not used BDB logs on shutdown Don't give warnings for repair on slaves Fixed transaction log files
* Lots of fixes for BDB tablesmonty@donna.mysql.com2000-12-081-1/+1
| | | | Change DROP TABLE to first drop the data, then the .frm file
* Only write full transactions to binary logmonty@donna.mysql.com2000-12-071-1/+2
| | | | | | A lot of new functions for BDB tables Fix for DROP DATABASE on windows Default server_id variables
* New thr_alarm struct for better integration with OS2monty@donna.mysql.com2000-11-285-38/+66
| | | | | Run bootstrap in separate thread Fix bug in FLUSH TABLES table_name
* All statements are now run in a sub transactionmonty@donna.mysql.com2000-11-241-1/+2
| | | | | Give warning if we are using non transactional tables and do ROLLBACK Porting of crash-me and benchmarks to FrontBase
* Split error message for crashed table to 3 different error messages.monty@donna.mysql.com2000-11-222-1/+4
| | | | Fixes for Windows
* Fixed problem with auto-repair of MyISAM tablesmonty@donna.mysql.com2000-11-211-0/+1
| | | | Fixed bug in ISAM and MyISAM when updating from multiple-processes
* Bug fix for NATURAL JOIN, Split manual sections and more statistic variablesmonty@donna.mysql.com2000-11-201-1/+1
|
* Fixes for bugs in the usage of IO_CACHEmonty@narttu.mysql.fi2000-11-171-0/+1
|
* mergemonty@narttu.mysql.fi2000-11-163-2/+9
|\
| * changed to use IO_CACHE instead of FILEmonty@narttu.mysql.fi2000-11-151-0/+5
| |
| * Bug fixes, TRUNCATE, safer passwords on command line and connect timeoutmonty@tik.mysql.com2000-11-132-2/+4
| |
* | Changes from teg@redhat.com - subtle bugs that only show up undertim@threads.polyesthetic.msg2000-11-061-4/+8
| | | | | | | | certain circumstances.
* | BitKeeper/triggers/post-commitsasha@mysql.sashanet.com2000-11-041-0/+1
| | | | | | | | | | | | | | | | | | | | | | | | send the diffs Docs/manual.texi updated change history include/my_sys.h Moved safemalloc_mem_limit here mysys/safemalloc.c fixed up safemalloc_mem_limit sql/mysqld.cc moved safemalloc_mem_limit declaration to my_sys.h
* | fixed bug with FULLTEXT and ORDER BYserg@serg.mysql.com2000-11-041-2/+3
| |
* | fixed --skip-slave-thread bugsasha@mysql.sashanet.com2000-10-261-0/+0
|/ | | | | | added PURGE MASTER LOGS TO and SHOW MASTER LOGS fixed the output of SHOW MASTER STATUS updated docs
* Update of interface for BDB tables.monty@donna.mysql.com2000-10-241-1/+1
| | | | Fixed bug in SHOW CREATE TABLE
* Fix of automatic repairmonty@donna.mysql.com2000-10-231-1/+1
|
* Fixed benchmarks and compare of NULL with <>monty@donna.mysql.com2000-10-171-1/+1
|
* Automatic repair of MyISAM tables + small bug fixesmonty@donna.mysql.com2000-10-172-6/+4
|
* Changed meaning of HA_EXTRA_RESET and start of hidden primary keys for BDB ↵monty@tik.mysql.com2000-10-151-1/+2
| | | | tables
* Fix of LEFT JOIN optimizer bug, problem with key cache on Windows andmonty@donna.mysql.com2000-10-141-1/+1
| | | | a lot of portability issues.
* mergemonty@donna.mysql.com2000-10-113-12/+14
|\
| * Merge narttu:/my/mysql into tik.mysql.com:/home/my/mysqlmonty@tik.mysql.com2000-10-111-3/+3
| |\
| | * Portability fixesmonty@narttu.mysql.fi2000-10-111-3/+3
| | |
| * | Automatic repair of MyISAM tables + portability fixesmonty@tik.mysql.com2000-10-112-9/+11
| |/
* | Show charsets dir in error message, instead of just "path: default".tim@threads.polyesthetic.msg2000-10-091-0/+1
|/
* DISTINCT optimizationmonty@tramp.mysql.fi2000-10-061-0/+1
| | | | | Fixes when using column privileges Manual updates
* Portability fixesmonty@donna.mysql.com2000-10-041-0/+13
|