summaryrefslogtreecommitdiff
path: root/scripts
Commit message (Collapse)AuthorAgeFilesLines
* Changed -O6 to -O3monty@donna.mysql.fi2001-04-131-2/+10
| | | | Portability fix for Innodb
* Changes to get mysqld-max to compilemonty@donna.mysql.fi2001-04-131-1/+9
|
* Changed Innobase to Innodbmonty@donna.mysql.fi2001-04-132-17/+22
| | | | Deleted a lot of old benchmark runs
* Fixed INSERT DELAYED with Innobasemonty@donna.mysql.fi2001-04-091-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 querymonty@donna.mysql.fi2001-03-261-0/+1
| | | | Removed all Attic directories.
* Split setup_fields to setup_tables and setup_fieldsmonty@tik.mysql.fi2001-03-211-1/+4
| | | | Fixed problem with UPDATE TABLE when keys wheren't always used.
* Added isolation levelsmonty@tik.mysql.fi2001-03-211-1/+25
| | | | Added SELECT .. FOR UPDATE and SELECT .. IN SHARE MODE
* Fixed wrong option in mysql_install_dbmonty@donna.mysql.fi2001-03-091-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 errormonty@donna.mysql.fi2001-03-081-50/+112
|
* Fixes for innobase usagemonty@donna.mysql.fi2001-03-031-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.com2001-02-181-3/+3
|
* Write UNION() for MERGE tablesmonty@donna.mysql.com2001-02-171-0/+4
|
* Added Innobase to source distributionmonty@donna.mysql.com2001-02-172-2/+2
|
* Workaround for bug in thread library in Unixware 7monty@donna.mysql.com2001-02-031-18/+18
| | | | | Fixed bug in GROUP BY on ELT() Added SEQUENCE() to UDF examples
* Portability fixesmonty@donna.mysql.com2001-02-021-17/+18
| | | | Changed TRUNCATE table_name -> TRUNCATE TABLE table_name
* Fixed type in make_binary_distribution.shmonty@donna.mysql.com2001-01-221-1/+1
| | | | Don't convert field names in mysql_list_fields
* Fix new bugs in make_binary_distributionmonty@donna.mysql.com2001-01-211-11/+13
|
* mergemonty@donna.mysql.com2001-01-191-7/+25
|\
| * Added MYSQL_SERVER_SUFFIX to mysqldmonty@donna.mysql.com2001-01-191-7/+25
| | | | | | | | | | Fixed bug in TRIM changed strnmov -> strmake
* | Add --with-server-suffix (MYSQL_SERVER_SUFFIX).tim@cane.mysql.fi2001-01-192-1/+2
|/
* Patches for NetBSD/macppcmonty@donna.mysql.com2001-01-121-7/+11
| | | | | Fixed bug in LEFT JOIN Added bdb_log_buffer_size
* Fixed bug when having many binary log filesmonty@donna.mysql.com2001-01-083-12/+25
| | | | | Fixed bug when deleting keys with possible NULL values many changes to mysqltest
* Fix for replication when binary log goes over 2Gmonty@donna.mysql.com2001-01-031-3/+3
| | | | | Split update_of_key into separate tests Updated make_binary_distribution to generate symbol file for mysqld
* Add missing files in binary distributionmonty@donna.mysql.com2001-01-021-0/+1
|
* Fixes to get mysql-test included in the distributionsmonty@donna.mysql.com2001-01-021-1/+1
|
* Fixed new bug in BDB tablesmonty@donna.mysql.com2000-12-311-2/+4
|
* Fixed --no-defaults in mysqltestmonty@donna.mysql.com2000-12-291-8/+10
|
* Cleanup of testsmonty@donna.mysql.com2000-12-281-1/+1
| | | | Fixed bug with ALTER TABLE on HEAP tables
* New benchmark testmonty@donna.mysql.com2000-12-242-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 runsmonty@donna.mysql.com2000-12-182-16/+17
| | | | | | Remember filename for temporary files created with mkstemp Fixed wrongly allocated BDB share structure Cleanups for SunPRO
* Fixed error when copying mysqld_multimonty@donna.mysql.com2000-12-162-4/+4
| | | | | Fixes for mysql-test Fixed race condition in SHOW LOGS
* mysql-test/Makefile.amsasha@mysql.sashanet.com2000-12-131-1/+2
| | | | | | fixed typo scripts/make_binary_distribution.sh added .MRG and .frm files
* Mergeserg@serg.mysql.com2000-12-092-13/+13
|\
| * mysqldump.c typo fixedserg@serg.mysql.com2000-12-082-13/+13
| | | | | | | | | | mysqldumpslow.sh | first line should be #!@PERL@ mysqld_multi.sh | not #@perl@ or #!/usr/bin/perl
* | Mergemonty@donna.mysql.com2000-12-081-60/+81
|\ \ | |/ |/|
| * Lots of fixes for BDB tablesmonty@donna.mysql.com2000-12-081-60/+81
| | | | | | | | Change DROP TABLE to first drop the data, then the .frm file
* | Small changes in mysqld_multi.jani@prima.mysql.fi2000-12-081-14/+17
|/
* Mergesasha@mysql.sashanet.com2000-12-071-6/+38
|\
| * fixed up mysql-test - will not push this yet, as more clean up/testing is to ↵sasha@mysql.sashanet.com2000-12-071-6/+38
| | | | | | | | follow
* | Changed name mysql_multi_mysqld to mysqld_multi.jani@prima.mysql.com2000-12-072-8/+11
| |
* | Added a new client, mysql_multi_mysqld and documentation about it.jani@janikt.pp.saunalahti.fi2000-12-071-0/+606
|/
* Clean up safe_mysqld, mysql_install_db and mysql.server. Theytim@threads.polyesthetic.msg2000-11-292-85/+89
| | | | | should now work the way you expect them to (process command-line arguments consistently).
* Fixed bug in 'drop table'monty@donna.mysql.com2000-11-291-43/+109
| | | | Portability fixes
* mysqldumpslow.sh BitKeeper file /my/bk/mysql/scripts/mysqldumpslow.shmonty@donna.mysql.com2000-11-211-0/+76
|
* safe_mysqld.shtim@threads.polyesthetic.msg2000-11-181-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 fixesmonty@donna.mysql.com2000-11-181-32/+110
|
* Fixes for bugs in the usage of IO_CACHEmonty@narttu.mysql.fi2000-11-171-2/+5
|
* Bug fixes, TRUNCATE, safer passwords on command line and connect timeoutmonty@tik.mysql.com2000-11-131-2/+13
|
* Bug fixes + defines for INNOBASEmonty@donna.mysql.com2000-10-202-7/+7
|
* Portability fixesmonty@narttu.mysql.fi2000-10-111-1/+1
|