summaryrefslogtreecommitdiff
path: root/support-files
Commit message (Collapse)AuthorAgeFilesLines
* - renamed gtar->tar in Build-tools/mysql-copyright, since it is morelenz@mysql.com2002-09-271-1/+1
| | | | | common, especially on our main build systems - cosmetical fix in mysql.spec
* - added Changelog entry to manual.texilenz@mysql.com2002-09-251-1/+7
| | | | | - mysql.spec.sh: MySQL-Max now requires MySQL >= 4.0 to avoid version mismatches (people were mixing MySQL 3.23 and 4.0 RPMs)
* Portabilityfix in mysqladmin.cmonty@hundin.mysql.fi2002-08-231-7/+21
| | | | | Fix when using --localstatedir Cleaned up mysql.server
* - RPM spec file adjustments for the features of the Max binary (disabledlenz@mysql.com2002-08-091-5/+16
| | | | | OpenSSL, enabled RAID) - added compatibility link safe_mysqld -> mysqld_safe
* Merge with 3.23.51monty@mashka.mysql.fi2002-07-254-34/+30
|\ | | | | | | Fixed wrong usage of sprintf() in ha_innodb.cc
| * Updated Packager Taglenz@mysql.com2002-07-151-1/+5
| |
| * my-huge.cnf.sh, my-small.cnf.sh, my-medium.cnf.sh, my-large.cnf.sh:heikki@hundin.mysql.fi2002-07-124-34/+30
| | | | | | | | Update my.cnf example files to reflect InnoDB autoextend and also simplify them for InnoDB
* | - Fixed build failure in mysql.spec.sh - linking against the speciallenz@mysql.com2002-07-232-34/+53
| | | | | | | | | | | | | | patched glibc would force static linking, which does not work with OpenSSL (which is now part of the Max binary) - RPM spec file cleanups - Init script cosmetical fix
* | - fixed typo in manual.texilenz@mysql.com2002-07-161-2/+2
| | | | | | | | - fixed compile option in mysql.spec
* | - removed the mit-pthreads subdirectory on Monty's request (mit-pthreadslenz@mysql.com2002-07-151-9/+25
| | | | | | | | | | | | is now available as a separate downloadable tarball instead) - modified the RPM spec file according to discussions with Monty, Jani, Heikki and David (corrected build options, updated Packager tag)
* | Added more complete master and slave configuration sectionnick@nick.leippe.com2002-05-301-2/+17
| |
* | Reworked the RPM spec file and added several fixes to make thelenz@mysql.com2002-05-032-102/+117
| | | | | | | | build scripts work again.
* | merge with 3.23.50monty@hundin.mysql.fi2002-03-271-3/+17
|\ \ | |/
| * Fix path to enable compile with other gcc versionmonty@hundin.mysql.fi2002-03-261-0/+6
| |
| * Fixed typomonty@hundin.mysql.fi2002-03-261-1/+1
| |
| * Fixed that RPM can be recompiled even if there is not another glibc in ↵monty@hundin.mysql.fi2002-03-251-3/+11
| | | | | | | | /usr/local/mysql-glibc
* | merged from 3.23 to pull the LOAD DATA INFILE fix as rpl000001 was failing.sasha@mysql.sashanet.com2002-03-011-6/+21
|\ \ | |/ | | | | | | Let's hope this did not break anything. Will not push this one until Monty gets back
| * RPM clean-upsasha@mysql.sashanet.com2002-02-161-1/+5
| |
| * updated build scripts for new Linux buildsasha@mysql.sashanet.com2002-02-161-4/+19
| |
* | Use --enable-local-infile as defaultmonty@hundin.mysql.fi2002-02-141-0/+1
|\ \ | |/
| * Enable LOAD DATA LOCAL by defaultmonty@hundin.mysql.fi2002-02-141-0/+1
| |
| * Update to autoconf 2.52monty@hundin.mysql.fi2002-02-074-4/+4
| | | | | | | | | | Fix of InnoDB variables in SHOW VARIABLES Fix for ALTER TABLE and InnoDB
* | small typo fixSinisa@sinisa.nasamreza.org2002-02-074-4/+4
| |
* | Ugly merge! But I am not done yet - there are a number of things I need to fixsasha@mysql.sashanet.com2002-01-191-0/+9
|\ \ | | | | | | | | | before I can push
| * | Here comes a nasty patch, although I am not ready to push it yet. I willsasha@mysql.sashanet.com2002-01-191-0/+9
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | first pull, merge,test, and get it to work. The main change is the new replication code - now we have two slave threads SQL thread and I/O thread. I have also re-written a lot of the code to prepare for multi-master implementation. I also documented IO_CACHE quite extensively and to some extend, THD class.
* | | Always compile rPM's with --enable-thread-safe-clientmonty@hundin.mysql.fi2001-12-131-1/+2
|/ /
* | mergemonty@hundin.mysql.fi2001-11-221-0/+1
|\ \ | |/
| * Add missing resolve_stack_dump to RPMmonty@hundin.mysql.fi2001-11-221-0/+1
| |
* | Added missing files in libmysqld and the RPM spec filemonty@hundin.mysql.fi2001-10-111-0/+2
| |
* | Always build thread safe client libraries in the distributed buildmonty@hundin.mysql.fi2001-10-101-0/+1
| | | | | | | | Add mysqlmanager to binary distribution.
* | mysql.spec.sh fix typotim@black.box2001-10-101-1/+1
| |
* | mysql.spec.sh fix typo in embedded sectiontim@work.mysql.com2001-10-091-1/+1
| | | | | | | | | | Do-rpm remove the file before doing a cp Do-rpm print out the log file name
* | Cleanup after last mergemonty@hundin.mysql.fi2001-10-081-1/+24
| |
* | Fix for make distmonty@hundin.mysql.fi2001-09-291-1/+1
| |
* | Fixes for RPM buildmonty@hundin.mysql.fi2001-09-291-1/+1
| |
* | mergemonty@work.mysql.com2001-09-172-159/+414
|\ \ | |/
| * Added unique error for DEADLOCKmonty@hundin.mysql.fi2001-09-172-159/+414
| | | | | | | | Include missing man pages into binary distribution
* | Mergemonty@work.mysql.com2001-09-151-0/+159
|\ \ | |/
| * Fixed bug in --safe-create-usermonty@hundin.mysql.fi2001-09-151-0/+159
| |
* | Merge with 3.23.42monty@work.mysql.com2001-09-131-2/+10
|\ \ | |/
| * added symbols files to RPM to resolve stack tracesasha@mysql.sashanet.com2001-09-031-2/+10
| | | | | | | | | | fixed Do-rpm to accept command-line options for easier testing/local RPM build
* | mergemonty@work.mysql.com2001-07-1823-129/+508
|\ \ | |/
| * Updated version numbermonty@hundin.mysql.fi2001-07-1823-129/+508
| | | | | | | | Update to new debian files
* | Changed safe_mysqld -> mysqld_safemonty@hundin.mysql.fi2001-06-285-13/+13
|/ | | | | Added some alias to SHOW commands Prepare for dynamic changing of MySQL variables
* Added mysqlcheck to RPMmonty@hundin.mysql.fi2001-06-121-0/+1
|
* Fixed a few typos.jani@janikt.pp.saunalahti.fi2001-05-292-2/+2
|
* RPM .spec file: add "mysql" to the Provides: line, to match whattim@threads.polyesthetic.msg2001-05-141-1/+1
| | | | | | Redhat's RPM's are looking for. Submitted by Florin Andrei <florin@sgi.com>.
* Added information about using mysql-maxmonty@donna.mysql.fi2001-05-124-4/+4
|
* Fixed a bug with SELECT DISTINCT and HAVINGmonty@donna.mysql.fi2001-05-021-7/+0
|
* Mergemonty@donna.mysql.fi2001-04-151-4/+5
|\