summaryrefslogtreecommitdiff
path: root/mysys
Commit message (Collapse)AuthorAgeFilesLines
* Fixed bug when having many binary log filesmonty@donna.mysql.com2001-01-083-8/+18
| | | | | 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-2/+2
|
* Fixed --no-defaults in mysqltestmonty@donna.mysql.com2000-12-291-0/+45
|
* New benchmark testmonty@donna.mysql.com2000-12-241-1/+2
| | | | | | | 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
* Lots of new benchmark runsmonty@donna.mysql.com2000-12-183-74/+59
| | | | | | Remember filename for temporary files created with mkstemp Fixed wrongly allocated BDB share structure Cleanups for SunPRO
* Fixed delete in tables with hidden primary keymonty@donna.mysql.com2000-12-121-4/+5
| | | | | | 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-14/+13
| | | | Change DROP TABLE to first drop the data, then the .frm file
* New error messagesmonty@donna.mysql.com2000-12-051-2/+5
| | | | | Fix for creating read-only files on windows Manual updates
* Makefile.am rm -> rm -f, to get rid of silly "remove this r-------- ?"serg@serg.mysql.com2000-11-291-3/+3
|
* New thr_alarm struct for better integration with OS2monty@donna.mysql.com2000-11-288-27/+115
| | | | | Run bootstrap in separate thread Fix bug in FLUSH TABLES table_name
* slave master.info FILE -> IO_CACHEsasha@mysql.sashanet.com2000-11-241-6/+18
| | | | | | | send_file() is more stack-friendly - changed large static buffer to alloc_root() fixed my_b_seek() to work with WRITE_CACHE test case to make sure the slave starts correctly after being stopped truncated words file so the replication tests will take less time
* Fixed compilation in another dirmonty@donna.mysql.com2000-11-211-1/+1
|
* Fixed performance bug in lock tablesmonty@donna.mysql.com2000-11-201-3/+3
|
* Bug fix for NATURAL JOIN, Split manual sections and more statistic variablesmonty@donna.mysql.com2000-11-202-1/+3
|
* Fixed some reported bugsmonty@donna.mysql.com2000-11-181-6/+17
|
* Merge work:/home/bk/mysql into donna.mysql.com:/home/my/bk/mysqlmonty@donna.mysql.com2000-11-171-1/+1
|\
| * Fixed bug with text key compares in BDBmonty@donna.mysql.com2000-11-171-1/+1
| |
* | fixed bugs in IO_CACHE and Load_event constructor. The code now passessasha@mysql.sashanet.com2000-11-161-1/+1
|/ | | | replication test suite
* Fixes for bugs in the usage of IO_CACHEmonty@narttu.mysql.fi2000-11-173-10/+17
|
* BUILD/compile-pentium-debugsasha@mysql.sashanet.com2000-11-161-1/+1
| | | | | | | | | | make -j 2 mysys/my_open.c my_umask is better than 0 - we do not want 0000 files when my_open() is called with O_CREAT sql/log.cc fixed up IO_CACHE to make replication work, not fully yet sql/log_event.cc fixed up IO_CACHE
* changed to use IO_CACHE instead of FILEmonty@donna.mysql.com2000-11-162-1/+213
|
* mergemonty@narttu.mysql.fi2000-11-165-79/+68
|\
| * changed to use IO_CACHE instead of FILEmonty@narttu.mysql.fi2000-11-154-78/+66
| |
| * Bug fixes, TRUNCATE, safer passwords on command line and connect timeoutmonty@tik.mysql.com2000-11-131-1/+2
| |
* | BitKeeper/triggers/post-commitsasha@mysql.sashanet.com2000-11-041-7/+2
| | | | | | | | | | | | | | | | | | | | | | | | 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
* | libmysql/libmysql.csasha@mysql.sashanet.com2000-10-281-2/+13
| | | | | | | | | | | | | | | | | | | | | | | | | | | | keep vio from being freed twice when we are low on memory mysys/safemalloc.c changes for --safemalloc-mem-limit sql/mini_client.cc keep vio from being freed twice sql/mysqld.cc changes for --safemalloc-mem-limit sql/slave.cc prevent closing connection twice sql/sql_string.h shrink() did not work right when my_realloc() failed
* | mysys/mf_format.csasha@mysql.sashanet.com2000-10-281-0/+4
|/ | | | | | workaround for SCO realpath() bug sql/slave.cc fixed memory leak when slave runs bad query
* Bug fixes + defines for INNOBASEmonty@donna.mysql.com2000-10-201-3/+3
|
* Fixes for automatic recover of MyISAM tablesmonty@donna.mysql.com2000-10-171-1/+1
|
* Automatic repair of MyISAM tables + small bug fixesmonty@donna.mysql.com2000-10-171-1/+1
|
* Fix of LEFT JOIN optimizer bug, problem with key cache on Windows andmonty@donna.mysql.com2000-10-143-7/+14
| | | | a lot of portability issues.
* mergemonty@donna.mysql.com2000-10-115-12/+20
|\
| * Merge narttu:/my/mysql into tik.mysql.com:/home/my/mysqlmonty@tik.mysql.com2000-10-111-0/+1
| |\
| | * Portability fixesmonty@narttu.mysql.fi2000-10-111-0/+1
| | |
| * | Automatic repair of MyISAM tables + portability fixesmonty@tik.mysql.com2000-10-115-12/+19
| |/
* | Show charsets dir in error message, instead of just "path: default".tim@threads.polyesthetic.msg2000-10-091-1/+1
|/
* DISTINCT optimizationmonty@tramp.mysql.fi2000-10-061-14/+34
| | | | | Fixes when using column privileges Manual updates
* Small fixesmonty@donna.mysql.com2000-10-051-1/+1
|
* Portability fixesmonty@donna.mysql.com2000-10-043-13/+175
|
* First part of automatic repair of MyISAM tables.monty@tramp.mysql.fi2000-10-034-42/+96
| | | | | | | Error on full disk on repair. SIGHUP signal handling. Update with keys on timestamp Portability fixes
* Fixed indention, removed compiler varnings and fixed a bugmonty@donna.mysql.com2000-09-292-2/+2
| | | | in FULLTEXT indexes.
* Fixes for releasemonty@donna.mysql.com2000-09-271-1/+1
|
* Small fixesmonty@donna.mysql.com2000-09-261-2/+17
|
* RIGHT JOIN, part of automatic repair of MyISAM tables, backup on repair,monty@tramp.mysql.fi2000-09-263-8/+40
| | | | reading from FIFO, fixes for FULLTEXT, @@IDENTITY
* Fixes for MyISAM and packed keys + AIXmonty@donna.mysql.com2000-09-221-4/+5
|
* Fix for SAFE_MUTEX + MERGE tablesmonty@donna.mysql.com2000-09-213-6/+25
|
* Fix for SAFE_MUTEX on windowsmonty@donna.mysql.com2000-09-203-8/+20
|
* mergemonty@donna.mysql.com2000-09-203-2/+18
|\
| * Small bug fixes + code for DELETE QUICKmonty@donna.mysql.com2000-09-203-2/+18
| |
* | better use of fn_format() in ha_mysisam::restore() and ha_myisam::backup()sasha@mysql.sashanet.com2000-09-181-1/+2
|/ | | | fixed buffer overflow in fn_format()