Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Changed -O6 to -O3 | monty@donna.mysql.fi | 2001-04-13 | 1 | -2/+10 |
| | | | | Portability fix for Innodb | ||||
* | Changes to get mysqld-max to compile | monty@donna.mysql.fi | 2001-04-13 | 1 | -1/+9 |
| | |||||
* | Changed Innobase to Innodb | monty@donna.mysql.fi | 2001-04-13 | 2 | -17/+22 |
| | | | | Deleted a lot of old benchmark runs | ||||
* | Fixed INSERT DELAYED with Innobase | monty@donna.mysql.fi | 2001-04-09 | 1 | -2/+20 |
| | | | | | Fix for shutdown on NT Fixed bug when using wrong dates from blob field. | ||||
* | Fix a crash in Innobase with tables with many columns and a range query | monty@donna.mysql.fi | 2001-03-26 | 1 | -0/+1 |
| | | | | Removed all Attic directories. | ||||
* | Split setup_fields to setup_tables and setup_fields | monty@tik.mysql.fi | 2001-03-21 | 1 | -1/+4 |
| | | | | Fixed problem with UPDATE TABLE when keys wheren't always used. | ||||
* | Added isolation levels | monty@tik.mysql.fi | 2001-03-21 | 1 | -1/+25 |
| | | | | Added SELECT .. FOR UPDATE and SELECT .. IN SHARE MODE | ||||
* | Fixed wrong option in mysql_install_db | monty@donna.mysql.fi | 2001-03-09 | 1 | -1/+1 |
| | | | | | Added delayed_user for delayed_threads Don't use record cache when doing deletes | ||||
* | Fixed bug in INSERT DELAYED when INSERT generated an error | monty@donna.mysql.fi | 2001-03-08 | 1 | -50/+112 |
| | |||||
* | Fixes for innobase usage | monty@donna.mysql.fi | 2001-03-03 | 1 | -1/+1 |
| | | | | | Fixed bug when using TEXT columns with BDB tables Allow LOAD DATA INFILE to use numbers with ENUM and SET columns | ||||
* | s/Demon/Daemon/g; | jcole@tetra.spaceapes.com | 2001-02-18 | 1 | -3/+3 |
| | |||||
* | Write UNION() for MERGE tables | monty@donna.mysql.com | 2001-02-17 | 1 | -0/+4 |
| | |||||
* | Added Innobase to source distribution | monty@donna.mysql.com | 2001-02-17 | 2 | -2/+2 |
| | |||||
* | Workaround for bug in thread library in Unixware 7 | monty@donna.mysql.com | 2001-02-03 | 1 | -18/+18 |
| | | | | | Fixed bug in GROUP BY on ELT() Added SEQUENCE() to UDF examples | ||||
* | Portability fixes | monty@donna.mysql.com | 2001-02-02 | 1 | -17/+18 |
| | | | | Changed TRUNCATE table_name -> TRUNCATE TABLE table_name | ||||
* | Fixed type in make_binary_distribution.sh | monty@donna.mysql.com | 2001-01-22 | 1 | -1/+1 |
| | | | | Don't convert field names in mysql_list_fields | ||||
* | Fix new bugs in make_binary_distribution | monty@donna.mysql.com | 2001-01-21 | 1 | -11/+13 |
| | |||||
* | merge | monty@donna.mysql.com | 2001-01-19 | 1 | -7/+25 |
|\ | |||||
| * | Added MYSQL_SERVER_SUFFIX to mysqld | monty@donna.mysql.com | 2001-01-19 | 1 | -7/+25 |
| | | | | | | | | | | Fixed bug in TRIM changed strnmov -> strmake | ||||
* | | Add --with-server-suffix (MYSQL_SERVER_SUFFIX). | tim@cane.mysql.fi | 2001-01-19 | 2 | -1/+2 |
|/ | |||||
* | Patches for NetBSD/macppc | monty@donna.mysql.com | 2001-01-12 | 1 | -7/+11 |
| | | | | | Fixed bug in LEFT JOIN Added bdb_log_buffer_size | ||||
* | Fixed bug when having many binary log files | monty@donna.mysql.com | 2001-01-08 | 3 | -12/+25 |
| | | | | | Fixed bug when deleting keys with possible NULL values many changes to mysqltest | ||||
* | Fix for replication when binary log goes over 2G | monty@donna.mysql.com | 2001-01-03 | 1 | -3/+3 |
| | | | | | Split update_of_key into separate tests Updated make_binary_distribution to generate symbol file for mysqld | ||||
* | Add missing files in binary distribution | monty@donna.mysql.com | 2001-01-02 | 1 | -0/+1 |
| | |||||
* | Fixes to get mysql-test included in the distributions | monty@donna.mysql.com | 2001-01-02 | 1 | -1/+1 |
| | |||||
* | Fixed new bug in BDB tables | monty@donna.mysql.com | 2000-12-31 | 1 | -2/+4 |
| | |||||
* | Fixed --no-defaults in mysqltest | monty@donna.mysql.com | 2000-12-29 | 1 | -8/+10 |
| | |||||
* | Cleanup of tests | monty@donna.mysql.com | 2000-12-28 | 1 | -1/+1 |
| | | | | Fixed bug with ALTER TABLE on HEAP tables | ||||
* | New benchmark test | monty@donna.mysql.com | 2000-12-24 | 2 | -2/+6 |
| | | | | | | | 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 | 2 | -16/+17 |
| | | | | | | Remember filename for temporary files created with mkstemp Fixed wrongly allocated BDB share structure Cleanups for SunPRO | ||||
* | Fixed error when copying mysqld_multi | monty@donna.mysql.com | 2000-12-16 | 2 | -4/+4 |
| | | | | | Fixes for mysql-test Fixed race condition in SHOW LOGS | ||||
* | mysql-test/Makefile.am | sasha@mysql.sashanet.com | 2000-12-13 | 1 | -1/+2 |
| | | | | | | fixed typo scripts/make_binary_distribution.sh added .MRG and .frm files | ||||
* | Merge | serg@serg.mysql.com | 2000-12-09 | 2 | -13/+13 |
|\ | |||||
| * | mysqldump.c typo fixed | serg@serg.mysql.com | 2000-12-08 | 2 | -13/+13 |
| | | | | | | | | | | mysqldumpslow.sh | first line should be #!@PERL@ mysqld_multi.sh | not #@perl@ or #!/usr/bin/perl | ||||
* | | Merge | monty@donna.mysql.com | 2000-12-08 | 1 | -60/+81 |
|\ \ | |/ |/| | |||||
| * | Lots of fixes for BDB tables | monty@donna.mysql.com | 2000-12-08 | 1 | -60/+81 |
| | | | | | | | | Change DROP TABLE to first drop the data, then the .frm file | ||||
* | | Small changes in mysqld_multi. | jani@prima.mysql.fi | 2000-12-08 | 1 | -14/+17 |
|/ | |||||
* | Merge | sasha@mysql.sashanet.com | 2000-12-07 | 1 | -6/+38 |
|\ | |||||
| * | fixed up mysql-test - will not push this yet, as more clean up/testing is to ↵ | sasha@mysql.sashanet.com | 2000-12-07 | 1 | -6/+38 |
| | | | | | | | | follow | ||||
* | | Changed name mysql_multi_mysqld to mysqld_multi. | jani@prima.mysql.com | 2000-12-07 | 2 | -8/+11 |
| | | |||||
* | | Added a new client, mysql_multi_mysqld and documentation about it. | jani@janikt.pp.saunalahti.fi | 2000-12-07 | 1 | -0/+606 |
|/ | |||||
* | Clean up safe_mysqld, mysql_install_db and mysql.server. They | tim@threads.polyesthetic.msg | 2000-11-29 | 2 | -85/+89 |
| | | | | | should now work the way you expect them to (process command-line arguments consistently). | ||||
* | Fixed bug in 'drop table' | monty@donna.mysql.com | 2000-11-29 | 1 | -43/+109 |
| | | | | Portability fixes | ||||
* | mysqldumpslow.sh BitKeeper file /my/bk/mysql/scripts/mysqldumpslow.sh | monty@donna.mysql.com | 2000-11-21 | 1 | -0/+76 |
| | |||||
* | safe_mysqld.sh | tim@threads.polyesthetic.msg | 2000-11-18 | 1 | -29/+64 |
| | | | | | | | | | | | - set pid_file and err_log relative to DATADIR as specified in the my.cnf file, instead of the default value - do not pass safe_mysqld-specific options to mysqld - minor style changes (remove extra ; at end of line, make spacing more consistent, etc.) manual.ja.texi - Turn off SCCS flag | ||||
* | Portability fixes | monty@donna.mysql.com | 2000-11-18 | 1 | -32/+110 |
| | |||||
* | Fixes for bugs in the usage of IO_CACHE | monty@narttu.mysql.fi | 2000-11-17 | 1 | -2/+5 |
| | |||||
* | Bug fixes, TRUNCATE, safer passwords on command line and connect timeout | monty@tik.mysql.com | 2000-11-13 | 1 | -2/+13 |
| | |||||
* | Bug fixes + defines for INNOBASE | monty@donna.mysql.com | 2000-10-20 | 2 | -7/+7 |
| | |||||
* | Portability fixes | monty@narttu.mysql.fi | 2000-10-11 | 1 | -1/+1 |
| |