Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merged some functions and removed some unused client functions. | monty@donna.mysql.fi | 2001-03-06 | 1 | -25/+22 |
| | | | | | | | | Remember UNION for ALTER TABLE Added test for if we are supporting transactions. Don't allow REPLACE to replace a row when we have generated an auto_increment key Fixed bug when using BLOB keys Fixed bug in SET @variable=user. | ||||
* | Fixes for innobase | monty@donna.mysql.fi | 2001-02-21 | 2 | -2/+4 |
| | | | | Added test for ALTER TABLE ORDER BY | ||||
* | Fixed problem with concurrent inserts and read-previous | monty@donna.mysql.com | 2001-02-18 | 1 | -1/+1 |
| | | | | Fix for BSDI 4.0 | ||||
* | Fixed that myisamchk -R works on text columns | monty@donna.mysql.com | 2001-02-18 | 1 | -3/+4 |
| | | | | Fixed typo when removing space from argument to -O | ||||
* | Added locks needed for Innobase | monty@donna.mysql.com | 2001-02-18 | 2 | -4/+13 |
| | | | | Fixed mutex problem when doing automatic repair of MyISAM tables | ||||
* | Added Innobase to source distribution | monty@donna.mysql.com | 2001-02-17 | 1 | -3/+3 |
| | |||||
* | Changed --replace to --replace_result in mysqltest | monty@donna.mysql.com | 2001-02-15 | 3 | -7/+7 |
| | | | | | | Changed errmsg -> my_errmsg (portability issue) Fixed that mysqlbinlog writes SET TIMESTAMP before all queries Fixed comments in default my.cnf files | ||||
* | Fixed bug in bitmap handling | monty@donna.mysql.com | 2001-02-09 | 1 | -1/+2 |
| | |||||
* | Force sockets to be blocking on HPUX 11.0 | monty@donna.mysql.com | 2001-02-07 | 2 | -8/+5 |
| | | | | Changed BITMAP to MY_BITMAP to avoid type conflict on windows | ||||
* | Use new bitmap interface | monty@donna.mysql.com | 2001-02-07 | 2 | -19/+43 |
| | | | | | Patches for Armstrong Removed warnings when using REPAIR TABLE .. EXTENDED | ||||
* | Workaround for bug in thread library in Unixware 7 | monty@donna.mysql.com | 2001-02-03 | 1 | -0/+3 |
| | | | | | Fixed bug in GROUP BY on ELT() Added SEQUENCE() to UDF examples | ||||
* | Changes prompted by manual comments. | jcole@tetra.spaceapes.com | 2001-02-01 | 2 | -2/+2 |
| | |||||
* | New myisamchk option --sort-recover | monty@donna.mysql.com | 2001-01-31 | 1 | -22/+43 |
| | | | | | | | | Allow delete of crashed MyISAM tables Fixed bug when BLOB was first part of key Fixed bug when using result from CASE in GROUP BY Fixed core-dump bug in monthname() Optimized calling of check_db_name() | ||||
* | merge | monty@donna.mysql.com | 2001-01-28 | 5 | -3/+78 |
|\ | |||||
| * | merge | sasha@mysql.sashanet.com | 2001-01-27 | 4 | -2/+71 |
| |\ | |||||
| | * | manual merge | jcole@tetra.spaceapes.com | 2001-01-27 | 4 | -2/+71 |
| | |\ | |||||
| | | * | Added --temp-pool option to mysqld. This will cause temporary files | jcole@tetra.spaceapes.com | 2001-01-27 | 4 | -2/+71 |
| | | | | | | | | | | | | | | | | | | | | created to use a small set of filenames, to try and avoid problems in the Linux kernel. | ||||
| * | | | fixed up lock counting code - Monty's suggestions | sasha@mysql.sashanet.com | 2001-01-27 | 1 | -1/+1 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | updated manual about table lock counter fixed coredump in DROP DATABASE with long bogus name by non-root user fixed bug in handling STOP immediately after ROTATE added test case for buffer overrun on DROP DATABASE by non-root user added test case for the STOP bug in replication | ||||
| * | | | Table_locks_waited | sasha@mysql.sashanet.com | 2001-01-26 | 1 | -1/+7 |
| |/ / | | | | | | | | | | Table_locks_immediate | ||||
* | | | Portability fixes for OPENBSD, OS2 and Windows | monty@donna.mysql.com | 2001-01-27 | 1 | -0/+4 |
|/ / | |||||
* | | Merge work:/my/mysql into donna.mysql.com:/home/my/bk/mysql | monty@donna.mysql.com | 2001-01-25 | 2 | -1/+8 |
|\ \ | |||||
| * \ | Merge work:/home/bk/mysql | sasha@mysql.sashanet.com | 2001-01-24 | 1 | -0/+7 |
| |\ \ | | |/ | |/| | | | | into mysql.sashanet.com:/home/sasha/src/bk/mysql | ||||
| | * | Added last_errno and last_error to show slave status | sasha@mysql.sashanet.com | 2001-01-24 | 1 | -0/+7 |
| | | | | | | | | | | | | | | | | | | | | | slave will skip the first SQL_SLAVE_SKIP_COUNTER events on start - this is needed to recover from broken replication when the next log event(s) should just be skipped. Rotate binlogs when max_binlog_size is reached | ||||
| * | | Corrected misnamed DBUG_ENTER in create_temp_file | jcole@tetra.spaceapes.com | 2001-01-23 | 1 | -1/+1 |
| |/ | |||||
* | | Lots of manual changes | monty@donna.mysql.com | 2001-01-25 | 1 | -2/+2 |
|/ | | | | Changed 'static inline' to 'inline' for SCO new's compiler | ||||
* | Merge | monty@donna.mysql.com | 2001-01-21 | 2 | -47/+37 |
|\ | |||||
| * | delete test_vnsprintf.c | sasha@mysql.sashanet.com | 2001-01-20 | 1 | -45/+0 |
| | | |||||
| * | client/mysqltest.c | sasha@mysql.sashanet.com | 2001-01-19 | 1 | -2/+37 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | added send/reap/dirty_close include/mysql.h mysql_send_query()/mysql_reap_query() libmysql/libmysql.c mysql_send_query()/mysql_reap_query() mysys/my_vsnprintf.c fixed critical bug that codedumped when connection aborted sql/sql_parse.cc 0 mysql-test/r/dirty-close.result New BitKeeper file ``mysql-test/r/dirty-close.result'' mysql-test/t/dirty-close.test New BitKeeper file ``mysql-test/t/dirty-close.test'' | ||||
* | | Added MYSQL_SERVER_SUFFIX to mysqld | monty@donna.mysql.com | 2001-01-19 | 3 | -7/+7 |
|/ | | | | | Fixed bug in TRIM changed strnmov -> strmake | ||||
* | Fixes for mysqltest | monty@donna.mysql.com | 2001-01-15 | 1 | -1/+0 |
| | |||||
* | Fixed test when exeeding file quota on write | monty@donna.mysql.com | 2001-01-15 | 3 | -7/+21 |
| | | | | Sanity checks when opening MyISAM files | ||||
* | 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 |
| |