Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fixed bug when having many binary log files | monty@donna.mysql.com | 2001-01-08 | 3 | -8/+18 |
| | | | | | Fixed bug when deleting keys with possible NULL values many changes to mysqltest | ||||
* | Fixed gethostname_r tests to be more portable | monty@donna.mysql.com | 2001-01-01 | 1 | -2/+2 |
| | |||||
* | Fixed --no-defaults in mysqltest | monty@donna.mysql.com | 2000-12-29 | 1 | -0/+45 |
| | |||||
* | New benchmark test | monty@donna.mysql.com | 2000-12-24 | 1 | -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 runs | monty@donna.mysql.com | 2000-12-18 | 3 | -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 key | monty@donna.mysql.com | 2000-12-12 | 1 | -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 tables | monty@donna.mysql.com | 2000-12-08 | 1 | -14/+13 |
| | | | | Change DROP TABLE to first drop the data, then the .frm file | ||||
* | New error messages | monty@donna.mysql.com | 2000-12-05 | 1 | -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.com | 2000-11-29 | 1 | -3/+3 |
| | |||||
* | New thr_alarm struct for better integration with OS2 | monty@donna.mysql.com | 2000-11-28 | 8 | -27/+115 |
| | | | | | Run bootstrap in separate thread Fix bug in FLUSH TABLES table_name | ||||
* | slave master.info FILE -> IO_CACHE | sasha@mysql.sashanet.com | 2000-11-24 | 1 | -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 dir | monty@donna.mysql.com | 2000-11-21 | 1 | -1/+1 |
| | |||||
* | Fixed performance bug in lock tables | monty@donna.mysql.com | 2000-11-20 | 1 | -3/+3 |
| | |||||
* | Bug fix for NATURAL JOIN, Split manual sections and more statistic variables | monty@donna.mysql.com | 2000-11-20 | 2 | -1/+3 |
| | |||||
* | Fixed some reported bugs | monty@donna.mysql.com | 2000-11-18 | 1 | -6/+17 |
| | |||||
* | Merge work:/home/bk/mysql into donna.mysql.com:/home/my/bk/mysql | monty@donna.mysql.com | 2000-11-17 | 1 | -1/+1 |
|\ | |||||
| * | Fixed bug with text key compares in BDB | monty@donna.mysql.com | 2000-11-17 | 1 | -1/+1 |
| | | |||||
* | | fixed bugs in IO_CACHE and Load_event constructor. The code now passes | sasha@mysql.sashanet.com | 2000-11-16 | 1 | -1/+1 |
|/ | | | | replication test suite | ||||
* | Fixes for bugs in the usage of IO_CACHE | monty@narttu.mysql.fi | 2000-11-17 | 3 | -10/+17 |
| | |||||
* | BUILD/compile-pentium-debug | sasha@mysql.sashanet.com | 2000-11-16 | 1 | -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 FILE | monty@donna.mysql.com | 2000-11-16 | 2 | -1/+213 |
| | |||||
* | merge | monty@narttu.mysql.fi | 2000-11-16 | 5 | -79/+68 |
|\ | |||||
| * | changed to use IO_CACHE instead of FILE | monty@narttu.mysql.fi | 2000-11-15 | 4 | -78/+66 |
| | | |||||
| * | Bug fixes, TRUNCATE, safer passwords on command line and connect timeout | monty@tik.mysql.com | 2000-11-13 | 1 | -1/+2 |
| | | |||||
* | | BitKeeper/triggers/post-commit | sasha@mysql.sashanet.com | 2000-11-04 | 1 | -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.c | sasha@mysql.sashanet.com | 2000-10-28 | 1 | -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.c | sasha@mysql.sashanet.com | 2000-10-28 | 1 | -0/+4 |
|/ | | | | | | workaround for SCO realpath() bug sql/slave.cc fixed memory leak when slave runs bad query | ||||
* | Bug fixes + defines for INNOBASE | monty@donna.mysql.com | 2000-10-20 | 1 | -3/+3 |
| | |||||
* | Fixes for automatic recover of MyISAM tables | monty@donna.mysql.com | 2000-10-17 | 1 | -1/+1 |
| | |||||
* | Automatic repair of MyISAM tables + small bug fixes | monty@donna.mysql.com | 2000-10-17 | 1 | -1/+1 |
| | |||||
* | Fix of LEFT JOIN optimizer bug, problem with key cache on Windows and | monty@donna.mysql.com | 2000-10-14 | 3 | -7/+14 |
| | | | | a lot of portability issues. | ||||
* | merge | monty@donna.mysql.com | 2000-10-11 | 5 | -12/+20 |
|\ | |||||
| * | Merge narttu:/my/mysql into tik.mysql.com:/home/my/mysql | monty@tik.mysql.com | 2000-10-11 | 1 | -0/+1 |
| |\ | |||||
| | * | Portability fixes | monty@narttu.mysql.fi | 2000-10-11 | 1 | -0/+1 |
| | | | |||||
| * | | Automatic repair of MyISAM tables + portability fixes | monty@tik.mysql.com | 2000-10-11 | 5 | -12/+19 |
| |/ | |||||
* | | Show charsets dir in error message, instead of just "path: default". | tim@threads.polyesthetic.msg | 2000-10-09 | 1 | -1/+1 |
|/ | |||||
* | DISTINCT optimization | monty@tramp.mysql.fi | 2000-10-06 | 1 | -14/+34 |
| | | | | | Fixes when using column privileges Manual updates | ||||
* | Small fixes | monty@donna.mysql.com | 2000-10-05 | 1 | -1/+1 |
| | |||||
* | Portability fixes | monty@donna.mysql.com | 2000-10-04 | 3 | -13/+175 |
| | |||||
* | First part of automatic repair of MyISAM tables. | monty@tramp.mysql.fi | 2000-10-03 | 4 | -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 bug | monty@donna.mysql.com | 2000-09-29 | 2 | -2/+2 |
| | | | | in FULLTEXT indexes. | ||||
* | Fixes for release | monty@donna.mysql.com | 2000-09-27 | 1 | -1/+1 |
| | |||||
* | Small fixes | monty@donna.mysql.com | 2000-09-26 | 1 | -2/+17 |
| | |||||
* | RIGHT JOIN, part of automatic repair of MyISAM tables, backup on repair, | monty@tramp.mysql.fi | 2000-09-26 | 3 | -8/+40 |
| | | | | reading from FIFO, fixes for FULLTEXT, @@IDENTITY | ||||
* | Fixes for MyISAM and packed keys + AIX | monty@donna.mysql.com | 2000-09-22 | 1 | -4/+5 |
| | |||||
* | Fix for SAFE_MUTEX + MERGE tables | monty@donna.mysql.com | 2000-09-21 | 3 | -6/+25 |
| | |||||
* | Fix for SAFE_MUTEX on windows | monty@donna.mysql.com | 2000-09-20 | 3 | -8/+20 |
| | |||||
* | merge | monty@donna.mysql.com | 2000-09-20 | 3 | -2/+18 |
|\ | |||||
| * | Small bug fixes + code for DELETE QUICK | monty@donna.mysql.com | 2000-09-20 | 3 | -2/+18 |
| | | |||||
* | | better use of fn_format() in ha_mysisam::restore() and ha_myisam::backup() | sasha@mysql.sashanet.com | 2000-09-18 | 1 | -1/+2 |
|/ | | | | fixed buffer overflow in fn_format() |